Block a user
99f79a6c5e
temp-sculpt-dyntopo: Fix nasty memory leak
a91c4bd93f
Merge branch 'main' into temp-sculpt-dyntopo
df388b4546
temp-sculpt-dyntopo: Pre-emptively apply commit to avoid merge conflicts
7e2659e4ab
Cleanup: Split BKE_pbvh.h into BKE_pbvh_api.hh
5c4510d39e
Cleanup: update code comment for DNA_struct_get_compareflags
Dyntopo Smooth Shading Bug
This is actually not supposed to work at all. Dyntopo now respects face smoothing settings.
@JulienKaspar We could add a "Smooth Shade All" button that would set all faces to smooth. …
Regression: Brushes in Sculpt, Weight, Vertex modes with Projected Falloff aren't consisent while in orthographic camera snapped to 90 axis
Joseph Eagar
deleted branch temp-pbvh-cleanup-header from blender/blender
2023-07-04 05:01:38 +02:00
58a0996d45
temp-sculpt-brush-iter: Get new sculpt brush exec api working
a31343369e
Deal with build system hell
0a97d08bba
Merge branch 'main' into temp-sculpt-brush-iter
339fb54a48
Create a brush iter inside the sculpt module.
95df909bcc
Sculpt: Use a factor for mask extract factor property
Fix dependency hell bug
0322de59fc
PRIVATE is a source file scope keyword, not a library one
95df909bcc
Sculpt: Use a factor for mask extract factor property
c3eccf432c
Cleanup: Make format
3ece6876af
RNA: move most rna files to C++
f33d7bb598
Nodes: add nested node ids and use them for simulation state
CMake: plumbing for modern CMake usage
This PR makes independently compiling much of blender impossible. Everything depends on everything else. If you need to track down a bug in your compiler environment that's making one or two…