Page 1 of 1

[kovarex] [2.0.11] Fast-path of blueprints with one parameter doesn't work sometimes

Posted: Sat Oct 26, 2024 11:22 am
by DeadMG
What did you do?
I created a blueprint (string below) and placed it.

What happened?
The parameterisation dialog appeared with one parameter in it. I clicked to set it, then clicked the item, then clicked to confirm the item picker, then clicked to confirm the parameterisation dialog.

What did you expect to happen instead?
The picker should show directly and confirming it should confirm the placement, rather than having the extra parameter dialog in the middle.

Does it happen always, once, or sometimes?
It only happens with some prints. I think it must be due to having extra parameters that are formulas; the user doesn't have to enter them but the fast-path doesn't trigger anyway. The fast-path should trigger based on the number of parameters the user actually has to enter, rather than the total number.

Here's the offending print:

Re: [kovarex] [2.0.11] Fast-path of blueprints with one parameter doesn't work sometimes

Posted: Tue Oct 29, 2024 3:47 pm
by kovarex
Hello, yes the formulas in parameters making them not count towrds needing the dialog was fixed while I was looking at some other things when doing 2.0.12, so it should be already fixed in this version.

Re: [kovarex] [2.0.11] Fast-path of blueprints with one parameter doesn't work sometimes

Posted: Wed Oct 30, 2024 3:07 pm
by DeadMG
Thanks!