How to get the FPS sttings from the timeline?
![Dobit](https://forum.daz3d.com/forums/uploads/userpics/669/nTCD6BN8WQD7Q.png)
Im working on a plugin for DAZ in C++ and I need to get the FPS settings from the time line, but I can´t find any function for that in the DAZ sdk. I hope someone here can help me.
You currently have no notifications.
Im working on a plugin for DAZ in C++ and I need to get the FPS settings from the time line, but I can´t find any function for that in the DAZ sdk. I hope someone here can help me.
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
Comments
DZ_TICKS_PER_SECOND / dzScene->getTimeStep()
-Rob