unreal.AbcSamplingSettings¶
- class unreal.AbcSamplingSettings(sampling_type: AlembicSamplingType = Ellipsis, frame_steps: int = 0, time_steps: float = 0.0, frame_start: int = 0, frame_end: int = 0, skip_empty: bool = False)¶
Bases:
StructBaseAbc Sampling Settings
C++ Source:
Plugin: AlembicImporter
Module: AlembicLibrary
File: AbcImportSettings.h
Editor Properties: (see get_editor_property/set_editor_property)
frame_end(int32): [Read-Write] Ending index to stop sampling the animation atframe_start(int32): [Read-Write] Starting index to start sampling the animation fromframe_steps(int32): [Read-Write] Steps to take when sampling the animationsampling_type(AlembicSamplingType): [Read-Write] Type of sampling performed while importing the animationskip_empty(bool): [Read-Write] Skip empty (pre-roll) frames and start importing at the frame which actually contains datatime_steps(float): [Read-Write] Time steps to take when sampling the animation
- property frame_start: int¶
[Read-Write] Starting index to start sampling the animation from
- Type:
(int32)
- property sampling_type: AlembicSamplingType¶
[Read-Write] Type of sampling performed while importing the animation
- Type: