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
35c2267aee84d086c00574496b52e9c0641e320d
test2
/
source
History
Lukas Toenne
35c2267aee
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
..
blender
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
blenderplayer
Added GPL header to sconscripts!
2012-12-17 08:01:43 +00:00
creator
Holiday coding log :)
2012-12-12 18:58:11 +00:00
gameengine
style cleanup
2012-12-20 00:29:31 +00:00
icons
Added GPL header to sconscripts!
2012-12-17 08:01:43 +00:00
tests
add a test to the addons loaded that tries to load all addons then lists addons that fail.
2012-12-20 03:10:30 +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
SConscript
Added GPL header to sconscripts!
2012-12-17 08:01:43 +00:00