<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">пн, 26 февр. 2024 г., 17:58 Igor BEGHETTO via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">No, I would not change the code. I would left as it is. The reasons are <br>
multiple, for me:<br>
- if you open an old project, that project works right with A_KEY=1. An <br>
user could have written, "it doesn't work", at that time. The test case <br>
shows why it doesn't work.<br>
- Now, you can change A_KEY value from 0 to 1, if needed, using the <br>
"Keyframe parameters" window. If you change the code, that will no <br>
longer be possible.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Yeahhhh ...</div><div dir="auto"><br></div><div dir="auto">So, for now probably documentation update is needed, and if we completely figure it out may be gui checkbox will be re-enabled at some point.</div><div dir="auto"><br></div><div dir="auto">IgorV also reported some strangeness with AgingTV gui params (they not as interactive as they should?) but I have't looking at this problem yet.</div><div dir="auto"><br></div><div dir="auto">Not even sure if it makes sense to do release this month? On the other hand not even sure if we will able to fix more than one problem in next 30 days ....</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
IgorBeg<br>
<br>
<br>
26/02/2024 14:34, Andrew Randrianasulu wrote:<br>
> For now we can try and modify in plugins/blur/blur.C<br>
><br>
> void BlurMain::save_data(KeyFrame *keyframe)<br>
> output.tag.set_property("A_KEY", config.a_key);<br>
> replace config.a_key with 0 here ?<br>
> so it will be always saved as 0<br>
> void BlurMain::read_data(KeyFrame *keyframe)<br>
> config.a_key = input.tag.get_property("A_KEY", config.a_key);<br>
> with config.a_key = 0;<br>
> so it will ignore saved 1 setting.<br>
> At least this is my theory/idea for now.<br>
> If we go with this plan we probably should left original lines <br>
> commented out with "//" and add line saying why reading/writing forced <br>
> to 0 for this param (due to disabled gui config in blurwindow.C)<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank" rel="noreferrer">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div></div></div>