Git Product home page Git Product logo

Comments (12)

ly29 avatar ly29 commented on June 12, 2024

That does sound very resonable. The whole mesh out certainly needs a big overhaul it is thrown together with some small edits. Partly to test out stateful nodes as discussed earlier.

from sverchok.

ly29 avatar ly29 commented on June 12, 2024

Changed as suggested

from sverchok.

zeffii avatar zeffii commented on June 12, 2024

rather.. name + '.' + str("%04d" % idx) # some_name.0000

from sverchok.

zeffii avatar zeffii commented on June 12, 2024

the default mesh function isn't needed, see
https://github.com/nortikin/sverchok/blob/master/nodes/viz/viewer_skin_mk1.py#L84-L111

from sverchok.

ly29 avatar ly29 commented on June 12, 2024

Will continue to change that, old code I copied over from previous redux to get something going quickly.

from sverchok.

ly29 avatar ly29 commented on June 12, 2024

If you want to change that feel welcome to go for it :)

from sverchok.

zeffii avatar zeffii commented on June 12, 2024

OK/ expect incoming mesh output :)

from sverchok.

ly29 avatar ly29 commented on June 12, 2024

Made a Mesh socket and type

from sverchok.

zeffii avatar zeffii commented on June 12, 2024

i presume it will take bm and some other concoction :)

from sverchok.

ly29 avatar ly29 commented on June 12, 2024

The types only changes the socket type right now, no more, no less.

Also would probably be a good idea to make a copy of the mesh coming into to the node.

@node_func(...)
def mesh_out(bm: Mesh = Required):
    bm = bm.copy()

from sverchok.

ly29 avatar ly29 commented on June 12, 2024

Also as hint, the node functions work in the python console.

from sverchok.

zeffii avatar zeffii commented on June 12, 2024

i'll continue this in the PR #5

from sverchok.

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.