Symmetry issue with dynamic brush menu #96937

Closed
opened 2022-04-01 03:14:42 +02:00 by Craig Jones · 6 comments

System Information
Operating system: Windows-10-10.0.19043-SP0 64 Bits
Graphics card: GeForce GTX 1060 3GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.51

Blender Version
Broken: version: 3.1.0, branch: master, commit date: 2022-03-08 18:16, hash: blender/blender@c77597cd0e
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: Dynamic Brush Menus (1, 1, 8)
Author: Ryan Inch (Imaginer)

Short description of error
Using the menu to set symmetry while painting in texture paint mode, I am not seeing the symmetry header option update and the paint is not applying in the expected symmetrical way.

The button at the header uses bpy.data.objects["Cube"].use_mesh_mirror_y, but the addon brush menu option uses bpy.data.scenes["Scene"].tool_settings.image_paint.use_symmetry_y

I opened a default file and set up texture paint with a slot, and then began painting. With the dynamic brush menu enabled, I tried setting symmetry and failed and started looking at the differences and similarities in the python.

**System Information** Operating system: Windows-10-10.0.19043-SP0 64 Bits Graphics card: GeForce GTX 1060 3GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.51 **Blender Version** Broken: version: 3.1.0, branch: master, commit date: 2022-03-08 18:16, hash: `blender/blender@c77597cd0e` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: Dynamic Brush Menus (1, 1, 8) Author: Ryan Inch (Imaginer) **Short description of error** Using the menu to set symmetry while painting in texture paint mode, I am not seeing the symmetry header option update and the paint is not applying in the expected symmetrical way. The button at the header uses bpy.data.objects["Cube"].use_mesh_mirror_y, but the addon brush menu option uses bpy.data.scenes["Scene"].tool_settings.image_paint.use_symmetry_y I opened a default file and set up texture paint with a slot, and then began painting. With the dynamic brush menu enabled, I tried setting symmetry and failed and started looking at the differences and similarities in the python.
Author

Added subscriber: @CraigJones

Added subscriber: @CraigJones
Member

Added subscriber: @Imaginer

Added subscriber: @Imaginer
Ryan Inch self-assigned this 2022-04-01 10:39:01 +02:00
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Thanks for the report! I can confirm and will fix this soon.

Thanks for the report! I can confirm and will fix this soon.

This issue was referenced by c9fba919c2

This issue was referenced by c9fba919c2e17f940a6e4c2daa4a5dccc515f646
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#96937
No description provided.