This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
31f978c8efdfd88d2cf2b5d9ae7c5d91c81e13d3
test2
/
source
/
blender
/
makesrna
History
Campbell Barton
3de85a8797
style cleanup: casts, some casts had odd formatting, but very few. Style checker script detects this now so easy to detect this if new code is added that doesnt follow blenders style.
2012-12-30 15:16:08 +00:00
..
intern
style cleanup: casts, some casts had odd formatting, but very few. Style checker script detects this now so easy to detect this if new code is added that doesnt follow blenders style.
2012-12-30 15:16:08 +00:00
rna_cleanup
switch verious references from py3.2 -> 3.3 or just 3.
2012-11-26 13:58:06 +00:00
CMakeLists.txt
remove $Id: tags after discussion on the mailign list:
http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-23 17:52:20 +00:00
RNA_access.h
user-preferences for addons. currently unused, example & docs still to come.
2012-12-29 10:24:42 +00:00
RNA_define.h
i18n stuff: adds translation_context to RNA structs (used for there ui name), and a first default "Operator" one for all operators' label.
2012-03-16 15:39:25 +00:00
RNA_documentation.h
doxygen: blender/makesrna tagged.
2011-02-27 20:20:01 +00:00
RNA_enum_types.h
This commit frees list ui items from their dependencies to Panel, and hence from all the limitations this implied (mostly, the "only one list per panel" one).
2012-12-28 09:20:16 +00:00
RNA_types.h
Support for actual class methods in the RNA/bpy. Previously all functions with FUNC_NO_SELF were treated as static methods, which is not sufficient for getting actual type information if the function can not be generated in advance in makesrna. Now the FUNC_USE_SELF_TYPE flag can be set in addition to FUNC_NO_SELF (if FUNC_NO_SELF is not set, FUNC_USE_SELF_TYPE has no effect). Such functions will be interpreted as class methods and must take a StructRNA pointer argument. This pointer is the same as the type member in PointerRNA, but can be passed without an actual data/id instance.
2012-12-20 09:33:12 +00:00
SConscript
Added GPL header to sconscripts!
2012-12-17 08:01:43 +00:00