0 Members and 3 Guests are viewing this topic.
OK, another thought.When using the visual tools, for example, such as "Inset", "Extrude" or "Chamfer" which brings up the options window. You can currently LMB in the numeric input window and WMB up/down, which changes the value, but that change in value is not currently fixed/set, it appears to be random. Could the increment in the change in value (when using WMB up/down) be a fixed increment based on stepping value?
Quote from: IStonia on February 09, 2014, 06:03:05 pmYou can use the mouse move event to trigger the stepping, but when you move the mouse there will be a bunch of mouse move events generated and you will get a series of steppings.Yes, of course, it should work like that. It is a need to be able to control those stepping.Although stepping is a custom set value, that does not mean it will be a maximum distance used. For example. I have a model that will have lots of support edges(insets). Those insets may be of different sizes. I set the stepping to 0.005 but can make an inset using stepping of any size I want (within reason of course) that has an increment of 0.005.
You can use the mouse move event to trigger the stepping, but when you move the mouse there will be a bunch of mouse move events generated and you will get a series of steppings.
No, I don't think it is a reliable way. It is random and unpredictable.
I set the stepping to 0.005 but can make an inset using stepping of any size I want (within reason of course) that has an increment of 0.005.
Quote from: IStonia on February 10, 2014, 10:27:21 amNo, I don't think it is a reliable way. It is random and unpredictable.OK.If I understand correctly your description of the current implementation of stepping, when you zoom out there is a multiplication of the stepping, so that movement made by cursor will still equal distance of movement of stepping. Is there a way you could stop that happening, possibly with an extra command?.For example.I have stepping set to 0.005, and when zoomed in, the stepping is made at 0.005, When I zoom out, that stepping can(for example) become 0.035(so loss of control of stepping). If there was a way to tell Nvil to ignore the fact I have zoomed out?(to force it not to add the multiplication), I could add that command to an hotkey. So when using stepping it would act as it is now, but with that command active, all stepping would be made as if I was zoomed in.Is that possible?
Try this onehttp://www.digitalfossils.com/Download/NVil-Feb-12-14.rarEdit > Options > Fixed Pixel Stepping Control In Extrusion Operations.
Try this one
Also the cursor boundary problem is solved.