Post #811: Hello roaoao,

πŸ“‹ Metadata

  • Author: myclay
  • Date: 2017-08-29 02:42:07
  • Type: question
  • Quality Score: 6/10
  • Replies (1): post_00812

🏷️ Tags

macro intermediate unsolved

  • Macro Editor
  • Python Scripting

πŸ’¬ Content

Hello roaoao,

how can a Macro be set up so it allows the direct execution of Operations after importing a OBJ file, which sometimes can also contain multiple objects?
I tried this one so far but it completely failed;

Could the culprit which destroys the macro be this operation which Blender always does when a file was loaded?

bpy.ops.object.select_all(action=β€˜DESELECT’)


πŸ”— View on Blender Artists