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
2013-01-28Fix for the is_registered_optional property of RNA functions, now only return...Lukas Toenne
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-17show a title in menus triggered by WM_OT_context_menu_enum, also show an icon...Campbell Barton
2013-01-13remove TRANSFORM_OT_snap_type, use WM_OT_context_menu_enum instead.Campbell Barton
2012-12-20Support for actual class methods in the RNA/bpy. Previously all functions wit...Lukas Toenne
2012-10-26style cleanupCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-26fix some types and incorrect infoCampbell Barton
2012-05-20Added 'LIBRARY_EDITABLE' flag to bpy.props.*Dan Eicher
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-18spelling cleanupCampbell Barton
2012-03-16i18n stuff: adds translation_context to RNA structs (used for there ui name),...Bastien Montagne
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2011-12-22Translation context for RNA propertiesSergey Sharybin
2011-12-02renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)Dalai Felinto
2011-11-27accessing rna 'default_flag' attribute of a non enum-flag could crash. eg.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20misc editsCampbell Barton
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