Block a user
Crash while editing keymap entry (MacOS only)
This discussion on the libc++ forum seems possibly related: https://discourse.llvm.org/t/rfc-strict-weak-ordering-checks-in-the-debug-libc/70217
Crash while editing keymap entry (MacOS only)
I think I've nailed down the issue to being something in the std::sort
function - I tried swapping out blender's Vector
class for std::vector
in that particular code block and still run into…
Sculpt: Add Lasso Hide tool
82de171391
Sculpt: Add Lasso Hide tool
00b4fdce2c
UI: Improvements to Confirmation of Load Factory
3bacd93ba6
UI: Improvements to Confirmation of Load Factory Preferences
06bc23f08e
Fix: warnings caused by
d53d7dea71
eb8557f8a7
Cleanup: Use snake case for function names in file list
Sean Kim
deleted branch 4.1-sculpt-changes from Sean-Kim/blender-developer-docs
2024-03-07 00:22:31 +01:00
Sean Kim
deleted branch hide-cleanup-operator-properties from Sean-Kim/blender
2024-03-06 06:44:07 +01:00
Cleanup: Remove unnecessary property for new hide operators
82dbfe297e
Cleanup: Remove unnecessary property for new hide operators
f1eecd6425
Cleanup: quiet missing-declarations warning, format
Sean Kim
created branch hide-cleanup-operator-properties in Sean-Kim/blender
2024-03-06 06:14:15 +01:00
Cleanup: Convert eShapeType to enum class
331635c1d8
Cleanup: Convert eShapeType to enum class
705964d7bb
Sculpt: Migrate Box Hide to common gesture code
c4a74ff2de
Fix #119102: GLSL was the default formatter without a file extension
d686699316
Cleanup: various non-functional C++ changes
aba193ad30
Cleanup: disable unused code
Cleanup: Add missing license and copyright headers
Sculpt: Migrate Box Hide to common gesture code
Renamed the files, ran tests locally and they should be passing on buildbot now, just get the usual expected failures due to running in developer mode. PR should be good to go now @HooglyBoogly