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
b3aa368c8f43e6ea2bb1423e844645f583a54a94
test
/
source
/
blender
/
makesrna
History
Bastien Montagne
b3aa368c8f
Usual UI messages-related fixes...
2012-12-30 23:21:33 +00:00
..
intern
Usual UI messages-related fixes...
2012-12-30 23:21:33 +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
Add symmetrize operator for dynamic-topology sculpt mode
2012-12-30 18:31:01 +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