View Full Version : Persistent point selection after Make Poly
nikopol_gfx 06-30-2005, 01:51 PM In previous versions of LW, after creating a polygon the point selection was eliminated, for selecting other points for making polygons. In version 8 unfortunately this is not happening, and is damn annoying to deselect after making every polygon with /. Is there a solution to this please or do I have to live with that forever?
|
|
Weetos
06-30-2005, 02:13 PM
just map this LScript to 'p' :
@version 2.6
@warnings
@script modeler
@name Make Poly Fix
main
{
cmdseq("Make Poly");
selmode(USER);
selpoint(CLEAR);
}
... and that's it :)
nikopol_gfx
06-30-2005, 03:30 PM
So simple and elegant this solution...
Thanks a lot Weetos !
Weetos
06-30-2005, 03:45 PM
No Prob :D Actually this tip has been given by someone else but I can't remember who it was ... I hope he won't mind me sharing this
If someone knows who is the guy that created this script, please post here and give him the credit he deserves :)
CGTalk Moderation
06-30-2005, 03:45 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.