ScriptSpot

Forum topic · General Scripting

Size of dummies

By remykonings · 2019-03-18

Description

Hello,

Can somebody explain me what i am doing wrong, the following code doesn't seem to work :)

(
Select helpers
$.length = 50
$.width = 50
$.height = 50
)

I just want to select all the dummies and resize them to 50.

Thank you.

Comments (3)

.

miauu · 2019-03-18


$.boxsize = [150,150,150]

*

remykonings · 2019-03-19

Thank you. Indeed that works.

I didn't realize that this might be a problem due to the fact that we bind xRefs to dummies.

Is is still possible to change the boxsize of the dummies while they are still binded to the xRefs? The xRefs can't change in size of course :)

Thank you.

.

miauu · 2019-03-19

If the code above not works with xRefs then try to rescale the dummies($.scale = [2,2,2]).