将视频引用自动转换为 Maya 的脚本。

将视频引用自动转换为 Maya 的脚本。

Property
Mar 17, 2022 02:44 AM
地址
https://github.com/JaimeFlorian27/ReferenceImporter
notion image

Reference Importer

Description

Script that automates the importing of video reference into Maya, automatically creating an image sequence from a video file and creating an image plane with the sequence.

Installation

1. Download the correct version from the Releases tab

2. Copy the contents of the zip to you Maya scripts folder

2. Run the following command in Maya

from ReferenceImporterMain import ReferenceImporterDialog
ReferenceImporterDialog.run()
make sure to run it using Python

Usage

for a demonstration of usage please watch the video :

notion image

1. Choose a video file

2. Set the desired trimming

3. Set output sequence name and format

4. Set output directory for the sequence

5. (Optional) auto creation of image plane in Maya for the sequence

6. Import the video!!