Post #3218: I hope someone can help me out realizing this with PME:

📋 Metadata

🏷️ Tags

macro intermediate unsolved

  • Macro Editor
  • Python Scripting

💬 Content

I hope someone can help me out realizing this with PME:

I want to create a macro operator that does the following:

  1. In Object Mode, add a Single Vertex (from the Mesh: Extra Objects add-on), or add a Plane, switch to Edit Mode and Merge the vertices to the center.
  2. Add a Skin modifier.
  3. Switch off the X Symmetry in the Skin modifier.
  4. Add a Subdivision modifier.
  5. Set the Subdivision modifier Viewport subdivisions to 2.
  6. Set the Subdivision modifier Quality to 6.

I performed the operations, copied the Python commands from the Info window to PME macro entries, but I keep getting errors when I run the macro. The only things I manage to get working are adding a plane object and adding a modifier, but not the other operations.

I am undoubtedly doing something wrong. Any help would be much appreciated, thanks in advance.


❤️ 1 likes


🔗 View on Blender Artists