How to integrate an operator(Import Strips) into the Blender’s menu

Опубликовано: 02 Ноябрь 2024
на канале: Meta Person
102
9

In this video.
We will be taking a look at two ways to integrate the operator(Import Strips) into the Blender’s menu.
Especially, tin2tin gave me the idea about editing “sequencer.py” and “space_sequencer.py”.

the code in this video can be available here.
the add-on version
https://github.com/metaperson/blender...
modifying the default menu code version
https://github.com/metaperson/blender...

the code in the previous video can be available here
https://github.com/metaperson/blender...