Post #3005: : post_03006
🏷️ Tags
macro scripting intermediate unsolved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
roaoao:
; mod = bpy.context.object.modifiers[-1]; mod.use_relative_offset = False; mod.count =
Thanks for that!! 
I’m trying to use this with Dynamic Paint modifier. It works for each object separately but, do you think is possible to use one command to assign the modifier at both objects, the selected one as Canvas and the active one as Brush?