Block a user
Grease Pencil - Merge Down operator causes layer order to change
Also the color tag of layer group is gone after operator execution
Grease Pencil - Unlocking layer leads to no selection gizmo drawn while Autolock Inactive Layer is enabled
Fix !129465
Fix #129297: Gizmo missing for unlocked layer when autolock inactive is on
I added that in dada0c41ee52c795d1e706af4ea10272ed0db0f9 :)
Fix #129297: Gizmo missing for unlocked layer when autolock inactive is on
Pratik Borhade
pushed to 129297-fix-autolock-layer at PratikPB2123/blender
2024-10-28 10:44:39 +01:00
e7caa89ad8
Fix # 129297: Gizmo missing for unlocked layer when autolock inactive is on
Pratik Borhade
created branch 129297-fix-autolock-layer in PratikPB2123/blender
2024-10-28 10:44:39 +01:00
Grease Pencil - Unlocking layer leads to no selection gizmo drawn while Autolock Inactive Layer is enabled
Technically we can remove autolock_inactive_layers
from set_active_node
since the property only operates on layers
Grease Pencil - Unlocking layer leads to no selection gizmo drawn while Autolock Inactive Layer is enabled
@filedescriptor might know how to takle this 😅
Grease Pencil - Unlocking layer leads to no selection gizmo drawn while Autolock Inactive Layer is enabled
Looks like call to autolock_inactive_layers()
in grease_pencil_copy_data -> set_active_node resets inactive node as locked
Grease Pencil - Applying modifier makes layers hierarchy lose track of group - layer relations
Unable to confirm this 🤔
GPv3: Expose layergroup color tag in api
Hi, color attribute for? PR is about changing color tag from python API :)
Blender not listing connected SSDs correctly
Outliner 'Show Active' expands tree elements to show all modifier references
Hi, looks wrong. I can take a look 😅 Submitting bug report is fine :)
9866e648fc
Merge branch 'main' into gpv3-py-colortag
ce0b3d9820
Refactor: Move common code into small functions
0085ef0e59
Compositor: Increase Glare node max threshold
1ba6b74cdf
Fix error freeing null pointer on exit for debug builds
0475054b28
Merge branch 'blender-v4.3-release'
GPv3: Expose layergroup color tag in api
Grease Pencil - Unlocking layer leads to no selection gizmo drawn while Autolock Inactive Layer is enabled
Hi, I will check. I think unlocking layer itself should not be possible when this property is ON