This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
af72bb50ae41f5ba1f9f5b2310b2aee77907fecf
test
/
source
/
blender
/
python
History
Campbell Barton
af72bb50ae
improved class validation, variables defined by the rna interface as non-optional could fail silently when absent in the class. Set these to PROP_REGISTER_OPTIONAL and raise an error when others are not found.
...
last commit broke povray too.
2009-10-31 18:48:58 +00:00
..
generic
Python API
2009-10-23 00:44:18 +00:00
intern
improved class validation, variables defined by the rna interface as non-optional could fail silently when absent in the class. Set these to PROP_REGISTER_OPTIONAL and raise an error when others are not found.
2009-10-31 18:48:58 +00:00
BPY_extern.h
adding back button evaluation so you can do 1/60, 90*0.1 etc as well as dimension conversion 1km-10cm+4ft
2009-08-10 11:58:53 +00:00
CMakeLists.txt
remove unused defines, cant check every case but from grepping the souece it should go ok.
2009-10-05 07:08:59 +00:00
epy_doc_gen.py
change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use.
2009-10-31 13:31:23 +00:00
Makefile
SVN maintenance.
2009-06-23 00:09:26 +00:00
rna_dump.py
change blender python interface for classes not to ise __idname__ rather bl_idname since __somename__ is for pythons internal use.
2009-10-31 13:31:23 +00:00
SConscript
Undo revision 23130 which was a merge with 2.5, a messy one because I did something wrong (
svn status
output:
http://www.pasteall.org/7887
).
2009-09-15 18:01:18 +00:00
simple_enum_gen.py
2.5: Remove OOPS code from the outliner space, as discussed
2009-03-26 14:05:33 +00:00