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-03-21move script directories for internal blender scripts.Campbell Barton
2011-02-27replace import *'s with named imports (using * is convenient for some scripts...Campbell Barton
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-12-19 fix for make-dupli-face operator & vector multiplication, tab/space error in...Campbell Barton
2010-12-19bugfix [#25290] Align on text gives a tracebackCampbell Barton
2010-12-03Align Objects operator was broken due to incorrect order of vector byDaniel Salazar
2010-11-22fix [#24866] object/transform/align objects errorCampbell Barton
2010-09-09replace self.properties.foo --> self.fooCampbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-03rna api:Campbell Barton
2010-04-17- for BGE mouse and keyboard events use tuples rather then listsCampbell Barton
2010-04-11PyAPICampbell Barton
2010-03-01replace operator options bl_undo and bl_register with bl_optionsCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-22Context for Object Align op = Object modeDaniel Salazar
2010-02-17Align Object op: ignore objects other than Mesh typeDaniel Salazar
2010-02-16[#21177] Text editorCampbell Barton
2010-02-15bug #21160, misspell in align objects operatorDaniel Salazar
2010-02-15Align Object op: Introducing Align Modes Negative Sides / Centers /Daniel Salazar
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-14Align Objects operator: Added align relative to Active objectDaniel Salazar
2010-02-12correct fsf addressCampbell Barton
2010-02-12Align Objects operator: added selection center as align centerDaniel Salazar
2010-02-12Align Objects operator: adds option to align relative to 3D cursor asDaniel Salazar
2010-02-12New Align Objects operator. Currently it has very little functionality butDaniel Salazar