Skip to content
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

Remove dummy nodes. #4720

Merged
merged 3 commits into from
Oct 27, 2022
Merged

Remove dummy nodes. #4720

merged 3 commits into from
Oct 27, 2022

Conversation

Durman
Copy link
Collaborator

@Durman Durman commented Oct 25, 2022

Addressed problem description

Instead of dummy node a Dependency error is shown.

image

To add dependency to a node it's enough to add extra class variable.

class SvDelaunay3dMk2Node(SverchCustomTreeNode, bpy.types.Node):
    sv_dependencies = {'scipy'}

Preflight checklist

  • Code changes complete.
  • Code documentation complete.
  • Manual testing done.
  • Ready for merge.

@Durman Durman marked this pull request as ready for review October 26, 2022 05:03
@Durman Durman merged commit 1600e64 into master Oct 27, 2022
@Durman Durman deleted the remove_dummies branch October 27, 2022 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant