/blender-tutorial

A repository of commands, short-cuts and scripting in Blender.

Primary LanguagePython

Blender Scripting: Useful commands and shortcuts

Useful Commands

  • Importing a mesh using a .ply file: bpy.ops.import_mesh.ply(filepath=filepath)
  • Change name of loaded object: bpy.data.objects[ply_number].name= ENV_NAME, bpy.data.objects[ENV_NAME].data.name= ENV_NAME

Some useful resources

  1. Cheatsheet has useful shortcuts