How to get the FPS sttings from the timeline?
Dobit
Posts: 181
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.
Comments
DZ_TICKS_PER_SECOND / dzScene->getTimeStep()
-Rob