Post #3478: Thank your answered , one more question
📋 Metadata
- Author: Kim_Quyen
- Date: 2020-07-27 12:49:06
- Type:
question - Quality Score: 5/10
- Reply to: post_03477
- Replies (1): post_03481
🏷️ Tags
macro python-scripting beginner unsolved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
Thank your answered , one more question
for obj in bpy.context.scene.objects:
if obj.name.startswith("Cube"):
obj.select_set(True)
I have this code, I want to enter it into the Macros to use, how to enter the right syntax ?