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
2012-06-18Fix #31838: Console error with particle Child Simplification is enabled.Sergey Sharybin
2012-04-20style cleanup: pep8, also quiet compiler warning.Campbell Barton
2012-04-09Particle System UI:Thomas Dinges
2012-04-04replace relative imports with absolute imports so scritps can be executed dir...Campbell Barton
2012-03-20Some advanced particle rotation modes and reorganization of the rotation panel:Janne Karhu
2012-03-19"Fix" for [#30098] Particle rotation wrong / explode modifierJanne Karhu
2012-01-24Misc picky edits to UI messages.Bastien Montagne
2012-01-01pep8 editsCampbell Barton
2011-12-20Cleaning up some issues that found their way into the python ui files with th...Daniel Stokes
2011-12-20First fix after Cucumber merge starts.Thomas Dinges
2011-12-20Cucumber, first batch of merge - UI changes and custom exit keyDalai Felinto
2011-11-20UI/RNA:Thomas Dinges
2011-11-11pep/style edits & quiet some warningsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-17docs / clenup (no functional code changes)Campbell Barton
2011-10-16Particle dupliobject rotation changes:Janne Karhu
2011-09-26use BLI_snprintf rather than sprintf for interface functionsCampbell Barton
2011-09-25Committing patch #27442: Adaptive time step for fluid particles. The number ofAlex Fraser
2011-09-21remove use of gettext: _("...") style translation now its handled by rna.Campbell Barton
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-22pep8 edits and change '!= None' to 'is not None'Campbell Barton
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-08-08use static sets rather then tuples, python optimizes this case.Campbell Barton
2011-08-02finish handle for properties_XXX scriptsXiao Xiangquan
2011-07-01minor pep8 editsCampbell Barton
2011-06-23More flexible size options for particle billboards. This adds scale factors f...Lukas Toenne
2011-05-202.5 Particle UI:Thomas Dinges
2011-04-04fix [#26754] Live Edit and Editing UI scripts don't workCampbell Barton
2011-04-022.5 Particle UI:Thomas Dinges
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in mesh_u...Campbell Barton
2011-03-29Fix for [#26664] Some particle panels disappear when pinnedJanne Karhu
2011-03-29use 'is None' rather then '== None' as suggested by python docs & mis-spelling.Campbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton