Block a user
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
54803c0523
Add missed file
733fd5ea1f
Merge branch 'main' of projects.blender.org:blender/blender into migrate-hide-show
8a5a1288b9
Renaming "*_global" to "*_all"
38208ed153
Fix #119099: Distribute points in volume node missing in add menu
77e84cb528
Merge branch 'blender-v4.1-release'
Sculpt: Migrate Box Hide to common gesture code
What do you think about "hide_show_all" vs "hide_show_global"? I think it's a reasonable idea, but I didn't get use to "global" yet. It just has so many other connotations. "All" might be clear…
Fix #119070: Fix crash in sculpt menu lasso tool
fdb66ee6e2
Fix #119070: Fix crash in sculpt menu lasso tool
8842982dbd
Docs: note the temporary directory will be ignored unless it exists
fa229c5753
Fix #119019: Geometry Nodes: Split to Instances wrong field interface
a8cc2e4d96
Fix: Add missing iostream include
3c6a9cb5a5
Fix #117824: Sculpt color filter crash
Sculpt: Migrate Box Hide to common gesture code
Oh, was unaware of the change in standards - I think the handbook style guide is a bit out of date with those regards then