Post #1536: ![](https://blenderartists.org/user_avatar/blenderartists.org/kickflipkid687/48/

πŸ“‹ Metadata

🏷️ Tags

scripting intermediate solved

  • Macro Editor
  • Python Scripting

πŸ’¬ Content

Kickflipkid687:

But the main issue now is, when I Translate in Local Space, the Spinner Value doesn’t get any Data passed back to it, so the Location/Z Value is not accurate anymore.

Not sure. Try to add undo positional argument (True):

bpy.ops.transform.translate(True, value=(msg[0].......)

πŸ”— View on Blender Artists