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-07use set's, since pythons 3.2's optimizer converts these to frozensets, lookup...Campbell Barton
2011-02-262.5 UI Scripts:Thomas Dinges
2011-02-18"Fix" for [#26130] Turbulence Force Field seed does not look to generate a ne...Janne Karhu
2011-02-16bugfix [#26094] Going to Bone Roll menu brings up python errorCampbell Barton
2011-02-12Small particle effectors update:Janne Karhu
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-04pep8 cleanupCampbell Barton
2011-01-23Some ui reorganization of the physics tab:Janne Karhu
2011-01-02Pointcache code cleanup and disk cache compression options:Janne Karhu
2010-12-18Extreme makeover of pointcache code:Janne Karhu
2010-11-29False should be with capital in PyTon Roosendaal
2010-09-27Fix: Smoke wasn't using pointcache properly.Janne Karhu
2010-09-18Fix #23850: hide cloth cache step from the UI because it can only be set to 1Brecht Van Lommel
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-08-24move more active variables to be nested in collections.Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-19more rna renaming for non-animated properties: mainly Texface, Particle & Poi...Campbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-06remove narrow ui featureCampbell Barton
2010-07-14pointcache support for relative external paths with the useual // prefix as w...Campbell Barton
2010-07-05Improvements to Blenders color balance (lift/gamma/gain).Campbell Barton
2010-07-01enable external pointcache for smoke in the UI.Campbell Barton
2010-05-18context.PointCache --> context.point_cache (not to confuse type with property...Campbell Barton
2010-05-16clear some pep8 warningsCampbell Barton
2010-05-16Properties Window:Thomas Dinges
2010-05-12merge of last commit to trunkJoseph Eagar
2010-05-06option to use the linked path or the local path for pointcache.Campbell Barton
2010-05-03misc uninteresting stuff (killing time at airport commit)Campbell Barton
2010-05-03Fix [#22199] Cloth Cache Panel > Disk Cache doesn't workMatt Ebb
2010-05-02Tweaked Cache panels to make them clearer, simpler, and added single column UI.William Reynish
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-03-25fix for incorrect args, before pyapi fixes these were ignored.Brecht Van Lommel
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
2009-12-21* Rest length parameter for harmonic force springs. Implementation is a sligh...Janne Karhu
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell Barton
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton
2009-11-23more ui api changes.Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-21pep8 cleanup & default select axis to negative (artist requst, make sense if ...Campbell Barton
2009-11-19Renamed "col2" to "wide_ui" which is more meaningful. Thomas Dinges
2009-11-19* Small Layout fixes.Thomas Dinges
2009-11-192.5 Single Column Layout:Thomas Dinges
2009-11-14used py error checking tools to fix some bugs & make pep8 correctionsCampbell Barton
2009-11-03whitespace commit, (was some tabs mixed with spaces too)Campbell Barton