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
2022-07-25EEVEE-Next: Display compatible properties panelsClément Foucault
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2019-06-21Cleanup: use trailing commas for multi-line argumentsCampbell Barton
2019-06-11Fix T65393: Error live editing UI scriptsCampbell Barton
2019-06-02Fix: Dynamic Paint Image Bake button missing when using certain Surface typesWilliam Reynish
2019-04-25DynamicPaint: Remove PreviewsJeroen Bakker
2019-04-19Cleanup: use staticmethod where appropriateCampbell Barton
2019-04-19Cleanup: mark unused arguments in UI scriptsCampbell Barton
2019-03-14Cleanup: unused importsCampbell Barton
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
2018-11-26UI: rename "OpenGL" render engine to "Workbench".Brecht Van Lommel
2018-10-08UI: new icon set by Andrzej Ambroz.Brecht Van Lommel
2018-08-30Cleanup: inline icon conditionalCampbell Barton
2018-08-28UI: text keyword argument to labelCampbell Barton
2018-08-24UI: remove hack to align search propertiesCampbell Barton
2018-08-17Physics Dynamic Paint: Use Grid Flow, sub-panels layoutVuk Gardašević
2018-07-31Cleanup: pep8, windows line endingsCampbell Barton
2018-07-25UI: Dynamic Paint single column and sub panelsWilliam Reynish
2018-07-17Render: add "OpenGL" render engine.Brecht Van Lommel
2018-06-20UI: Dynamic Paint panels into sub-panelsWilliam Reynish
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-21Merge branch 'master' into blender2.8Campbell Barton
2017-10-21Cleanup: use relative imports in bl_uiCampbell Barton
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-09-02Merge branch 'master' into blender2.8Campbell Barton
2017-09-02Cleanup: use title caps for labelsCampbell Barton
2017-06-01Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-01Cleanup: use row() sub-layout to expand enum properties horizontalyraa
2017-05-25TexFace removal part 3Campbell Barton
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-04-14Cleanup: don't use single sets for comparisonsCampbell Barton
2015-01-29cleanup: pep8Campbell Barton
2015-01-28cleanup: py importsCampbell Barton
2014-04-03Code cleanup: styleCampbell Barton
2014-03-27UI: Fix more double ":" in UI labelsSv. Lockal
2014-03-27UI: Dynamic paint labels had a double ":" at the end of some strings like "Ve...Thomas Beck
2014-01-20Fix T38267: dynamic paint Use Object Material not working correct in some cases.Brecht Van Lommel
2013-12-11UI: Small panel tweak for Dynamic Paint UI, to save some space when color typ...Thomas Dinges
2013-11-24UI List: remove separate name text fields.Brecht Van Lommel
2013-11-23Add ctrl-click rename to most lists in Blender UI and templates/examples.Bastien Montagne
2013-10-14Interface / Template Lists:Thomas Dinges
2013-08-03Dynamic Paint: Added a new "smoothness" parameter for waves.Miika Hamalainen
2013-02-08Fix uilists showing data names translated (reported on bf-translations ML by ...Bastien Montagne
2013-01-16style cleanupCampbell Barton
2012-12-28remove type checks on drawing uiList's,Campbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne