Block a user
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
Raul Fernandez Hernandez
created branch Sculpt-Color-Filter-crash in farsthary/blender
2024-02-28 06:17:40 +01:00
WIP: Fix #103824: CompositorNodeOutputFile inputs.new() crash
With a follow up PR it looks good to me.
Cleanup: Collapsible brackets in macros
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.
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…
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
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.