limoka / DSP-Mods

An example how to add a custom model with your mesh and animations
MIT License
32 stars 11 forks source link

[BUG] - BlueprintTweaks: Using Mirror breaks splitter priority settings #102

Open Chemie99 opened 7 months ago

Chemie99 commented 7 months ago

When using an existing blueprint with a splitter that has a port set to priority output, if you then use the mirror function and paste, the splitter port that was set loses the priority setting. The priority stays with the port located at the non-mirror location.

Steps to reproduce the behavior:

  1. Create blueprint with a splitter. Set one output port to priority (not filtered to an item).
  2. Save blueprint
  3. Select Blueprint and use mirror key; Paste
  4. The original port losses the priority. Instead the port that was in the original position gets the priority setting.

Expected behavior Splitter should keep the priority setting (like it does when you paste the same blueprint without mirror.

Belt 1 set to priority image

Copy, mirror, paste. Now input belt has priority (so the "right hand side port" was used instead of the mirror) image

limoka commented 7 months ago

Thanks for your report. I will look into this issue