Joseph Eagar JosephEagar
  • Sacramento, California, USA
  • Joined on 2004-09-20
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-07-04 10:22:47 +02:00
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
Compare 178 commits »
Joseph Eagar commented on issue blender/blender#109191 2023-07-04 07:42:30 +02:00
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. …

Joseph Eagar pushed to main at blender/blender 2023-07-04 07:28:31 +02:00
3004198866 Sculpt: Fix #109555: Small object scales break sculpt
Joseph Eagar closed issue blender/blender#109555 2023-07-04 07:28:30 +02:00
Regression: Brushes in Sculpt, Weight, Vertex modes with Projected Falloff aren't consisent while in orthographic camera snapped to 90 axis
Joseph Eagar pushed to main at blender/blender 2023-07-04 05:12:53 +02:00
f031d7fbf3 Cleanup: remove duplicate function declaration.
Joseph Eagar deleted branch temp-pbvh-cleanup-header from blender/blender 2023-07-04 05:01:38 +02:00
Joseph Eagar pushed to main at blender/blender 2023-07-04 05:01:11 +02:00
7e2659e4ab Cleanup: Split BKE_pbvh.h into BKE_pbvh_api.hh
Joseph Eagar pushed to temp-pbvh-cleanup-header at blender/blender 2023-07-04 04:40:24 +02:00
ac13c1752a temp-pbvh-cleanup-header: Cleanup BKE_pbvh.h
Joseph Eagar created branch temp-pbvh-cleanup-header in blender/blender 2023-07-04 04:40:23 +02:00
Joseph Eagar pushed to temp-sculpt-brush-iter at JosephEagar/blender 2023-07-04 03:22:44 +02:00
3846c4e769 Add missing file
Joseph Eagar pushed to temp-sculpt-brush-iter at JosephEagar/blender 2023-07-03 14:19:31 +02:00
2e93b2c343 Commit current code
Joseph Eagar pushed to temp-sculpt-brush-iter at JosephEagar/blender 2023-07-03 09:14:57 +02:00
4033d82170 commit current code
Joseph Eagar pushed to temp-sculpt-brush-iter at JosephEagar/blender 2023-07-03 06:42:05 +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
Compare 28 commits »
Joseph Eagar commented on pull request blender/blender#107858 2023-07-02 06:26:11 +02:00
CMake: plumbing for modern CMake usage

Fix in #109614

Joseph Eagar created pull request blender/blender#109614 2023-07-02 06:25:41 +02:00
Fix dependency hell bug
Joseph Eagar pushed to fix-library-cmake at JosephEagar/blender 2023-07-02 06:19:58 +02:00
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
Compare 10 commits »
Joseph Eagar created branch fix-library-cmake in JosephEagar/blender 2023-07-02 06:19:58 +02:00
Joseph Eagar commented on pull request blender/blender#107858 2023-07-02 06:14:13 +02:00
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…