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
2009-11-13changes python initializationCampbell Barton
2009-11-08pep8 whitespace commitCampbell Barton
2009-11-07api changes suggested by StaniCampbell Barton
2009-11-04- move WM operators out of bpy_ops.py into their own fileCampbell Barton
2009-11-02many operators uses Bases, for the python to set operators context python too...Campbell Barton
2009-11-02make python operator instances subclasses of the wmOperator when called.Campbell Barton
2009-11-01Correct GPL license header for all python scriptsMartin Poirier
2009-11-01made scripts pass the pep8 test (though not fully pep8 yet)Campbell Barton
2009-10-31GPL2 header from firebird (without disclaimer), notice theres no copyright at...Campbell Barton
2009-10-31tabs to spaces, remove trailing white space. (apart of pep8)Campbell Barton
2009-10-31define operator properties in the class, similar to django fieldsCampbell Barton
2009-10-31change blender python interface for classes not to ise __idname__ rather bl_i...Campbell Barton
2009-10-31pep8 compliance for bpy_ops.pyCampbell Barton
2009-10-29Python can now run operators with their own context (data context).Campbell Barton
2009-10-28editing operator descriptions now works.Campbell Barton
2009-10-28- 'id_data' attribute for py rna api, so you can get the Mesh from a face, Ar...Campbell Barton
2009-10-28patch from mindrones, uploads user edited docs to http://www.mindrones.com/bl...Campbell Barton
2009-10-28viewing docs for nested classes would fail, expects bpy.types.Scene.SceneGame...Campbell Barton
2009-10-27patch from Stani to prevent hasattr(bpy.ops, '__call__') being TrueCampbell Barton
2009-10-27- Right click menu can open links directly to API reference docs (rna and ope...Campbell Barton
2009-10-22changed WM_OT_context_* operators to pass through if one of the members in th...Campbell Barton
2009-10-21added new context operator WM_OT_context_cycle_int, use for switching between...Campbell Barton
2009-10-21- improvements from Mathias Panzenböck (panzi) patch [#19695], which avoid c...Campbell Barton
2009-10-15added operators for setting rna for each type, this avoids having double "'qu...Campbell Barton
2009-10-14added mesh mirror flag, now store this per meshCampbell Barton
2009-10-13added back space switching keys Shift+F2 to F12Campbell Barton
2009-10-13Context operators for adjusting context values directly to avoid adding opera...Campbell Barton
2009-10-05edge loop delete, should be a c macro but they cant do settings atmCampbell Barton
2009-09-28Added "scripts/modules" as permanent module search path.Campbell Barton