Raul Fernandez Hernandez farsthary
  • Joined on 2008-06-18
Raul Fernandez Hernandez pushed to Sculpt-Color-Filter-crash at farsthary/blender 2024-02-28 06:17:40 +01:00
c60c54010a wip fix
5d9e127234 Fix: Proper error handling for STL, PLY, and OBJ IO
Compare 2 commits »
Raul Fernandez Hernandez created branch Sculpt-Color-Filter-crash in farsthary/blender 2024-02-28 06:17:40 +01:00
Raul Fernandez Hernandez approved blender/blender#118807 2024-02-27 21:54:31 +01:00
WIP: Fix #103824: CompositorNodeOutputFile inputs.new() crash

With a follow up PR it looks good to me.

Raul Fernandez Hernandez pushed to main at blender/blender 2024-02-27 21:51:53 +01:00
849279b8f1 Cleanup: Collapsible brackets in macros
Raul Fernandez Hernandez merged pull request blender/blender#118697 2024-02-27 21:51:53 +01:00
Cleanup: Collapsible brackets in macros
Raul Fernandez Hernandez merged pull request blender/blender#118784 2024-02-27 19:13:37 +01:00
Fix: Disable symmetrize on invisible objects
Raul Fernandez Hernandez pushed to blender-v4.1-release at blender/blender 2024-02-27 19:13:37 +01:00
b5f76620e4 Fix: Disable symmetrize on invisible objects
Raul Fernandez Hernandez commented on pull request blender/blender#118699 2024-02-27 17:25:40 +01:00
WIP: Fix #116458: Added decay factor for flattening brushes.

The clay strips brush don't have a falloff in Z direction, it uses a cube tests instead of a sphere of influence. I think the decay should be independent of a preexisting falloff shape or curve.

Raul Fernandez Hernandez commented on issue blender/blender#117824 2024-02-27 07:05:12 +01:00
Sculpt: Color Filter crash

Can confirm this bug. On undo history going back to the original state fails restore the color of any future state. The pbvh->color_layer is null when going back to the original state I suspect…

Raul Fernandez Hernandez pushed to main at farsthary/.profile 2024-02-27 01:46:58 +01:00
4f47c74c56 update
Raul Fernandez Hernandez pushed to main at farsthary/blender 2024-02-26 19:05:54 +01:00
920b9ab134 Merge branch 'blender-v4.1-release'
3748e49034 LibOverride: When created from IDTemplate UI, ensure instanciation of hierarchy root.
73a2af3ae5 Fix #118714: Crash on trying to create override on nested linked object.
f83471fa95 Cleanup: Use C++ matrix type in mesh render data
53f1ebf232 Cleanup: Pass field directly to mesh render data creation
Compare 56 commits »
Raul Fernandez Hernandez commented on pull request blender/blender#118699 2024-02-26 15:59:47 +01:00
WIP: Fix #116458: Added decay factor for flattening brushes.

thanks for the feedback, I'll try to implement it in the next commits.