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-15Randomize Transform op: Scale Even wasn't really working with objectsDaniel Salazar
2010-12-15Randomize Transform operator:Daniel Salazar
2010-09-19remove redundant []'s for list comprehension's, py2.4+ supports this.Campbell Barton
2010-09-09replace self.properties.foo --> self.fooCampbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
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-16[#21177] Text editorCampbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-12Clean up of tooltips in py operators and better operator name forDaniel Salazar
2010-02-07Patch/Bugfix #20997: Recent commit to object_randomize_transform.py by Cam ad...Joshua Leung
2010-02-02subtype support for properties in bpy.props.Campbell Barton
2010-01-19- AIX ifdef's so windows works, cant test but this seems the most used define...Campbell Barton
2010-01-19convert rotations into radians (not scale)Campbell Barton
2010-01-19pep8 compliance for Randomize objects loc/rot/scale.Campbell Barton
2010-01-19own error from changes to this script.Campbell Barton
2010-01-19patch [#20724] Randomize Loc Rot Size py operator for B2.5Campbell Barton