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
2020-01-29Fluid: Updated UISebastián Barschkis
2020-01-24Fix T53205: Show Smoke Advance Panel at Outflow typeSebastián Barschkis
2020-01-20Fluid: Improved cache file loadingSebastián Barschkis
2019-12-17Fluid: Fix python script after refactorSergey Sharybin
2019-12-17Cleanup: RNA namingCampbell Barton
2019-12-17Cleanup: de-duplicate check for un-baked guideCampbell Barton
2019-12-17Cleanup: rename effec -> effectorCampbell Barton
2019-12-17Cleanup: renaming guiding -> guideCampbell Barton
2019-12-17Cleanup: replace verbose checks with read-only attributesCampbell Barton
2019-12-17Cleanup: use single quotes for enum valuesCampbell Barton
2019-12-17Cleanup: remove unused variablesCampbell Barton
2019-12-16Mantaflow [Part 3]: Customized UI for Manta fluidsSebastián Barschkis
2019-11-05Fix T71093: fluid settings not visible for workbench engineBrecht Van Lommel
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