Guest User

Untitled

a guest
May 31st, 2024
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. (
  2. mapped fn DisableRw obj =
  3. (
  4. if obj == undefined do return false
  5. coords = getclassinstances StandardUVGen target:obj
  6. if coords.count == 0 do return false
  7. coords.realWorldScale = false
  8. coords.U_Tiling = coords.V_Tiling = 1
  9. )
  10. DisableRw selection
  11. )
Advertisement
Add Comment
Please, Sign In to add comment