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

[BUG] Select Linked Faces by Angle crash when you put a node after #184

Open
UmeSiyah opened this issue Sep 8, 2020 · 0 comments
Open

Comments

@UmeSiyah
Copy link

UmeSiyah commented Sep 8, 2020

Hello,

Describe the bug
Message error when I use the node 'Select Linked Faces by Angle'

To Reproduce
Steps to reproduce the behavior:

  1. Add : Create Ico Sphere [Value : 2 ; 1.00]
  2. Add : Inset [Value : 0.10 ; 0.03 ; Individual ON]
  3. Add : Subdivision Surface Modifier [Value : Type Catmull-Clark ; 2]
  4. Add : Select Linked Faces by Angle [Value : 1.00]
  5. Add : Inset
  6. Click on Set preview of the Inset node

Expected behavior
A working connection between ' Select Linked Faces by Angle ' and other node ( the output of ' Select Linked Faces by Angle ' was good ).

Screenshots
error_Sorcar

Desktop (please complete the following information):

  • OS: [e.g. Windows]
  • Blender Version [e.g. 2.83.5]
  • Sorcar Version [e.g. 3.2.0]

Additional context
`
Traceback (most recent call last):
File "C:\Users\sbaykal\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\Sorcar-master\operators\ScExecuteNode.py", line 19, in execute
curr_tree.execute_node()
File "C:\Users\sbaykal\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\Sorcar-master\tree\ScNodeTree.py", line 74, in execute_node
self.unregister_all_objects()
File "C:\Users\sbaykal\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\Sorcar-master\tree\ScNodeTree.py", line 35, in unregister_all_objects
remove_object(object)
File "C:\Users\sbaykal\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\Sorcar-master\helper.py", line 42, in remove_object
if hasattr(data, "users"):
ReferenceError: StructRNA of type Mesh has been removed

location: :-1
`

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

1 participant