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-03-15pep8 edits and remove commented code from last commit.Campbell Barton
2011-03-07use set's, since pythons 3.2's optimizer converts these to frozensets, lookup...Campbell Barton
2011-02-272.5 Constraint Ui File:Thomas Dinges
2011-02-27small UI cleanup - "Mouse Cursor" instead of "Show Mouse" and s/subcol/sub an...Dalai Felinto
2011-02-27BGE patch: [#26223] Some RigidBody joints fixes (ui angles, conetwist/hinge l...Dalai Felinto
2011-02-262.5 UI Scripts:Thomas Dinges
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-01-03Ported back import BVH as Empties, uses delta transformations.Campbell Barton
2011-01-03rename layout.red_alert to alert, may be themeable some day.Campbell Barton
2011-01-03Constraints UI Tweak:Joshua Leung
2011-01-02bugreport & fix [#25441] Copy Transforms Constraint head/tail fixin'Campbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-11-20Bugfix for [#24768] 6DoF Constraint options missing.Thomas Dinges
2010-11-07bugfix [#24574] setting location gained from a matrix_world.copy().translatio...Campbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-08-23rename UI functionCampbell Barton
2010-08-22Fix python errors in particles render panel and rigid body joint constraint.Brecht Van Lommel
2010-08-21fix for errors in constraints and modifiers made when rna renaming.Campbell Barton
2010-08-21rna renaming (manual edits)Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
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-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-06pedantic pep8 warnings, mostly white space.Campbell Barton
2010-07-04Fix for [#22714] Constraints stack : move up and move down buttons problemThomas Dinges
2010-06-09pep8, whitespace editsCampbell Barton
2010-05-27== Pivot Constraint ==Joshua Leung
2010-05-16Properties Window:Thomas Dinges
2010-04-23Spline IK - Influence ControlJoshua Leung
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-03-16New "Maintain Volume" constraint. When attached to a bone, you specify a "fre...Roland Hess
2010-03-07Restore iTaSC UI.Benoit Bolsee
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-01-31pep8 changesCampbell Barton
2010-01-31bugfix [#20579] Context pinning error (pose mode)Campbell Barton
2010-01-30Small UI Tweak:Thomas Dinges
2010-01-02Cessen Rigging Request: "Copy Transforms" ConstraintJoshua Leung
2009-12-30Floor Constraint: Evaluation space options are now available for this constra...Joshua Leung
2009-12-14* new metarig type for the durian dragon leg (original rig by Cessen)Campbell Barton
2009-12-14Applies Patch 20200Roland Hess
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell Barton
2009-11-29UI Scripts Bugfixes:Joshua Leung