-
Notifications
You must be signed in to change notification settings - Fork 9
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
PY: Add python bindings to allow Node based geometries to resize correctly #906
PY: Add python bindings to allow Node based geometries to resize correctly #906
Conversation
3b68bfe
to
06f926d
Compare
# that you are trying to debug in the next 3 lines of code | ||
# ------------------------------------------------------------------------------ | ||
import DataAnalysisToolkit | ||
nx.load_python_plugin(DataAnalysisToolkit) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should only be necessary if you are trying to load a pipeline with a python filter from this plugin. For just programmatically running a filter in python you could omit this though having it shouldn't harm anything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we decided that it was needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's needed for loading a pipeline from json for sure.
06f926d
to
c13d10f
Compare
44e52be
to
b6ff844
Compare
…etry objects Signed-off-by: Michael Jackson <[email protected]>
Signed-off-by: Michael Jackson <[email protected]>
b6ff844
to
eae6d2b
Compare
…ectly (BlueQuartzSoftware#906) Signed-off-by: Michael Jackson <[email protected]>
…ectly (BlueQuartzSoftware#906) Signed-off-by: Michael Jackson <[email protected]>
No description provided.