Is anybody else seeing this behavior?
In 10.1.1 (and earlier I think,) when I choose the Select Path tool, any unstroked paths will disappear from the viewport, even when the Path option is enabled in the Display Quality panel. In 9.5, the paths remain visible when Select Path is chosen. Just to be clear, the paths are visible in 10.1.1 when other tools are chosen, like the Create Shape tool or any of the path editing tools except Select Shape.
I wasn't sure if this new behavior is an intentional 'improvement' for 10 or if it's a bug. (I prefer how it worked in 9.5--displaying/hiding paths should be optional.)
Or maybe it's only occurring on my system? If path display is working normally for others, I'm wondering if the DKWRootTools mod is interfering with the display preview in this case. (This is the only mod I have installed.) I'll try regressing to 'default scripts'-only be sure and post again with any new info.
G.
Paths 'disappear' when Select Shape is chosen
Moderators: Víctor Paredes, Belgarath, slowtiger
Paths 'disappear' when Select Shape is chosen
Last edited by Greenlaw on Sun Oct 19, 2014 3:18 am, edited 1 time in total.
NEW! Visit our Little Green Dog Channel on YouTube!
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
- synthsin75
- Posts: 10253
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
Re: Paths 'disappear' when Select Shape is chosen
That is a newer feature intended to remove visual clutter when you aren't using a tool that actually manipulates vector paths. You can disabled it by editing the tool in a text editor.
Change this:
To this:
Change this:
Code: Select all
function LM_SelectShape:HideConstructionCurves(moho)
return true
end
Code: Select all
function LM_SelectShape:HideConstructionCurves(moho)
return false
end
- Wes
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
- Víctor Paredes
- Site Admin
- Posts: 5814
- Joined: Wed Jan 26, 2005 12:18 am
- Location: Barcelona/Chile
- Contact:
Re: Paths 'disappear' when Select Shape is chosen
Or, simpler, go to View menu and uncheck "Auto hide curves"






Moho co-owner
Previously Rigged animation supervisor: My father's dragon, Wolfwalkers & Star Wars Visions "Screecher's Reach"
My personal Youtube Channel
- synthsin75
- Posts: 10253
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
Re: Paths 'disappear' when Select Shape is chosen
Ah, I forgot about that, since I never use it. Thanks Victor.selgin wrote:Or, simpler, go to View menu and uncheck "Auto hide curves"
- Wes
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Re: Paths 'disappear' when Select Shape is chosen
Thanks for the explanation and solution guys!
The Auto-Hide Curves behavior was a little disturbing to see at first because I thought it was an OpenGL or video driver bug, but when I noticed that it only happens with Select Shape, I thought it might possibly be intentional behavior. Glad to learn this is optional.
I think I'll leave Auto-Hide Curves off for now but keep it in mind for when I feel this feature will will help me.
G.
The Auto-Hide Curves behavior was a little disturbing to see at first because I thought it was an OpenGL or video driver bug, but when I noticed that it only happens with Select Shape, I thought it might possibly be intentional behavior. Glad to learn this is optional.
I think I'll leave Auto-Hide Curves off for now but keep it in mind for when I feel this feature will will help me.

G.
NEW! Visit our Little Green Dog Channel on YouTube!
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
Re: Paths 'disappear' when Select Shape is chosen
Okay, now I see why this feature has been bugging me only recently. A couple of weeks ago I started using the DKWRoot Tools, and when Auto Hide Curves is switched on, it disables with the display of points when the tool is active and makes it difficult to see where to use the Erase Points tools.
Now I'm VERY glad Auto Hide Curves is an optional feature. I'm sure I will want to switch it on again at some stage but this is a case where I definitely want it switched off.
Thanks again for pointing out where the switch is.
G.
Now I'm VERY glad Auto Hide Curves is an optional feature. I'm sure I will want to switch it on again at some stage but this is a case where I definitely want it switched off.
Thanks again for pointing out where the switch is.

G.
NEW! Visit our Little Green Dog Channel on YouTube!
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel
D.R. Greenlaw
Artist/Partner - Little Green Dog
Little Green Dog Channel | Greenlaw's Demo Reel Channel