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-262.5 UI Scripts:Thomas Dinges
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-12-17bugfix [#25240] Custom properties panel on pinned data fail.Campbell Barton
2010-12-08pedantic word ordering change.Campbell Barton
2010-11-18fix [#24786] Setting Rotation Units to Radians doesn't affect the UI [33146]Campbell Barton
2010-09-24missed this in recent commit.Campbell Barton
2010-09-23bugfix [#23795] Insert Visual Loc/Rot Keyframe of Armature Bones BrokenCampbell Barton
2010-09-09replace self.properties.foo --> self.fooCampbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-02rna context renameCampbell Barton
2010-08-30missed this one tooCampbell Barton
2010-08-24move more active variables to be nested in collections.Campbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-18rna naming mainly for Scene/IK/KeyingSet'sCampbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-18rna renaming for Render* structsCampbell Barton
2010-08-17apply UserPrefs and Theme rna naming changes.Campbell Barton
2010-08-122.5 User Interface / UI ScriptsThomas Dinges
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-06remove narrow ui featureCampbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-06-27remove filename and directory from python operators that dont need themCampbell Barton
2010-06-14naming changesCampbell Barton
2010-05-16Removed obsolete comment for previous commitJoshua Leung
2010-05-16Properties Window:Thomas Dinges
2010-04-05Animation fixup squad to the rescue!Joshua Leung
2010-04-04pep8 cleanupCampbell Barton
2010-04-01Assorted animsys fixes/tweaks:Joshua Leung
2010-03-23Keying Sets: BuiltIn vs Absolute TweaksJoshua Leung
2010-03-16Keying Set Fixes:Joshua Leung
2010-02-23scene.render_data -> scene.renderCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-16[#21177] Text editorCampbell Barton
2010-02-15Bugfix for the new script register functions, scene tab didn't show Panels du...Thomas Dinges
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-02render simplify option to disable triangulation.Campbell Barton
2010-02-02subtype support for properties in bpy.props.Campbell Barton
2010-02-01Finished some todos for the Export KeyingSet operator:Joshua Leung
2010-02-01Keying Sets: Export to FileJoshua Leung
2010-01-31pep8 changesCampbell Barton
2010-01-25Added simplification back for quicker preview renders with less subdivisionBrecht Van Lommel
2010-01-25Add option to choose between radians or degrees for rotation units in the UI.Matt Ebb
2010-01-08custom properties panels for most ID types. use subclassing to keep panel UI ...Campbell Barton
2009-12-13use python3 syntax for defining a set.Campbell Barton
2009-12-13script for automating pep8 checks.Campbell Barton