gsksun4 Posted July 1, 2009 Posted July 1, 2009 OK, when I use MOVE, I pick one object. That highlights, then I pick another in the same command, and the first item picked loses the highlight and is now unpicked for the move. What if I have to move several objests? Do I have to use the move command several times? I'd like to move the objects in the same command. Quote
gsksun4 Posted July 1, 2009 Author Posted July 1, 2009 whats your pickfirst variable set to? Set to 1. How many would be normal? OK, both are either 0 or 1. I set them both to 1 and now it seems normal. I'm guessing this covers all comands where pick is used? Quote
gsksun4 Posted July 1, 2009 Author Posted July 1, 2009 Pickadd is set to zero. What would be normal? Sometimes I have to pick up to 20 or 30 items. Quote
Ryder76 Posted July 1, 2009 Posted July 1, 2009 PICKADD- Controls whether subsequent selections replace the current selection set or add to it. 0- Turns off PICKADD. The objects and subobjects most recently selected become the selection set. Previously selected objects and subobjects are removed from the selection set. Add more objects or subobjects to the selection set by pressing SHIFT while selecting. 1 - Turns on PICKADD. Each object and subobject selected, either individually or by windowing, is added to the current selection set. To remove objects or subobjects from the set, press SHIFT while selecting. PICKFIRST Controls whether you select objects before (noun-verb selection) or after you issue a command. 0 Turns off PICKFIRST; you select objects after you issue a command 1 Turns on PICKFIRST; you select objects before you issue a command Quote
gsksun4 Posted July 1, 2009 Author Posted July 1, 2009 PICKADD- Controls whether subsequent selections replace the current selection set or add to it. 0- Turns off PICKADD. The objects and subobjects most recently selected become the selection set. Previously selected objects and subobjects are removed from the selection set. Add more objects or subobjects to the selection set by pressing SHIFT while selecting. 1 - Turns on PICKADD. Each object and subobject selected, either individually or by windowing, is added to the current selection set. To remove objects or subobjects from the set, press SHIFT while selecting. PICKFIRST Controls whether you select objects before (noun-verb selection) or after you issue a command. 0 Turns off PICKFIRST; you select objects after you issue a command 1 Turns on PICKFIRST; you select objects before you issue a command Thank you for that info. Works fine now. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.