📋 Metadata
- Author: Zimlorog
- Date: 2018-03-25 10:11:56
- Type:
answer - Reply to: post_01273
- Replies (1): post_01280
💬 Content
roaoao:
Hi, where I can findhp_add_primitive command?
Yes, you can try to add this code:
bpy.ops.view3d.hp_add_primitive(type="Cylinder_6"); bpy.ops.object.modifier_add(type='SUBSURF')
It’s from HeavyPoly’s custom menus, which are here. And it’s the HEAVYPOLY_pie_add.py menu.
And I meant modifier keys, like Ctrl/Alt/Shift, however knowing how to add Blender’s modifiers is also very helpful!