Skip to content

Instantly share code, notes, and snippets.

@seacloud9
Created May 20, 2016 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seacloud9/a0c02a65d9025fdfcd892e9386a1214b to your computer and use it in GitHub Desktop.
Save seacloud9/a0c02a65d9025fdfcd892e9386a1214b to your computer and use it in GitHub Desktop.
import bpy
scene = bpy.context.scene
for ob in scene.objects:
if ob.name.startswith("BartTrainModel:pSphere"):
ob.select = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment