Block a user
Mangal Kushwah
pushed to fix-initialization-facesets-by-material at Mangal-Kushwah/blender
2024-06-25 08:38:21 +02:00
676063e585
Fix: #123349 Incorrect initialization of face sets by material
6b6341f9a7
Extensions: suppress repository access errors while synchronizing
3834e296a3
Extensions: de-duplicate redundant synchronization requests
4712aca2a8
Fix #123682: extension repo URL/access token changes don't re-sync
2cc6de8f7e
Fix #123574: Automask area normal causes garbled meshes
Fix: #123349 Incorrect initialization of face sets by material
Mangal Kushwah
pushed to fix-initialization-facesets-by-material at Mangal-Kushwah/blender
2024-06-20 08:34:36 +02:00
3387170dce
Fix: #123349 Incorrect initialization of face sets by material
fd2bc9d011
UI: Support color picking from underlying viewport buffer
60de2752be
GPv3: Hide the paint cursor while drawing
c0ff8cf030
Fix #122158: Radial control for radius unit
Scene
not working correctly
dab338a9b0
Fix: GPv3: Shortcut 'F' to change brush radius no longer working
Mangal Kushwah
created branch fix-initialization-facesets-by-material in Mangal-Kushwah/blender
2024-06-20 08:34:36 +02:00
Mangal Kushwah
pushed to operators-hidden-geometry at Mangal-Kushwah/blender
2024-05-16 07:10:50 +02:00
f179480817
Merge branch 'main' into operators-hidden-geometry
401401b7f2
GPv3: LinArt: Handle shared cache for v3.
66a338741e
GPv3: LinArt: Missing walk() for
target_material
672d203e67
Extensions: support file URI's for the remote URL
dd1769088b
Fix error dropping a local extension onto Blender
Mangal Kushwah
pushed to operators-hidden-geometry at Mangal-Kushwah/blender
2024-05-16 07:02:07 +02:00
a3e2b45348
Cleanup
Mangal Kushwah
pushed to operators-hidden-geometry at Mangal-Kushwah/blender
2024-05-01 17:06:35 +02:00
8e1b5724cd
Refactor: gather_hidden_face_sets accesses face set attribute more directly
Fix #108105: Fix operators affecting hidden geometry
Thanks for visual explanation , It is working exactly like that. I have manually tested it so far everything is working as expected.
Mangal Kushwah
pushed to operators-hidden-geometry at Mangal-Kushwah/blender
2024-04-26 12:20:31 +02:00
00c8a98250
Sculpt: Ensure visibility checks for mask slicing work in all cases
bed4956131
Refactor: Remove redundant line in geometry_extract_tag_masked_faces
Fix #108105: Fix operators affecting hidden geometry
Why is the visibility only checked when
!fill_holes
?
@Sergey I disabled visibility because of this (check the video).
I have some question:
-
Is this a bad thing?
-
If yes, do…
Mangal Kushwah
pushed to operators-hidden-geometry at Mangal-Kushwah/blender
2024-04-03 17:57:02 +02:00
05b3797bc3
Refactor: Implement function to gather hidden face sets
917ae1c07d
Merge branch 'main' into operators-hidden-geometry
8a1c2b172a
Fix: Escape property name when keying
7400927ada
Fix #120084: custom group node remains undefined after registering node type
04293e2494
Tools: Add script to report (high) priority issues per module
Fix #108105: Fix operators affecting hidden geometry
Currently filling hole code does not take hidden geometry into account and because of this in some cases hidden part of geometry can be trapped inside mesh which i assumed is bad thing not…
Mangal Kushwah
pushed to operators-hidden-geometry at Mangal-Kushwah/blender
2024-03-29 18:39:48 +01:00
c523317439
Ensure Mask Slice operations doesn't effect hidden faces
Mangal Kushwah
pushed to operators-hidden-geometry at Mangal-Kushwah/blender
2024-03-29 14:40:04 +01:00
c79e279bd6
Ensure Mask Extract not create face for hidden faces
fd348ce083
Ensure face set from edit mode selction doesn't change hidden face sets
5ee36fe1f6
Ensure Intialize Face Set by Material doesn't alter hidden face sets