Reorganize Blender Web execution around capabilities
This commit is contained in:
18
tests/golden/M16-GAP-00192/WebGapAnimKeyingSetExportSet.py
Normal file
18
tests/golden/M16-GAP-00192/WebGapAnimKeyingSetExportSet.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Keying Set: WebGapAnimKeyingSetExportSet
|
||||
import bpy
|
||||
|
||||
scene = bpy.context.scene
|
||||
|
||||
# Keying Set Level declarations
|
||||
ks = scene.keying_sets.new(idname='WebGapAnimKeyingSetExportSet', name='WebGapAnimKeyingSetExportSet')
|
||||
ks.bl_description = ''
|
||||
|
||||
ks.use_insertkey_needed = False
|
||||
ks.use_insertkey_visual = False
|
||||
|
||||
# ID's that are commonly used
|
||||
id_0 = bpy.data.objects["WebGapAnimKeyingSetExportObject"]
|
||||
|
||||
# Path Definitions
|
||||
ksp = ks.paths.add(id_0, '["export_target"]', index=0)
|
||||
|
||||
Reference in New Issue
Block a user