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
2020-09-13Cleanup: spelling, update function name in commentsCampbell Barton
2020-09-13Merge branch 'property-search-highlight-tabs' into property-search-all-tabsHans Goudey
2020-09-13Merge branch 'property-search-start-end-operators' into ↵Hans Goudey
property-search-highlight-tabs
2020-09-13Merge branch 'property-search-single-tab' into ↵Hans Goudey
property-search-start-end-operators
2020-09-13Property Search: Fix memory leakHans Goudey
2020-09-13Merge branch 'property-search-add-theme-color' into property-search-single-tabHans Goudey
2020-09-13Merge branch 'property-search-move-context-to-panel' into ↵Hans Goudey
property-search-add-theme-color
2020-09-13Merge branch 'property-search-button-label-pointer' into ↵Hans Goudey
property-search-move-context-to-panel
2020-09-13Property Search: Replace pointer in group when button type switchesHans Goudey
2020-09-13Merge branch 'property-search-highlight-tabs' into property-search-all-tabsHans Goudey
2020-09-13Merge branch 'property-search-start-end-operators' into ↵Hans Goudey
property-search-highlight-tabs
2020-09-13Merge branch 'property-search-single-tab' into ↵Hans Goudey
property-search-start-end-operators
2020-09-13Merge branch 'property-search-add-theme-color' into property-search-single-tabHans Goudey
2020-09-13Merge branch 'property-search-move-context-to-panel' into ↵Hans Goudey
property-search-add-theme-color
2020-09-13Merge branch 'property-search-button-label-pointer' into ↵Hans Goudey
property-search-move-context-to-panel
2020-09-13Merge branch 'master' into property-search-button-label-pointerHans Goudey
2020-09-13Property Search: Use LinkData instead of button for groupHans Goudey
2020-09-13Cleanup: Fix whitespace changesRay Molenkamp
Introduced in rB40dcf686f04f7db8110f9c85621eb8a0bd764080
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-09-12GPUOffscreen: Push the GL state before and after bindingClément Foucault
This avoids wrong viewport and scissor bounds with BGL commands.
2020-09-12GPU: Fix wrong state before python callbacksClément Foucault
This was caused by a missing state apply. We force the GPUState to be set after the callbacks to avoid desync between our state tracker and the real gl state. This fixes some issues but a better general fix for all BGL would be better. This fix T80297 2.91 texture alpha is not transparent
2020-09-12Cleanup: GPU: Rename GPUStateManager to StateManager to follow styleClément Foucault
2020-09-12Cleanup: GPU: Remove unused GPU_debugClément Foucault
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-12GPU: Add Image Load Store extension supportClément Foucault
This wraps the functionality used to speedup EEVEE volumetrics. This touches the rendering code of EEVEE as it should fix a mis-usage of the GL barrier. The barrier changed type and location, removing an unused barrier.
2020-09-12BLI: Fix bitscan_forward_uint64 unix implementationClément Foucault
2020-09-12Fix T70255: Setting file browser bookmark from Python crashesCampbell Barton
Support setting bookmarks even when the file browser isn't the active space.
2020-09-12Cleanup: use C style doxygen commentsCampbell Barton
2020-09-12Cleanup: missing-variable-declarations warningCampbell Barton
2020-09-12Fix T71605: Crash toggling dynamic topology in background modeCampbell Barton
Support toggling without an undo stack in background mode.
2020-09-12Fix missing return value in fix for T80677Campbell Barton
2020-09-12Fix T80677: Absolute grid snapping doesn't work with constraintsGermano Cavalcante
Regression introduced in rB546b900194f0
2020-09-12Fix T80697: children_recursive returns edit-bones from non edit-boneCampbell Barton
Bone.children_recursive would return edit-bones when in edit-mode irrespective of the type of the bone. Check the type of self instead of the existence of edit-bones.
2020-09-11Cleanup: Fix build warning with MSVCRay Molenkamp
MSVC warns on MEM_freeN being fed a const pointer
2020-09-11Merge branch 'master' into property-search-button-label-pointerHans Goudey
2020-09-11Cleanup: Remove unused variables and functionHans Goudey
Somehow these changes were lost while pulling the previous commit from the property-search-ui-v2 branch.
2020-09-11Merge branch 'master' into property-search-button-label-pointerHans Goudey
2020-09-11UI: Use operator to set property editor's pinned data-blockHans Goudey
This commit removes the custom callback that's currently used to set the property editor's pinned data, replacing it with an operator. This means "pin" button doesn't have to be defined in C. Differential Revision: https://developer.blender.org/D8376
2020-09-11Property Search: Fixes for button groupHans Goudey
2020-09-11Fix T80623: Correct Face Attributes affecting modes not listedGermano Cavalcante
Some transform modes (such as Mirror) are not listed to have UV corrected during the transformation. It messed up the UV of all of these.
2020-09-11Property Search: Code to use new button group structsHans Goudey
2020-09-11Merge branch 'property-search-add-theme-color' into property-search-single-tabHans Goudey
2020-09-11Merge branch 'property-search-move-context-to-panel' into ↵Hans Goudey
property-search-add-theme-color
2020-09-11Merge branch 'property-search-button-label-pointer' into ↵Hans Goudey
property-search-move-context-to-panel
2020-09-11Property Search: Use button groups instead of button pointersHans Goudey
2020-09-11GPUTexture: Return NULL texture if data grid is NULL tooSebastián Barschkis
In a recent update to the fluids modifier (rB03c2439d96e8), I introduced a flush call that sets all grids to NULL if the frame is outside of the allowed frame range. This way, the texture creation function must also check if the data grid is NULL before trying to create a texture. Reviewed By: fclem Differential Revision: https://developer.blender.org/D8872
2020-09-11Merge branch 'property-search-add-theme-color' into property-search-single-tabHans Goudey
2020-09-11Merge branch 'property-search-move-context-to-panel' into ↵Hans Goudey
property-search-add-theme-color
2020-09-11Merge branch 'property-search-button-label-pointer' into ↵Hans Goudey
property-search-move-context-to-panel
2020-09-11Merge branch 'properties-pin-operator' into property-search-button-label-pointerHans Goudey