playback#
Bases:
TUIMenu
Enter animation playback menu.
Methods:
delete
(*args, **kwargs)Delete animation sequence.
play
(*args, **kwargs)Play the selected animation.
read
(*args, **kwargs)Read new animation from file or already-defined animations.
set_custom_frames
(*args, **kwargs)Set custom frames start, end, skip frames for video export.
stored_view
(*args, **kwargs)Play the 3D animation sequence using the view stored in the sequence.
write
(*args, **kwargs)Write animation sequence to the file.
Classes:
video
(path, service)Set options for exporting video file menu.
Delete animation sequence.
Play the selected animation.
Read new animation from file or already-defined animations.
Set custom frames start, end, skip frames for video export.
Play the 3D animation sequence using the view stored in the sequence.
Bases:
TUIMenu
Set options for exporting video file menu.
Classes:
advance_quality
(path, service)Advance Quality setting.
Methods:
format
(*args, **kwargs)Set format for exporting video file.
fps
(*args, **kwargs)Set the Frame Per Sec(FPS) for exporting video file.
height
(*args, **kwargs)Set the height for exporting video file.
name
(*args, **kwargs)Exporting video file name.
quality
(*args, **kwargs)Set quality for exporting video file.
scale
(*args, **kwargs)Set scale by which video resolution will expand.
set_standard_resolution
(*args, **kwargs)Select from pre-defined resolution list.
use_original_resolution
(*args, **kwargs)Enable original resolution.
width
(*args, **kwargs)Set the width for exporting video file.
Bases:
TUIMenu
Advance Quality setting.
Methods:
bitrate
(*args, **kwargs)Set video bitrate(kbits/sec) for exporting video file.
bitrate_scale
(*args, **kwargs)Mp4 bitrate scale - Best-64000 High-32000 Medium-16000 Low-8000.
compression_method
(*args, **kwargs)Compression methode for Microsoft AVI movie.
enable_h264
(*args, **kwargs)H264 encoding flag.
Set video bitrate(kbits/sec) for exporting video file.
Mp4 bitrate scale - Best-64000 High-32000 Medium-16000 Low-8000.
Compression methode for Microsoft AVI movie.
H264 encoding flag.
Set format for exporting video file.
Set the Frame Per Sec(FPS) for exporting video file.
Set the height for exporting video file.
Exporting video file name.
Set quality for exporting video file.
Set scale by which video resolution will expand.
Select from pre-defined resolution list.
Enable original resolution.
Set the width for exporting video file.
Write animation sequence to the file.