Created
April 21, 2020 12:45
-
-
Save openroomxyz/dad6f2fd1da01c2820d4db8ef07a06df to your computer and use it in GitHub Desktop.
Blender Python : How do we give created object a name?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bpy.ops.mesh.primitive_cube_add(location=(0, 0, 0)) | |
| bpy.context.object.name = "Generated" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment