July 2025

Configurator/Room designer news

Keyboard input features

Within Room Designer, it is possible to use commonly used keyboard input features, such as Command + C for copying, Command + V for pasting, Command + Vfor undo or Backspace for deleting.

You can also copy items from another room designer scene via those keys and paste them into your room designer scene. Also, it is possible to copy a product ID from the Rubens Admin portal and paste it into your Room Designer scene.

New animation transformation functions

We implemented new animation transformation functions for our configurators AnimatedMoveBy, AnimatedRotateBy, AnimatedScaleBy: Unlike AnimationMatrixMoveBy`, AnimationMatrixRotateBy and AnimationMatrixScaleBy the operations AnimatedMoveBy, AnimatedRotateBy, AnimatedScaleBy consider the current transformation matrix of the object or group. This means that the animation is applied to the current transformation matrix of the object, which is then used to calculate the final position of the object in the scene. It is also possible to apply several consecutive animations to a geometry or mesh. Further details can be found in the documentation https://docs.roomle.com/rubens/content-creation/roomlescript-reference/configurationformat#animations-matrix

Examples:

https://www.roomle.com/t/cp/?id=roomle_script_documentation:animation-demo-window-item

https://www.roomle.com/t/cp/?id=roomle_script_documentation:animation-demo-cage-item

Freely definable dimensioning axes

In some cases, the default dimensioning axes ‘x’, ‘y’ and ‘z’ are not suitable for the component. For these cases, it is now possible to define custom axes for the dimensioning within your configurators using roomle script.

Further details can be found in the documentation: https://docs.roomle.com/rubens/content-creation/roomlescript-reference/configurationformat#dimensioning-axis

examples:

https://www.roomle.com/t/cp/?id=roomle_script_documentation:trapezoid-dimensioning_item

https://www.roomle.com/t/cp/?id=roomle_script_documentation:curved-shelf-dimensioning-item

Last updated