Post #307: ![](https://blenderartists.org/user_avatar/blenderartists.org/rhyging5/48/725092

πŸ“‹ Metadata

  • Author: roaoao
  • Date: 2016-09-09 07:25:02
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_00306

🏷️ Tags

scripting beginner solved

  • Python Scripting
  • Macro Editor

πŸ’¬ Content

rhyging5:

hi, sorry for disturb again, which is the path for the current metaball element?

Hi, the path for the current object (metaball, mesh, curve, lamp, etc) is C.object.
The path for its data is C.object.data. For example, metaball’s resolution -C.object.data.resolution


****Metaball element path is -C.object.data.elements.active


πŸ”— View on Blender Artists