Samuel Bernou

Results 82 comments of Samuel Bernou

Collection property in addon preferences removed Using keymap item as list of item to display

Todo: Change tools presets so that default brushs opacity is set to 100% and have bigger radius

Current verison of the brush preset is considered OK for Blender 4.2 (GPv2) Will probably need rework in Blender 4.3 with new brush asset shelf system

Need a better default reframe that consider UI overlays for `Fit viewport` (custom framing)

Standby for now. `fit view` feature is difficult to replicate in python located on these files in sources for future references: ``` source/blender/blenkernel/intern/camera.cc source/blender/editors/space_view3d/view3d_edit.cc source/blender/makesdna/DNA_camera_types.h ```

Consider this one Done even if it's far from perfect... Might reopen if there is a better fit method in the future.

Great suggestion. Added in the todo-list

Ah, actually, this is a _known issue_ ! Whenever a brush name is not found in the native Library, I directly assume it's from the `User Library`. Because there's no...

In the meantime, that's the best thing to do. But I should support your use case

I'm familiar with this operator. But the purpose here is a bit different though, since I want to place the origin at the bottom, not at cursor location (and don't...