Raul Fernandez Hernandez farsthary
  • Joined on 2008-06-18
Raul Fernandez Hernandez pushed to blender-v4.1-release at blender/blender 2024-02-15 16:24:51 +01:00
d76c1e30e7 Sculpt: Disable mask operators on invisible objects
Raul Fernandez Hernandez merged pull request blender/blender#118173 2024-02-15 16:24:51 +01:00
Sculpt: Disable mask operators on invisible objects
Raul Fernandez Hernandez pushed to main at blender/blender 2024-02-15 15:28:30 +01:00
ed6f8c5b86 Fix #81948: Sculpt mode Annotation tool cursor conflict
Raul Fernandez Hernandez deleted branch Sculpt-mode-Annotation-tool-cursor-conflict from farsthary/blender 2024-02-15 15:28:29 +01:00
Raul Fernandez Hernandez closed issue blender/blender#81948 2024-02-15 15:28:28 +01:00
Regression: Sculpt mode Annotation tool cursor conflict
Raul Fernandez Hernandez merged pull request blender/blender#118255 2024-02-15 15:28:27 +01:00
Fix #81948: Sculpt mode Annotation tool cursor conflict
5c87dfd269 Cleanup: use BLI_time_ prefix for time functions
e6c919830c Cleanup: Remove unused logging macros that free the input string
e9fff6124c Merge branch 'blender-v4.1-release'
f1cb2fa74b Fix: Crash with logging after recent std::string cleanup
34ed7ee2d9 Merge branch 'blender-v4.1-release'
Compare 10 commits »
Raul Fernandez Hernandez commented on pull request blender/blender#118255 2024-02-15 05:40:21 +01:00
Fix #81948: Sculpt mode Annotation tool cursor conflict

I would check how this is solved in other modes. This fix seems a bit strange, because ideally SCULPT_mode_poll_view3d wouldn't have to know about the annotate tool.

I agree with that, the…

Raul Fernandez Hernandez approved blender/blender#118306 2024-02-15 04:58:42 +01:00
Sculpt: Disable set pivot and select color for invisible objects

Just like the previous approved PR's this one is correct too.

Raul Fernandez Hernandez created pull request blender/blender#118255 2024-02-14 12:04:59 +01:00
Fix #81948 Regression: Sculpt mode Annotation tool cursor conflict
48136d7131 show only the sculpt cursor when annotate tool is not active
Raul Fernandez Hernandez commented on pull request blender/blender#118173 2024-02-13 17:12:20 +01:00
Sculpt: Disable mask operators on invisible objects

Looks good to me too. A follow up task would be to add greyed out settings too

Raul Fernandez Hernandez reopened issue blender/blender#118145 2024-02-13 15:33:25 +01:00
Sculpt Brush Refactor
Raul Fernandez Hernandez closed issue blender/blender#118145 2024-02-13 15:32:53 +01:00
Sculpt Brush Refactor
Raul Fernandez Hernandez commented on issue blender/blender#118145 2024-02-13 15:32:51 +01:00
Sculpt Brush Refactor

This redesign will bring a huge performance improvement by taking a more cache friendly data oriented design