Giter Site home page Giter Site logo

iograft

iograft is a node-based workflow automation tool for Python.

This repository contains the Python nodes and types that are bundled with iograft by default. It also contains an example Subcore command and some additional resources.

VSCode Snippets for iograft

These snippets provide a quick way to create nodes by automatically filling in the structure for the Node class as well as InputDefinitions and OutputDefinitions within a Node.

See the Visual Studio Snippets Docs for instructions on adding snippets. One possible method is via Preferences > Configure User Snippets, then choose "New Global Snippets file", name the file (i.e. iograft_node.json.code-snippets) and paste in the contents from this repository. You can also put the snippets file included in this repository directly in your VSCode snippets directory.

Three snippets are included in the iograft_node snippets file and can be triggered within Python scopes (via Ctrl+Space):

  • iognode - Create a skeleton iograft Python node plugin.
  • ioginput - Create an iograft Python node input.
  • iogoutput - Create an iograft Python node output.

One snippet is included in the iograft_type snippets file and can be triggered within Python scopes as well:

  • iogtype - Create a skeleton iograft Python type plugin.

Node Python Dependencies

Some of the included nodes in this repository require additional Python packages. All of these packages are bundled with the iograft installer and will work out of the box when running iograft's built-in interpreter (Python3.9).

In custom environments, these packages will need to be added manually in order to use the nodes that depend on them. The required packages can be installed via pip:

iograft's Projects

iograft icon iograft

iograft is a node-based workflow automation framework for Python

iograft-usd icon iograft-usd

iograft Nodes & Types wrapping the Universal Scene Description library

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.