Changeset View
Changeset View
Standalone View
Standalone View
sequencer_kinoraw_tools/operators_extra_actions.py
| Context not available. | |||||
| clip = bpy.context.scene.sequence_editor.sequences[ | clip = bpy.context.scene.sequence_editor.sequences[ | ||||
| newstrip.name | newstrip.name | ||||
| ] | ] | ||||
| # cannot change this atributes via scripts... | # cannot change this attributes via scripts... | ||||
| # but it works in the python console... | # but it works in the python console... | ||||
| # clip.animation_offset_start = strip.animation.offset_start | # clip.animation_offset_start = strip.animation.offset_start | ||||
| # clip.animation_offset_end = strip.animation.offset_end | # clip.animation_offset_end = strip.animation.offset_end | ||||
| Context not available. | |||||