Pie Menu Official addon manipulator pie is not working #55303

Closed
opened 2018-06-02 23:56:10 +02:00 by Oleg · 8 comments

System Information
Windows 10, NVIDIA GeForce GTX 1050

Blender Version
Broken: 2.79 7c75c2d (branch blender2.8)
Worked: 2.79b

Short description of error
“UI Pie Menu Official” addon manipulator pie is not working cause of operator line changes.

2.79b:
pie.operator(“view3d.manipulator_set”, icon=‘MAN_TRANS’, text=“Translate”).type = ‘TRANSLATE’
pie.operator(“view3d.manipulator_set”, icon=‘MAN_ROT’, text=“Rotate”).type = ‘ROTATE’
pie.operator(“view3d.manipulator_set”, icon=‘MAN_SCALE’, text=“Scale”).type = ‘SCALE’

2.79 7c75c2d:
pie.operator(“wm.tool_set_by_name”, icon=‘MAN_TRANS’, text=“Translate”).name = “Move”
pie.operator(“wm.tool_set_by_name”, icon=‘MAN_ROT’, text=“Rotate”).name = “Rotate”
pie.operator(“wm.tool_set_by_name”, icon=‘MAN_SCALE’, text=“Scale”).name = “Scale”

PieAddonBug.png

Exact steps for others to reproduce the error
Enable “UI Pie Menu Official” addon and check "3d View: Manipulator Menu: Key: "Ctrl Space". In 3d View press Ctrl+Space.

**System Information** Windows 10, NVIDIA GeForce GTX 1050 **Blender Version** Broken: 2.79 7c75c2d (branch blender2.8) Worked: 2.79b **Short description of error** “UI Pie Menu Official” addon manipulator pie is not working cause of operator line changes. 2.79b: pie.operator(“view3d.manipulator_set”, icon=‘MAN_TRANS’, text=“Translate”).type = ‘TRANSLATE’ pie.operator(“view3d.manipulator_set”, icon=‘MAN_ROT’, text=“Rotate”).type = ‘ROTATE’ pie.operator(“view3d.manipulator_set”, icon=‘MAN_SCALE’, text=“Scale”).type = ‘SCALE’ 2.79 7c75c2d: pie.operator(“wm.tool_set_by_name”, icon=‘MAN_TRANS’, text=“Translate”).name = “Move” pie.operator(“wm.tool_set_by_name”, icon=‘MAN_ROT’, text=“Rotate”).name = “Rotate” pie.operator(“wm.tool_set_by_name”, icon=‘MAN_SCALE’, text=“Scale”).name = “Scale” ![PieAddonBug.png](https://archive.blender.org/developer/F3562676/PieAddonBug.png) **Exact steps for others to reproduce the error** Enable “UI Pie Menu Official” addon and check "3d View: Manipulator Menu: Key: "Ctrl Space". In 3d View press Ctrl+Space.
Author

Added subscriber: @DotBow

Added subscriber: @DotBow

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic

Can you please be more specific what exact version has the error? The 2.8 branch is the blender 2.80 if you build your own blender and currently most of the add-ons will not work as they need conversion to the new API calls.

Setting as incomplete until additional information is provided.

Can you please be more specific what exact version has the error? The 2.8 branch is the blender 2.80 if you build your own blender and currently most of the add-ons will not work as they need conversion to the new API calls. Setting as incomplete until additional information is provided.
Author

In #55303#507456, @VukGardasevic wrote:
Can you please be more specific what exact version has the error? The 2.8 branch is the blender 2.80 if you build your own blender and currently most of the add-ons will not work as they need conversion to the new API calls.

Setting as incomplete until additional information is provided.

Sorry for making confusion. This build is from blender.org experimental section. The bug have place in several last builds I downloaded.
Splash screen:
Splash2.79.png
On site:
ExperimentalBlenderOrg.png

> In #55303#507456, @VukGardasevic wrote: > Can you please be more specific what exact version has the error? The 2.8 branch is the blender 2.80 if you build your own blender and currently most of the add-ons will not work as they need conversion to the new API calls. > > Setting as incomplete until additional information is provided. Sorry for making confusion. This build is from blender.org experimental section. The bug have place in several last builds I downloaded. Splash screen: ![Splash2.79.png](https://archive.blender.org/developer/F3569391/Splash2.79.png) On site: ![ExperimentalBlenderOrg.png](https://archive.blender.org/developer/F3569421/ExperimentalBlenderOrg.png)

I see, the 2.8 commit seems to ended up in master. @ideasman42 is f6e3238de3 intended?

I see, the 2.8 commit seems to ended up in master. @ideasman42 is f6e3238de3e4 intended?

Added subscriber: @ideasman42

Added subscriber: @ideasman42

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Vuk Gardašević self-assigned this 2018-06-27 17:34:23 +02:00

Should be fixed in the master build from tomorrow (June 28).

Commit e70a6aecbf

Closing as resolved.

Should be fixed in the master build from tomorrow (June 28). Commit e70a6aecbf Closing as resolved.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#55303
No description provided.