• I have a plugin parent with some plugin kiddies. The scale of the kids should relate to that of the parent, but as a factor, not just a copy of the parent's scale value.

    In other words:
    plugin[floorplan].scalechildren=true --> when I do this, the scale of the children will be an exact copy. But I need the scale of the children to be 2.5x the scale of the parent.

    Is anyone aware of a way to achieve this, no matter how complicated?

    - Ronny D'Hoore

  • What if you use the parent's scale and set the children dimensions to a %?

    Or you could just try to make your own resize action which first resizes the father and then resizes the children based on calculations with the width and height of the father (like, with mul)?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!