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-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-11fix for py/rna assigning an invalid index. also give better error message in ...Campbell Barton
2011-10-02fix [#28786] Large enum lists display columns in inverted order (right to left)Campbell Barton
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-21Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-15fix [#28658] python can assign non utf8 and crash because of string lenth lim...Campbell Barton
2011-08-02Merging trunk up to r38932.Joerg Mueller
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-31fix for material slot removal (r38879)Campbell Barton
2011-07-31bugfix [#28111] material.pop breaks mt->mat_nrDalai Felinto
2011-06-262d version of line/circle intersec function.Campbell Barton
2011-06-26Fix in texts for Mesh.materials.pop()Dalai Felinto
2011-05-31tag unused rna args.Campbell Barton
2011-05-18RNA: make mechanism used by operators to keep python instance alive more gene...Brecht Van Lommel
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell 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-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-02-07rename ID.update() --> update_tag() since this function only tags for updatin...Campbell Barton
2011-01-13bugfix [#25588] Not work fcurve.keyframe_points.addCampbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03rna/apiCampbell Barton
2010-12-17Bugfix #25264Ton Roosendaal
2010-12-07pass along the context to extension functions, this was already being done in...Campbell Barton
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-10-24bugfix [#24357] Font folder can be specified but is not openedCampbell Barton
2010-09-24bugfix [#23965] Segmentation fault when using bpy_struct.keyframe_insert() wi...Campbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-06-11rna apiCampbell Barton
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-04-22rna: added lib.parent access and made filename editable.Campbell Barton
2010-03-24remove unused rna includesCampbell Barton
2010-03-11rna/py api function for removing ID blocks, id.unused_clear()Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-01-11* Restored font selection functionality with open font and unlink font opera...Matt Ebb
2010-01-04object.group_users, object.scene_usersCampbell Barton
2009-12-22quite a few python panels (10 or so) had names longer then the PanelType allo...Campbell Barton
2009-12-14edits to the bone copy metarig type from Cessen, pointcache warning fixCampbell Barton
2009-12-14patch [#20342] Notifier patch for modifier rename and particle system renameMatt Ebb
2009-12-10give IDPropertyGroups's an identifier so they can display text in the listvie...Campbell Barton