Scaling objects of different sizes #586
-
I have objects of different sizes, that I load from .obj models, and I wonder if it would be possible to scale the objects sizes, for example my table object is smaller than my plate object, is there a way to make the plate object smaller or the table object bigger? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @jeehart, it is of course possible to scale an object via What do you mean with |
Beta Was this translation helpful? Give feedback.
Hey @jeehart,
it is of course possible to scale an object via
obj.set_scale([scale_x,scale_y,scale_z])
(see https://dlr-rm.github.io/BlenderProc/blenderproc.api.types.html#blenderproc.types.Entity.set_scale)What do you mean with
detecting objects sizes
?