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
2018-04-30UI: show topbar brush options w/ texture paintCampbell Barton
2018-04-30UI: share common paint panels between all modesCampbell Barton
2018-04-30UI: add texture paint brushes to toolbarCampbell Barton
2018-04-30Multi-Object Pose Fixes for POSE_OT_armature_apply()Joshua Leung
2018-04-30Multi-Object Pose: Fix POSE_OT_group_select and POSE_OT_group_deselectJoshua Leung
2018-04-30Eevee: Use GPU_RG16 for velocity pass instead of GPU_RG32F.Clément Foucault
2018-04-30GPUTexture: Add support for GPU_RG16.Clément Foucault
2018-04-30DRW: Remove DRWTextureFormat in favor or GPUTextureFormat.Clément Foucault
2018-04-30Eevee: TAA: Use safe color when outputing the final color.Clément Foucault
2018-04-30Overlay: missed in last commitJeroen Bakker
2018-04-30Overlay: Integration of TexturePaint with WorkbenchJeroen Bakker
2018-04-30UI: add weight paint brushes to toolbarCampbell Barton
2018-04-30Workbench: Integration VertexPaint and WeightPaint modesJeroen Bakker
2018-04-30UI: add vertex paint toolsCampbell Barton
2018-04-30Depsgraph: Fix missing node tree update when adding keyframesSergey Sharybin
2018-04-30Fix: UI layout for "Pause" button on timeline header was broken (leaving a gap)Joshua Leung
2018-04-30COW Fix: Material property update callbacks need to tag depsgraph for COW upd...Joshua Leung
2018-04-30ANIM_apply_keyingset() - Tag modified datablocks for copy on write update for...Joshua Leung
2018-04-30Fix some popup menus that don't support it refreshing and crashing.Brecht Van Lommel
2018-04-30UI: use "none" icon if loading failsCampbell Barton
2018-04-30Fix Eevee shadows not working in certain cases, after recent WM changes.Brecht Van Lommel
2018-04-30Fix sculpt ToolDef generationCampbell Barton
2018-04-30Correct error in toolbar updateCampbell Barton
2018-04-303D View: refresh on Overlay & Shading changesCampbell Barton
2018-04-30Remove unused functionSergey Sharybin
2018-04-30Draw manager: Fix wrong engine type used for view updateSergey Sharybin
2018-04-30Tool System: change internal definitions (again)Campbell Barton
2018-04-30Add NULL check for transform manipulatorCampbell Barton
2018-04-30DNA: Unnecessarily big padding size in Object structJulian Eisel
2018-04-30Topbar: Enable Vertex Paint toolsJeroen Bakker
2018-04-30Fix build of Alembic test.Brecht Van Lommel
2018-04-29Fix accidentally removed code in recent commit.Brecht Van Lommel
2018-04-29UI: better support for dynamically sized regions in topbar.Brecht Van Lommel
2018-04-29Fix missing NULL check when setting the toolCampbell Barton
2018-04-29UI: disable top-bar tool name drawingCampbell Barton
2018-04-29UI: show add/subtract as iconsCampbell Barton
2018-04-29UI: show basic sculpt options in topbarCampbell Barton
2018-04-29Cleanup: rename snake_hookCampbell Barton
2018-04-29UI: use sculpt icons in the toolbarCampbell Barton
2018-04-29UI: new sculpt icons from @billraynishCampbell Barton
2018-04-29UI: backface cull generated iconsCampbell Barton
2018-04-29UI: remove toolbar separator between categoriesCampbell Barton
2018-04-29UI: group sculpt brushes in the toolbarCampbell Barton
2018-04-29UI: fix toolbar groups w/ data_blocksCampbell Barton
2018-04-29UI: hide sculpt panels from toolbarCampbell Barton
2018-04-29Cleanup: warning, use STRNCPY macroCampbell Barton
2018-04-29UI: initial dynamically generated sculpt toolsCampbell Barton
2018-04-29Tool System: support data-blocks in toolsCampbell Barton
2018-04-29UI: support tool generators (no visible change)Campbell Barton
2018-04-293D View: add initial view.shading and view.overlay in RNA.Brecht Van Lommel