Author Topic: Change size/scale of .dts in ShapeBaseImageData  (Read 443 times)

I have a shapeBaseImageData that needs to be scaled to a smaller size. Is there a way to re-scale the .dts by adding something to the script below? If not, is there any other way to change the scale without having to re-model in Blender?

Code: [Select]
datablock ShapeBaseImageData(bagImage)
{
shapeFile = "./bag.dts";
emap = true;
mountPoint = $BackSlot;
offset = "OFFSET HERE";
eyeOffset = "0 -999 -999";

rotate = true;
rotation = "ROTATION HERE";

armReady = false;

doColorShift = false;
colorShiftColor = 0;
};
« Last Edit: June 23, 2016, 04:07:06 AM by Farad »

I don't think images can be scaled. Only offset and rotated to fix their positioning.