Block a user
4685bb31c9
Fix invalid context access in worker threads by accessing outside loops.
621f57766a
Merge branch 'main' into gp3-sculpt-tools
5b1a0a80fa
STL: sanitize object name before using in a path
78413ff4e2
Fix error resetting the theme which would add a new theme
cee184e97a
Fix error from recent preset refactor
GPv3: Implementation of sculpt mode tools
Errors with multiple layers are caused by behavior of the CTX_data_***
functions that return nullptr outside of the main thread. I wasn't seeing any errors in regular debug mode, but get…
Lukas Tönne
deleted branch gp3-keymap-legacy-rename from LukasTonne/blender
2024-04-11 12:56:32 +02:00
GPv3: Cleanup: Rename keymap functions to `gpencil_legacy`
GPv3: Cleanup: Rename keymap functions to
gpencil_legacy
@PratikPB2123 I think those functions are ok, since they deal with tool settings, which we are still using the same way. The keymaps are specifically for the legacy object types, so indicating…
936e384ca1
Merge branch 'main' into gp3-fill-tool
658a9ac3a9
GPv3: Initial sculpt mode
88526ab5f4
Collection Export: Don't draw ignored properties for OBJ and USD
0f46e02310
Mesh: Draw triangle index buffer creation improvements
6bafe65d28
Mesh: Calculate edges with VectorSet instead of Map
GPv3: Implementation of sculpt mode tools
22ba15159a
Removed unused parts of the 3D view header UI.
38e32aca6d
Removed commented-out entries in the sculpt mode keymap.
GPv3: Cleanup: Rename keymap functions to
gpencil_legacy
Lukas Tönne
created branch gp3-keymap-legacy-rename in LukasTonne/blender
2024-04-11 10:12:26 +02:00
24cffb74d1
Merge branch 'main' into gp3-sculpt-tools
658a9ac3a9
GPv3: Initial sculpt mode
88526ab5f4
Collection Export: Don't draw ignored properties for OBJ and USD
0f46e02310
Mesh: Draw triangle index buffer creation improvements
6bafe65d28
Mesh: Calculate edges with VectorSet instead of Map