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
2010-08-15remove foreach_get/set for rna arrays, was crashing and are only valid for co...Campbell Barton
2010-08-15[#23266] bpy.ops.poselib.browse_interactive - blend_factor argument does nothingCampbell Barton
2010-08-13minor changes to rna/python.Campbell Barton
2010-08-10repr() functions for the python api, this means it can print 'bpy.data.object...Campbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-09remove py2.x compat check for class registration.Campbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-02minor changes to Martni's commit 30961Campbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-08-01mistake in recent commit allowd bpy.types.Scene() which would then crash blen...Campbell Barton
2010-07-30bugfix [#22660] Text Boxes properties are not animateable.Campbell Barton
2010-07-28fix for running rna subclasses own __init__ functions.Campbell Barton
2010-07-26[#22617] Using register/unregister alone crashes blenderCampbell Barton
2010-07-23[#22488] Reloading scripts causes crashCampbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-06-14change to recent commit, insert_keyframe(datapath -> data_path ...)Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-14bugfix [#22427] settings bpy.context.active_object gives wrong message.Campbell Barton
2010-06-12modify my last commit to fix [#22486] add_actuator crashes when name is bigge...Campbell Barton
2010-06-12bugfix [#22486] add_actuator crashes when name is bigger than 32 charsCampbell Barton
2010-06-05get rid of some warnings,Campbell Barton
2010-05-16no functional changesCampbell Barton
2010-05-10make python keyframe insert and delete functions use keyword argumentsCampbell Barton
2010-05-09missing arg from docstringCampbell Barton
2010-05-09function to remove propertyCampbell Barton
2010-05-04clear warningCampbell Barton
2010-04-27remove redundant argument from mathutils callbacksCampbell Barton
2010-04-27fixes for euler order setting when the rotation mode is not euler.Campbell Barton
2010-04-27py/rna, euler objects order is now wrapped correctly...Campbell Barton
2010-04-26rna/python mathutils moduleCampbell Barton
2010-04-26hash function for property-rna. eg. hash(bpy.context.object.modifiers)Campbell Barton
2010-04-25[#22151] Modifier UI crashCampbell Barton
2010-04-24py api: fix for context returning None for an empty list such as 'context.sel...Campbell Barton
2010-04-20change mathutils 'repr' functions to closer match inputCampbell Barton
2010-04-19setting array slices wasnt running rna updateCampbell Barton
2010-04-11PyAPICampbell Barton
2010-04-11py api file renameCampbell Barton
2010-04-11python function to remove drivers.Campbell Barton
2010-04-10rna/py/reference doc improvements..Campbell Barton
2010-04-06Fix, python changes to array properties were not yet calling updateBrecht Van Lommel
2010-04-06- new docstrings for bpy.type.Struct methods & some corrections.Campbell Barton
2010-04-06Bugfix #21916: Baking NLA strips doesn't group transformsJoshua Leung
2010-04-06document bpy.types.Struct methods C methods, currently only keyframe_delete()...Campbell Barton
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23report an error parsing args, will try fix properly but this involves many ch...Brecht Van Lommel
2010-03-23fix for parsing python args to rna functions, was using allocated size as arg...Brecht Van Lommel
2010-03-23getting an item from a collection wasnt being checked correctly.Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-16fix for nasty bug where registering properties would register them in the par...Brecht Van Lommel