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
2019-04-19Cleanup: use staticmethod where appropriateCampbell Barton
2019-04-19Cleanup: mark unused arguments in UI scriptsCampbell Barton
2019-03-13UI: rename PresetMenu to PresetPanel, move to bl_ui.utilsCampbell Barton
2018-08-28UI: text keyword argument to labelCampbell Barton
2018-08-23UI: Physics panel minor adjustmentsWilliam Reynish
2018-08-17Physics Fluid: Use Single Column and Grid Flow layoutVuk Gardašević
2018-06-20Cleanup: follow naming conventionsCampbell Barton
2018-06-19UI: Fluid physics panels as sub-panelsPablo Vazquez
2018-06-13UI: preset popover buttons in panel headers.Brecht Van Lommel
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-18Workspaces: remove workspace engine, use 3D viewport draw mode instead.Brecht Van Lommel
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-03-19Moving classes to separate listing broke panel orderCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2016-07-28Use COMPAT_ENGINES instead of RenderEngine.use_game_engine for panel poll met...Mitchell Stokes
2015-01-29cleanup: pep8Campbell Barton
2013-08-24Followup to r59434 : py UI scripts edits.Bastien Montagne
2013-06-27pep8 cleanupCampbell Barton
2013-04-28Fluid UI:Thomas Dinges
2013-04-23rna attribute consistency edits, use common prefix for booleans.Campbell Barton
2013-04-10Add a gui control for setting omp threads in fluidsJens Verwiebe
2013-03-23Code cleanup:Thomas Dinges
2013-03-01UI / Properties Editor:Thomas Dinges
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-09Bunch of fixes for py ui messages (all those using 'formating' were not trans...Bastien Montagne
2012-07-04Last spell checking (for now).Bastien Montagne
2012-07-03Fix [#31977] Export Animated Mesh, terminate baking in fluid-simBastien Montagne
2012-06-08Don't show physics properties in game engine conextSergej Reich
2012-04-22Fix [#30954] Fluid obstacle checkbox has no effectDaniel Genrich
2012-04-20style cleanup: pep8, also quiet compiler warning.Campbell Barton
2012-04-16Fluid Simulation:Thomas Dinges
2012-03-08Fix #30464: Confusing lack of label for Fluid "use"Sergey Sharybin
2012-02-01Optional offset for fluid cache frame reading.Lukas Toenne
2012-01-22Fluidsim - Restoring simulation speed control (ZanQdo request)Joshua Leung
2012-01-14fix own bug [#29875] Due to operators now reusing there last-used settings, s...Campbell Barton
2011-11-102.6 Physics UI Files:Thomas Dinges
2011-11-08cmake & pep8 tidy up, also some style edits.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-21remove use of gettext: _("...") style translation now its handled by rna.Campbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-10Small comment change, when built without Fluids. Thomas Dinges
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-08-02finish handle for properties_XXX scriptsXiao Xiangquan
2011-06-24merge from trunk #37722Xiao Xiangquan
2011-06-13Elbeem / Fluidsim update:Daniel Genrich