Raul Fernandez Hernandez farsthary
  • Joined on 2008-06-18
Raul Fernandez Hernandez commented on issue blender/blender#95419 2024-05-08 06:14:02 +02:00
sculpt mode: invert visible hides all faces with Multires modifier

In recent versions of Blender, as of 4.1 the functionality seems to be removed.

@Guai_Wo_Ge_EMM Please confirm if this issue is still relevant or can be closed?

Raul Fernandez Hernandez pushed to main at farsthary/blender 2024-05-08 06:06:45 +02:00
dfe060ea6f UI: Edit Mesh Knife Status Display
ba9286706a Geometry Nodes: Sample Grid Index node
42a8947eb1 UI: Edit Mesh Inset Faces Status Display
6f2afc7390 Fix #121436: Compositor: 2d Stabilization translates image when set to bicubic
a602e4fa40 CMake: Fix ASAN builds on windows
Compare 111 commits »
Raul Fernandez Hernandez pushed to main at blender/blender 2024-05-07 18:05:07 +02:00
00e2f55239 Fix #99887: Multires Unsubdivide freezes Blender with hidden geometry
Raul Fernandez Hernandez deleted branch multires_unsubdivide_freezes from farsthary/blender 2024-05-07 18:05:07 +02:00
Raul Fernandez Hernandez closed issue blender/blender#99887 2024-05-07 18:05:06 +02:00
Multires Unsubdivide freezes Blender with hidden geoemtry
Raul Fernandez Hernandez merged pull request blender/blender#121086 2024-05-07 18:05:05 +02:00
Fix #99887: Multires Unsubdivide freezes Blender with hidden geometry
Raul Fernandez Hernandez pushed to main at blender/blender 2024-05-06 17:35:06 +02:00
27c1618c5d Fix #94631: Multires: Duplicating objects sets the viewport level to sculpt level
Raul Fernandez Hernandez closed issue blender/blender#94631 2024-05-06 17:35:05 +02:00
Multires: Duplicating objects sets the viewport level to sculpt level
Raul Fernandez Hernandez deleted branch multires_duplicating_objects from farsthary/blender 2024-05-06 17:35:05 +02:00
Raul Fernandez Hernandez merged pull request blender/blender#121429 2024-05-06 17:35:03 +02:00
Fix #94631: Multires: Duplicating objects sets the viewport level to sculpt level
Raul Fernandez Hernandez pushed to main at farsthary/.profile 2024-05-05 00:11:35 +02:00
7b765f6819 update
Raul Fernandez Hernandez created pull request blender/blender#121429 2024-05-05 00:06:23 +02:00
Fix Multires: Duplicating objects sets the viewport level to sculpt level #94631
Raul Fernandez Hernandez pushed to main at farsthary/blender 2024-05-05 00:00:38 +02:00
3f15c244f4 GPv3: Draw tool: "Draw on back" option
18eecb16db Cleanup: Remove unhelpful unreachable asset in asset shelf code
a6ebfb05ad UI: Option to store enabled asset shelf catalogs in preferences
95fcffed4a Cleanup: remove debug print
424032b5e5 Grease Pencil: Fix Python error when built without experimental features
Compare 22 commits »
Raul Fernandez Hernandez created branch multires_duplicating_objects in farsthary/blender 2024-05-04 23:55:39 +02:00
3f15c244f4 GPv3: Draw tool: "Draw on back" option
18eecb16db Cleanup: Remove unhelpful unreachable asset in asset shelf code
a6ebfb05ad UI: Option to store enabled asset shelf catalogs in preferences
95fcffed4a Cleanup: remove debug print
Compare 10 commits »
Raul Fernandez Hernandez approved blender/blender#121401 2024-05-03 18:13:12 +02:00
Build: Use CMake for sndfile deps building on all platforms

Tested and sndfile deps compiles on my M1 MBA where previously failed.

Raul Fernandez Hernandez pushed to main at farsthary/blender 2024-05-03 00:38:43 +02:00
38fcaf9ab9 Fix: Python error when no active object and hitting F3
570b76f600 Enable sse2neon in BLI_simd except for hydra/USD
39f0e3c0f4 UI: Remove more use of brush tool type icons in enum
fd5a790f36 UI: Remove icon usage in brush tool RNA enums
aa70c687e4 Fix: Ray Portal BSDF unconnected direction wrong for OSL
Compare 146 commits »
Raul Fernandez Hernandez commented on pull request blender/blender#121086 2024-05-01 14:57:54 +02:00
Fix #99887: Multires Unsubdivide freezes Blender with hidden geometry

Thanks @Sergey
I haven't heard from them yet. Worst case if the expected behavior is to ignore hidden faces or halt the unsubdivide operator with a warning we can make it a new PR. After 1 or…

Raul Fernandez Hernandez commented on pull request blender/blender#121086 2024-04-30 22:18:59 +02:00
Fix #99887: Multires Unsubdivide freezes Blender with hidden geometry

Ready for a final review, hopefully we can get this infinite loop hang crossed over since that's a severe bug out in the open for users.