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
2014-01-29Fix T38359: incorrect display of material slot with pinned particle settings.Brecht Van Lommel
2014-01-25Fix T38359: Not a bug, but better to grey out Material selector of particles ...Bastien Montagne
2014-01-12UI: Add a "New" button for the particle system, consistent to other areas lik...Andrew Buttery
2013-12-13Interface / Particles: Fix bad alignment in Rotation panel, sub layout missed...Thomas Dinges
2013-12-07Particles: change material picking from index number in UI to menu with mater...Geoffroy Krantz
2013-11-24Interface: Remove some more name fields, not needed anymore with list rename.Thomas Dinges
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton
2013-10-17Fix #37106: Hair Length vanishes when Advanced is enabledSergey Sharybin
2013-10-14Interface:Thomas Dinges
2013-10-14Interface / Template Lists:Thomas Dinges
2013-10-14Interface / Template lists:Thomas Dinges
2013-08-24Followup to r59434 : py UI scripts edits.Bastien Montagne
2013-05-27Particles: patch #35205 by Jakub ZolcikBrecht Van Lommel
2013-04-25Bugfix [#35075] Physics Panel of Particles Fluid is TruncatedJoshua Leung
2013-04-23rna attribute consistency edits, use common prefix for booleans.Campbell Barton
2013-03-22Fix #34667: trail_count option missing for Particle (emitter) System Render P...Sergey Sharybin
2013-02-18Fix [#34300] Slider for list of particle systems (keyed particles) is not doi...Bastien Montagne
2013-02-10Actually, UI scripts should not use directly pgettext, but rather the iface o...Bastien Montagne
2013-02-10use import rather then assignment for loading '_' into scripts.Campbell Barton
2013-02-10Another fix for r54414 (cleaner to "import" pgettext once at top of files, al...Bastien Montagne
2013-02-10pep8 cleanupCampbell Barton
2013-02-09Bunch of fixes for py ui messages (all those using 'formating' were not trans...Bastien Montagne
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-14Adding a new SPH solver that is more physically accurate. See patch #29681Alex Fraser
2012-12-13Can now set a lower bound on the number of subframes (i.e. an upper bound on ...Alex Fraser
2012-11-27fix for asserts added in own recent commit with more strict type-checkingCampbell Barton
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-10-08style cleanup: pep8Campbell Barton
2012-08-22Fix #32201: particle size compatibility broken for object/group duplication.Brecht Van Lommel
2012-08-17style cleanupCampbell Barton
2012-07-05style cleanupCampbell Barton
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