Skip to content

Instantly share code, notes, and snippets.

@zeffii
Last active September 2, 2015 16:28
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 zeffii/143adc588e4934c3302b to your computer and use it in GitHub Desktop.
Save zeffii/143adc588e4934c3302b to your computer and use it in GitHub Desktop.
obj = bpy.data.objects['Icosphere']
obj.shape_key_add(name='ID', from_mix=False)
key_block = obj.data.shape_keys.key_blocks['ID']
vertex = key_block.data[0].co
vertex_id = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment