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

SV Partial Menus Hotkey 1-5 display inside Geometry Nodes #4034

Closed
enzyme69 opened this issue Apr 10, 2021 · 3 comments
Closed

SV Partial Menus Hotkey 1-5 display inside Geometry Nodes #4034

enzyme69 opened this issue Apr 10, 2021 · 3 comments

Comments

@enzyme69
Copy link
Collaborator

Early this morning, I accidentally tap button 1-5 while working in Geometry Nodes. I was surprised at first, but soon I tested those hotkeys inside SV node tree and works great. I wonder why it can work inside Geometry Nodes... is this not supposed to happen?

Can the SV nodes created via hotkey inside GN have input and output as well? Like Custom Attributes that generate numbers?

Screen Shot 2021-04-10 at 1 41 17 pm

Screen Shot 2021-04-10 at 1 41 35 pm

@zeffii
Copy link
Collaborator

zeffii commented Apr 10, 2021

no, the menu does not have a poll to detect which nodetree has the current context. It should.

see.
https://github.com/vicdoval/sverchok/blob/071d8f2b959cf24f946cb3a96deff67dfbc5a597/ui/nodeview_space_menu.py#L203-L211

we can add "interpreted" (python) nodes to a tree (any tree) as you can see, but as far as i'm aware they can not "interfere/operate" on the GN nodes (compiled) data.

@zeffii zeffii changed the title SV Magic Hotkey 1-5 somewhat working inside Geometry Nodes? SV Partial Menus Hotkey 1-5 display inside Geometry Nodes Apr 10, 2021
@zeffii
Copy link
Collaborator

zeffii commented Apr 10, 2021

time for an SVTreePoll mixin
#4035

@zeffii
Copy link
Collaborator

zeffii commented Apr 10, 2021

i've pushed a change to hide the partial menus from Geometry nodes.

@zeffii zeffii closed this as completed Apr 10, 2021
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

No branches or pull requests

2 participants