Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (
- mapped fn DisableRw obj =
- (
- if obj == undefined do return false
- coords = getclassinstances StandardUVGen target:obj
- if coords.count == 0 do return false
- coords.realWorldScale = false
- coords.U_Tiling = coords.V_Tiling = 1
- )
- DisableRw selection
- )
Advertisement
Add Comment
Please, Sign In to add comment