Advertisement
Lucas_3D

Untitled

Sep 21st, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. global prohibitContinuousContextualTransform = true
  2. fn stopNudge =
  3. (
  4. if prohibitContinuousContextualTransform == true do
  5. (
  6. try
  7. (
  8. actionMan.executeAction 0 "50027" -- Selection: Select Object
  9. )catch()
  10. )
  11. )
  12. callbacks.addScript #selectionSetChanged "stopNudge()" id:#stopNudge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement