Timeline
- class dazpy.DazTimeline(client=None)[source]
Bases:
objectTimeline and playback control for the active DAZ Studio scene.
A thin wrapper around the
Sceneplayback API. For most use-casesDazSceneprovides the same frame / range methods; useDazTimelinewhen you want a focused object dedicated to animation control.- Parameters:
client (DazClient | None) – Optional
DazClient. Defaults to a new client at127.0.0.1:18811.