Jason C. Wenger jcwenger
  • Joined on 2024-09-19
Jason C. Wenger pushed to grid-fill-replace-existing-test at jcwenger/blender 2024-11-06 14:54:14 +01:00
1c9793e988 Interpolate data properly
Jason C. Wenger pushed to grid-fill-replace-existing-test at jcwenger/blender 2024-11-05 05:22:52 +01:00
a875c9e5ad Interpolate data properly
Jason C. Wenger pushed to grid-fill-replace-existing-test at jcwenger/blender 2024-11-04 15:27:18 +01:00
c74d012dde Interp data but it crashes
9000d2d586 Select (random) loop customdata and preserve it
Compare 2 commits »
Jason C. Wenger commented on pull request blender/blender#129318 2024-11-02 19:10:08 +01:00
WIP: Modeling: Allow grid fill to delete and replace existing faces, when faces are selected

I have a addition that preserves custom data, UVs, etc, almost ready to go. Adding the work in progress prefix so that I can get it finished

Jason C. Wenger pushed to grid-fill-replace-existing-test at jcwenger/blender 2024-10-30 14:34:28 +01:00
f5798c5e40 test changes
Jason C. Wenger pushed to grid-fill-replace-existing-test at jcwenger/blender 2024-10-29 23:26:45 +01:00
87dc5c8468 test changes
Jason C. Wenger commented on pull request blender/blender#129318 2024-10-26 17:12:06 +02:00
WIP: Modeling: Allow grid fill to delete and replace existing faces, when faces are selected

I refactored the tag clearing logic, but a little differently than you said -- Looking at it closer, The edge tags need cleard always, but the face tags need cleared only if there are selected…

Jason C. Wenger pushed to grid-fill-replace-existing at jcwenger/blender 2024-10-26 17:06:36 +02:00
2aeccfe75f Adjust clearing tags to split and only do what is necessary.
575ce2352d fix per make format
8b4d961059 Rename deletions var
Compare 3 commits »
Jason C. Wenger created branch grid-fill-replace-existing-test in jcwenger/blender 2024-10-26 16:32:23 +02:00
Jason C. Wenger pushed to grid-fill-replace-existing-test at jcwenger/blender 2024-10-26 16:32:23 +02:00
2aeccfe75f Adjust clearing tags to split and only do what is necessary.
575ce2352d fix per make format
8b4d961059 Rename deletions var
Compare 3 commits »
Jason C. Wenger commented on pull request blender/blender#129318 2024-10-25 04:14:48 +02:00
WIP: Modeling: Allow grid fill to delete and replace existing faces, when faces are selected

@ideasman42 is there an alternate implementation approach that gets us closer to the end state where we would better be able to preserve data? I'm happy to do a larger refactor to a more…

Jason C. Wenger commented on pull request blender/blender#129318 2024-10-25 03:21:45 +02:00
WIP: Modeling: Allow grid fill to delete and replace existing faces, when faces are selected

@ideasman42 Not sure how to make preserving data work. -- even if it was conceptually "a retesselation" some of the values are going to be messed up.

Per-face attributes are essentially…

Jason C. Wenger pushed to grid-fill-replace-existing at jcwenger/blender 2024-10-25 02:49:20 +02:00
d236fe911f Respect hidden edges and faces
Jason C. Wenger commented on pull request blender/blender#129318 2024-10-22 07:39:08 +02:00
WIP: Modeling: Allow grid fill to delete and replace existing faces, when faces are selected

(As my wonderful wife illustrated, "How do you distinguish the hole in the middle of the swiss cheese, from the half a hole that the knife happened to cut through at the edge of the slice?")

Jason C. Wenger commented on pull request blender/blender#129318 2024-10-22 07:26:41 +02:00
WIP: Modeling: Allow grid fill to delete and replace existing faces, when faces are selected

(As my wonderful wife illustrated, "How do you distinguish the hole in the middle of the swiss cheese, from the half a hole that the knife happened to cut through at the edge of the slice?")

Jason C. Wenger commented on pull request blender/blender#129318 2024-10-22 07:05:38 +02:00
WIP: Modeling: Allow grid fill to delete and replace existing faces, when faces are selected

(As my wonderful wife illustrated, "How do you distinguish the hole in the middle of the swiss cheese, from the half a hole that the knife happened to cut through at the edge of the slice?")

Jason C. Wenger created pull request blender/blender#129318 2024-10-22 04:59:42 +02:00
Allow grid fill to replace existing faces when selected
Jason C. Wenger pushed to grid-fill-replace-existing at jcwenger/blender 2024-10-22 04:58:27 +02:00
19b709df1d Allow grid fill to replace existing faces when selected
Jason C. Wenger pushed to grid-fill-replace-existing at jcwenger/blender 2024-10-22 04:49:48 +02:00
103986af26 Allow grid fill to replace existing faces when selected
Jason C. Wenger pushed to grid-fill-replace-existing at jcwenger/blender 2024-10-22 02:15:02 +02:00
441e568e3d Allow interactive grid fill with existing faces to be replaced