We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description When creating a stage from scratch it keeps the default of 24fps, so if I'm working with another framerate I will need to edit it by code.
-- Steps to reproduce The animation should go from frame 1072 to 1100, but you'll see that it doesn't.
modeling_v03.usd
test_cache_v05.usd
-- Expected behavior The animation will be imported correctly .
import mayaUsd stage = mayaUsd.ufe.getStage(mc.ls(sl=True, l=True)[0]) stage.SetTimeCodesPerSecond(25) stage.SetFramesPerSecond(25)
-- Attachments stage_framerate_sample_files.zip
-- Specs:
The text was updated successfully, but these errors were encountered:
I can confirm this also occurs on Maya 2024.1 with mayaUsdPlugin 0.23.1 on Windows.
mayaUsdPlugin
Sorry, something went wrong.
Issue synced internally to EMSUSD-807
santosg87
No branches or pull requests
Description
When creating a stage from scratch it keeps the default of 24fps, so if I'm working with another framerate I will need to edit it by code.
--
Steps to reproduce
The animation should go from frame 1072 to 1100, but you'll see that it doesn't.
modeling_v03.usd
test_cache_v05.usd
--
Expected behavior
The animation will be imported correctly .
--
Attachments
stage_framerate_sample_files.zip
--
Specs:
The text was updated successfully, but these errors were encountered: