trevorsandy / lpub3d

An LDraw™ editor for LEGO® style digital building instructions.
https://trevorsandy.github.io/lpub3d/
131 stars 19 forks source link

Build modifications - visual editor build mod actions in same STEP #666 #666

Closed trevorsandy closed 1 year ago

trevorsandy commented 1 year ago

Subject

Enable visual editor menu actions for build modification declaration and actions in the same step. This change should allow the user to manipulate both BUILD_MOD BEGIN and BUILD_MOD REMOVE or BUILD_MOD APPLY from the visual editor build modification menu when these actions are encountered in the same step.

Environment

Version of LPub3D - 2.4.6 Operating system - All

Expected behaviour

Enable visual editor menu actions for build modification declaration and actions in the same step.

Actual behaviour

When BUILD_MOD BEGIN declaration is encountered, visual editor menu actions for this build modification action are enabled as required but visual editor menu actions for BUILD_MOD REMOVE or BUILD_MOD APPLY are ignored if they are also present.

Solution

Enable expected behaviour.

Cheers,

trevorsandy commented 1 year ago

This behaviour has been implemented.

Screenshot - 08_01_2023 , 09_04_12

Cheers,