Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## by missingkey
- si = Application
- sel = si.Selection
- selList = []
- for each in sel:
- offNull = each.AddNull( each.Name + "_Offset" )
- si.ResetTransform( offNull )
- selList.append( offNull )
- si.SelectObj( selList )
Advertisement
Add Comment
Please, Sign In to add comment