Version: 
Back to list

Algo :: scaleUV

Synopsis

   Apply a scale on texture coordinates

GUI Dialog

   

Script function

   algo.scaleUV(occurrences, scaleU, scaleV[, channel])

Parameters

   occurrences (OccurrenceList) : Occurrences of part to process
   scaleU (Double) : Scale to apply to U coordinate
   scaleV (Double) : Scale to apply to V coordinate
   channel (Int[optional] : UV channel to transform