Joseph Eagar JosephEagar
  • Sacramento, California, USA
  • Joined on 2004-09-20
Joseph Eagar pushed to main at blender/blender 2023-06-09 00:00:00 +02:00
2ed675c3fb Cleanup: move bmesh_interp.c to c++
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-08 23:52:18 +02:00
ee4a37f38b temp-sculpt-dyntopo: Cleanup sculpt boundary code
Joseph Eagar commented on pull request blender/blender#108683 2023-06-07 05:57:12 +02:00
Fix: Removing layer in BMesh can destroy others

What do you think about a callback? All of this is happening per-functions, seems like it makes more sense to have an API that would internally build the layer mapping once, e.g.


Cust
Joseph Eagar created pull request blender/blender#108683 2023-06-07 00:02:07 +02:00
Core: Fix bug where deleting one layer in a BMesh can destroy others
Joseph Eagar created branch temp-fix-bmesh-customdata-bug in JosephEagar/blender 2023-06-06 23:57:39 +02:00
Joseph Eagar pushed to temp-fix-bmesh-customdata-bug at JosephEagar/blender 2023-06-06 23:57:39 +02:00
95f101ec15 Core: Fix bug where deleting one layer in a BMesh can destroy others
7dc85e68fe Cleanup: Fix comment warning
cf967f8e08 Transform: Remove Indication of the Transformed Snap Base
8e059b569b UI: move 'Face Nearest' snap option to another section
8dc70b9e2e Cleanup: Correcting default cases in node.cc
Compare 10 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-06 23:42:29 +02:00
c90f603a6d temp-sculpt-dyntopo: Cleanup gpu index buffer code
Joseph Eagar pushed to temp-sculpt-dyntopo-hive-alloc at blender/blender 2023-06-06 13:23:57 +02:00
62436ad527 Merge branch 'temp-sculpt-dyntopo' into temp-sculpt-dyntopo-hive-alloc
b49a18e497 temp-sculpt-dyntopo: Move call to interp_face_corners into if block
27bf295b3c temp-sculpt-dyntopo: Use new uv smooth code for stability smooth
a974c1ebf2 temp-sculpt-dyntopo: UV and attribute reprojection changes
5ba920d371 temp-sculpt-dyntopo: Fix bug in new split function
Compare 5 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-06 13:05:01 +02:00
b49a18e497 temp-sculpt-dyntopo: Move call to interp_face_corners into if block
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-06 13:00:09 +02:00
27bf295b3c temp-sculpt-dyntopo: Use new uv smooth code for stability smooth
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-06 11:45:26 +02:00
a974c1ebf2 temp-sculpt-dyntopo: UV and attribute reprojection changes
Joseph Eagar commented on issue blender/blender#108107 2023-06-05 18:46:10 +02:00
Update sculpt mode symmetry options as properties of meshes

We might want to think about using a struct.

typedef struct PaintSymmetry {
  char symmetry;
  char symmetrize_direction;
  char lock;
  char feather;
  float tile[3];
  float
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-05 07:13:24 +02:00
5ba920d371 temp-sculpt-dyntopo: Fix bug in new split function
Joseph Eagar pushed to temp-sculpt-dyntopo-hive-alloc at blender/blender 2023-06-05 06:44:58 +02:00
338741163f Add a debug check
99cf46b048 Merge branch 'temp-sculpt-dyntopo' into temp-sculpt-dyntopo-hive-alloc
9044aefe8f temp-sculpt-dyntopo: Fix bug in cleanup mode
370be3d365 temp-sculpt-dyntopo: Remove pattern based triangle subdivider
029b6ab9a2 temp-sculpt-dyntopo: Suppress false positive warning
Compare 5 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-05 06:00:05 +02:00
9044aefe8f temp-sculpt-dyntopo: Fix bug in cleanup mode
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-05 05:49:40 +02:00
370be3d365 temp-sculpt-dyntopo: Remove pattern based triangle subdivider
029b6ab9a2 temp-sculpt-dyntopo: Suppress false positive warning
Compare 2 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo-hive-alloc at blender/blender 2023-06-05 02:47:25 +02:00
c985b91437 Merge branch 'temp-sculpt-dyntopo' into temp-sculpt-dyntopo-hive-alloc
9cd4f0d4d3 temp-sculpt-dyntopo: Move edge collapse code to C++.
4b8ec9d31f temp-sculpt-dyntopo-hive-alloc: Commit current code
Compare 3 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-04 15:26:04 +02:00
9cd4f0d4d3 temp-sculpt-dyntopo: Move edge collapse code to C++.
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-03 12:25:24 +02:00
fa8959a881 temp-sculpt-dyntopo: Fix another crash related to uvs
45a68a54f6 temp-sculpt-dyntopo: Fix crash when no uv layers
Compare 2 commits »