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-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
2018-07-13Cleanup: move WM type registration into own filesCampbell Barton
Type registration is mostly boiler plate logic, which can be separated from other API's.
2018-07-13Nodes: add sqrt, ceil, floor and fract to math nodes.Charlie Jolly
This works for Cycles, Eevee, texture nodes and compositing. It helps to reduce the number of math nodes required in various node setups. Differential Revision: https://developer.blender.org/D3537
2018-07-13UI: show popover shortcuts in tooltipCampbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: id-property API useCampbell Barton
Also clarify comments.
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: split keymap lookups into own functionsCampbell Barton
More will be added in 2.8, keep this manageable.
2018-07-13Fix T55920: viewport "navigate" shows on transformCampbell Barton
2018-07-13Keymap: run search by its key in tools popupCampbell Barton
The button & key are displayed here, so its best if the shortcut works.
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Keymap: dope-sheet hotkey to change falloffPhilipp Oeser
2018-07-13Keymap: dope-sheet hotkey to change falloffPhilipp Oeser
2018-07-13Cleanup: styleCampbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: right shift argumentsCampbell Barton
2018-07-13Cleanup: rename snap enumCampbell Barton