Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-08fix [#28821] Whole Character keying set ignores non animatable propertyflagCampbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-21py/rna string subtypes for strings which should be automatically translated:Campbell Barton
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-06-25fix incorrect ui text for is_runtimeCampbell Barton
2011-06-07rna option not to save certain properties for redoing later, currently only u...Campbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-04-08add new subtype PROP_COORDS, for generic coordinates that are not to be chang...Campbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-25fix [#26601] Python error when use of autocompleteCampbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-16enum-flag arguments were incorrectly documented.Campbell Barton
2011-01-25property lookups on structs was doing a listbase search even if the hash was ...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05fix for py/rna mesh.materials[:] where empty materials exist, would raise a r...Campbell Barton
2010-12-24is_hidden property for rna introspectionCampbell Barton
2010-11-22bugfix [#23609] Lamp PointerPropertyCampbell Barton
2010-09-02bugfix [#23635] property limits don't work when added via scripting\Campbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17document rna functions that have the no_self flag set as classmethodsCampbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-05-04Great patch by Harley Acheson fixing about 80 typos and spellingDaniel Salazar
2010-03-24remove unused rna includesCampbell Barton
2010-02-16bugfix [#21173] Autocompleate raises an errorCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-03patch [#20889] Support "unit"s for FloatPropertyCampbell Barton
2010-01-24Forgot this (rename use_return to use_output)Elia Sarti
2010-01-24RNA functionsElia Sarti
2010-01-22- bugfix (user supplied fix) [#20745] makesrna with rename error.Campbell Barton
2010-01-22use string/int/length lookup functions for bpy.types, gives 20-30% overall st...Campbell Barton
2009-12-25update rna_info and rna_rna for better introspectionCampbell Barton
2009-12-25fix for segfault getting RNA Enum default values, minor updates to introspect...Campbell Barton
2009-12-02Changes to Color ManagementMatt Ebb
2009-11-24- new pyrna api functions srna & prop path_to_id(), useful when setting drive...Campbell Barton
2009-11-18remove ID property lookups from rna..Campbell Barton
2009-11-13documentat & cross reference collection typesCampbell Barton
2009-11-13arbitrary property and function support for rna properties (arrays and collec...Campbell Barton
2009-10-14RNA:Brecht Van Lommel
2009-10-14fixes for warnings and crashes during doc generationCampbell Barton
2009-09-22RNA: added a "factor" subtype next to "percentage", and only displayBrecht Van Lommel
2009-09-16RNABrecht Van Lommel
2009-09-15- new property attribute - default_array, which returns a variable size array...Campbell Barton
2009-09-09RNA: multidimensional & dyanmic array changesBrecht Van Lommel