12 lines
183 B
YAML
12 lines
183 B
YAML
name: "Copy from Scene"
|
|
# requires: py_common
|
|
|
|
galleryByFragment:
|
|
action: script
|
|
script:
|
|
- python3
|
|
- CopyFromScene.py
|
|
- gallery_query
|
|
|
|
# Last Updated January 02, 2024
|