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 (Collapse)Author
2018-07-15Cleanup: use variable names based on term gizmoCampbell Barton
2018-07-153D View: New view gizmo designCampbell Barton
Simplify the default navigation gizmo. See: T54723
2018-07-15Cleanup: style, doxy fileCampbell Barton
2018-07-15Cleanup: split GPU_batchCampbell Barton
Split out presets and utilities for creating batches. These functions are quite specialized and not related to typical usage.
2018-07-15UI: Default theme minor tweaksPablo Vazquez
Darker color for group nodes and minor adjustments
2018-07-15UI: Camera Display panel rename to Viewport DisplayPablo Vazquez
Matches all other panels with Viewport properties
2018-07-15UI: Use icon for Material LinkPablo Vazquez
Communicates the same by giving more room to the Material datablock name
2018-07-15UI: Use full width for ID blocks in World, Light, Camera, TexturePablo Vazquez
Also close Preview panel for lights by default and move World custom props last
2018-07-15Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-15Cycles: add voronoi features and distance settings from Blender.charlie
Features to get the 2nd, 3rd, 4th closest point instead of the closest, and various distance metrics. No viewport/Eevee support yet. Patch by Michel Anders, Charlie Jolly and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D3503
2018-07-15UI: Hide Preview panel by default on Material propertiesPablo Vazquez
And move Custom Properties panel last
2018-07-15Cleanup: use float3 SSE instead of ssef for voronoi texture.Brecht Van Lommel
2018-07-15WM: rename manipulator to gizmo in the toolbarCampbell Barton
2018-07-15WM: rename manipulator to gizmo in Python APICampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-15WM: rename files, manipulator -> gizmoCampbell Barton
Edit doxy files and header guards only.
2018-07-14UI: rename manipulator to gizmoCampbell Barton
This is a common, short, distinctive term often used for this purpose. Changes to internal API's still needed.
2018-07-14GPU_batch: fix error w/ interior line removalCampbell Barton
Caused glitch w/ navigation icons showing inner lines.
2018-07-14Keymap: reduce right shift in 2.7x keymapCampbell Barton
2018-07-14Keymap: reduce right shift in generated keymapsCampbell Barton
2018-07-14Merge branch 'master' into blender2.8Campbell Barton
2018-07-14Rename operator property from last commitCampbell Barton
Restore operator had same option named differently.
2018-07-14Keymap: option to export all keymapsCampbell Barton
Useful to store a snapshot of the current keymap state so changes to the default keymap are ignored. Also useful for testing keymap export works properly.
2018-07-14Cleanup: f-string useCampbell Barton
2018-07-14Merge branch 'master' into blender2.8Campbell Barton
2018-07-14Cleanup: use f-string for addon_utilsCampbell Barton
2018-07-14Cleanup: minor change for f-string useCampbell Barton
2018-07-14Keymap: remove double space in tool-keymapCampbell Barton
2018-07-14UI: More descriptive tooltipPablo Vazquez
2018-07-14VSE: Add image strips with alpha over as blend typePablo Vazquez
2018-07-14UI: Capital letters for propertyPablo Vazquez
2018-07-13Add include missing in release buildsCampbell Barton
2018-07-13UI: Align Lighting sub-panel of the Shading popoverPablo Vazquez
This better aligns the matcap/hdri browser, rotation/background sliders and preferences/flip matcap button. The remaining sub-panels are not perfeclty aligned yet, once the sub-panels separation is more prominent (and they can be collapsed) we can align those. Thanks devtalk forum for feedback!
2018-07-13UI: remove space/region from popover argsCampbell Barton
Instead use global panel-type list.
2018-07-13WM: register global list of panel typesCampbell Barton
Allows simple lookups for popovers.
2018-07-13Correct recent menu splitCampbell Barton
Somehow duplicate API didn't error when linking.
2018-07-13Fix missing panels in texture properties with image texture.Brecht Van Lommel
2018-07-13Fix T55965: shrinkwrap modifier apply not working.Brecht Van Lommel
2018-07-13Viewport: don't show look dev shader balls by default.Brecht Van Lommel
We will show these in the shading workspace by default, but for most new 3D viewports that you open these are not needed.
2018-07-13UI: only show API defined custom properties when Developer Extras is on.Brecht Van Lommel
These are intended to behave just like any other builting property, so no to always show them in the Custom Properties panels for regular users.
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Makefile: add note about environment varsCampbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Remove invalid assertCampbell Barton
2018-07-13UI: Wider Dyntopo popover to fit all settingsPablo Vazquez
Suggested by kostex_mb on IRC
2018-07-13Fix bad assert on redoCampbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: operator type API, headerCampbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton