Coder Social home page Coder Social logo

Comments (6)

enzyme69 avatar enzyme69 commented on May 25, 2024 1

I tested just now with 2.79, the clashing was happening the other day when I already have Sverchok and then install Sorcar.

If I add Sverchok while Blender is running with Sorcar, Search in Sverchok works.

But I also notice on Mac, there are few Blender versions where Sorcar SEARCH works and not working. Pretty annoying bug there...

from sorcar.

aachman98 avatar aachman98 commented on May 25, 2024

File "/Users/jimmyg/Library/Application Support/Blender/2.79/scripts/addons/sverchok-master-6/utils/sv_extra_search.py", line 66, in ensure_valid_show_string
description = nodetype.bl_rna.get_shorthand()

This is the description of nodes in the Sverchok search menu (after hovering on a selection). It probably calls this method on all node classes irrespective of node type, thus generating error when it encounters one of the ProcGenMod classes as none of its nodes have a method named "get_shorthand()".

I can fix this error simply by creating a method of the same name in the base class and have it return an empty string, but that would result in Sverchok addon recognizing ProcGenMod's nodes as its own and probably listing them in its search menu.

Alternatively, I can edit the sverchok code and generate a PR to avoid this error.

from sorcar.

aachman98 avatar aachman98 commented on May 25, 2024

Sverchok error

from sorcar.

aachman98 avatar aachman98 commented on May 25, 2024

Changed the node category identifier in v2.0.1 (commit: 7a18803). Please let me know if it's clashing with Sverchok still.

from sorcar.

stansu avatar stansu commented on May 25, 2024

still clashing

from sorcar.

aachman98 avatar aachman98 commented on May 25, 2024

Is this still an issue in the v3?

from sorcar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.