Skip to content

Instantly share code, notes, and snippets.

@seacloud9
Created December 11, 2016 01:18
Show Gist options
  • Save seacloud9/25fe8edde5d9f4c6f29c50b9a9df52e8 to your computer and use it in GitHub Desktop.
Save seacloud9/25fe8edde5d9f4c6f29c50b9a9df52e8 to your computer and use it in GitHub Desktop.
import bpy
scene = bpy.context.scene
for ob in scene.objects:
if ob.name.startswith("Curve"):
ob.parent = bpy.data.objects['mossbeach']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment