-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
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
Project Settings Not stored #439
Comments
Project settings are saved, example UHD_4K 30:
Project settings are restored, but the combo box is not set correctly. |
It does not really save them, you recognize it when there is a ramp and/or a reformat node in then scene. |
Are the ramp/reformat ok after you change the default format in the project settings to 1920x1200? |
Yes, they are. |
Then my patch should work, I will double check a bit later today (I'm not in front of my main dev machine at the moment). |
Hello. I have a branch here called #439, which I believe is a fix: |
Is it possible to get a linux binary of your fork?
|
@rodlie do you have a patch for this issue? Should we consider this high-priority? |
Yes, but it seems the issue was not resolved for @magdesign. I'm currently not able to replicate the issue he has, so please (@magdesign) send me a simplified project where I can replicate your issue. |
Here the link: https://cloud.magdesign.ch/index.php/s/ztRntC6wxZsmtZj |
Thanks, will review issue later tonight when I get home. |
Edit: The thing with the Reformat I just realized that in the other projects I did not select "Distort" in the dropdown, but framerate and scene range issue as well as scene settings remain on HD persist. Thanks for looking in to it, very appreciated! |
The patch from @splidje (splidje@2cabb20) works here. |
Great! Let us pull it then. |
…rentEntry is set before clone, and thus the resulting updateGUI
@devernay, yes please. Could you put "Jonathan Hearn" |
Issue is now considered fixed, close. |
Just built the newest version e8d25fb (Git branch RB-2.3) and tested. See video demonstration of the issue here: https://vimeo.com/383488301 Creating a comp witt settings: 1920x1200, 1500frames long, 30fps Ubuntu 18.04LTS, PopOS |
Well, that's odd. It works fine here with the patch applied. |
Edit: YES! it works, thanks for the fix! |
@magdesign @rodlie be careful, I suspect the fix caused a regression: #447 |
confirmed: this fix caused #447 The following unit tests are broken by this fix: TestFrameBlend : FAIL |
…Entry is set before clone, and thus the resulting updateGUI" This reverts commit 2cabb20.
please run unit tests before committing a new fix, and thanks to everyone who can help on this. |
I'm sorry for not running the unit tests, will do so in the future. I have time tomorrow to help look more into this issue. |
that's ok @rodlie ! we're lucky that I took a look at the test results. I'll also more consistently post the test results with the binaries, since they can be very helpful. |
…iceRestoration to ensure outputFormat choice GUI updated on load.
…atronGitHub#439 Conflicts: Engine/KnobTypes.cpp
#439 Forced hasChanged to true in call to setValue in choiceRestorati…
This should be fixed by #450, @rodlie @splidje @magdesign can you please test that the latest RC (RC15) fixes this? |
Scene settings are loading correct with RC15 (on Ubuntu 18.04 Linux) frameblend.ntp renders without errors, |
Natron 2.3.15 Snapshot (RC11 and RC12)
Ubuntu 18.04 LTS (PopOS)
Everytime I open a project in Natron, the project automatically is set to:
Even if the project was stored with
It seems that saving a file does not save project settings at all, especially resolution and frame rate.
The text was updated successfully, but these errors were encountered: