-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fp config from socket #4456
base: master
Are you sure you want to change the base?
Fp config from socket #4456
Conversation
resolves #4446 if no-one has objections. this will evolve into something more useful as more filetypes are added |
not all nodes that use FilePath socket will make use of this feature, as most are currently self appending an extension, and only using the FilePath node to provide a location and |
This makes it possible to configure a FilePath Node as a function of the kind of FilePath socket with which it is linked.
SvFilePathSocket
calledfilepath_node_mode
, the FilePath Node will look at this property use the mode therein to configure theSvFilePathFinder
Operator.SvFilePathFinder
Operator can behave according to the kind of files it's used for.i'm not sure this approach is sufficient. While this makes some functionality easier, it may interfere with flexibility in its current state. It may still be useful to add a features to
draw_buttons
function of the SvFilePathFinder Operator, which can let the user reset the mode - as a fail safe incase the automatic mode resulted in something undesirable.