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-07-08added imports to templatesCampbell Barton
2010-07-08- duplicating a scene now duplicates all strips (not just selected ones)Campbell Barton
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
2010-07-03- changes to the sequencer so new strips use the data name.Campbell Barton
2010-06-26remove math and m module names from python driver namespace. (all math functi...Campbell Barton
2010-06-25bpy.props.StringProperty()'s maxlen arg was off by 1 since it included the nu...Campbell Barton
2010-06-15== python api docs ==Luca Bonavita
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-09py/rna api:Campbell Barton
2010-06-05get rid of some warnings,Campbell Barton
2010-06-02error in last commitCampbell Barton
2010-06-02include the blendfile name when executing python scripts, so when using libra...Campbell Barton
2010-05-30- Python console argument '--python-console', option so you can start blender...Campbell Barton
2010-05-18bpy.app.background - so a python script can check if blender is running witho...Campbell Barton
2010-05-18dont use a thread for baking in background mode, its not really any advantage...Campbell Barton
2010-05-16no functional changesCampbell Barton
2010-05-11 bpy.utils.blend_paths(absolute=False) (was Blender.GetPaths in 2.4x)Campbell Barton
2010-05-10make python keyframe insert and delete functions use keyword argumentsCampbell Barton
2010-05-09missing arg from docstringCampbell Barton
2010-05-09py/rna: defining new properties now replaces the old onces and raises an erro...Campbell 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-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...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-18possible fix for [#22057] Autoname L/R in bones names center bones as .RCampbell 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