Post #2391: Thanks for the great addon, fun to play with.
📋 Metadata
- Author: cyso
- Date: 2019-06-04 23:15:18
- Type:
question - Quality Score: 7/10
- Replies (1): post_02394
🏷️ Tags
beginner popup-dialog custom-scripting unsolved
⚙️ Related PME Features
- Custom Tab
- Python Scripting
- Macro Editor
- pme.exec operator
💬 Content
Thanks for the great addon, fun to play with.
Can all functions be realized via the costum tab? The shaders, normals, lengths etc. work. Adding the primitives also (with pme.exec version), but without the menu to adjust. Opening, saving or creating a new file doesn’t work at all. What am I doing wrong? A tip would be great!
Tried the following:
L.operator(bpy.ops.mesh.primitive_monkey_add(), text=“”, icon=‘MESH_MONKEY’)
L.operator(“pme.exec”, text=“”, icon=‘MESH_MONKEY’).cmd=“bpy.ops.mesh.primitive_monkey_add()”

Thanks for your help!