GithubHelp home page GithubHelp logo

dseeni / yurlungur Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sho7noka/yurlungur

1.0 1.0 0.0 7.32 MB

Universal scripting wrapper for Maya, Houdini and Unreal Engine4.

Home Page: https://sho7noka.github.io/Yurlungur/.

License: Other

Dockerfile 0.88% PowerShell 0.28% Python 89.01% CSS 9.82%

yurlungur's Introduction

Yurlungur

Windows Unix code
OS Build status Build Status codecov

universal scripting environment with Python which Maya, Houdini and UnrealEngine.

summary

DCC tool scripting is almost used Python, but these api isn't similarly anything. If you make lightweight tool, need to remember each application manners. Yurlungur is common interface which adapted each application for universal wrapper.

Yurlungur is inspired by PyMEL.

future

  • HOM (Houdini Object Model) like command wrapper.
  • PySide & PyQt shorten accessor.
  • Useful snippet for Game&VFX technical artist.

available

Node Attribute Anim
Maya (2016~)
Houdini (16~)
Nuke Studio
3dsMax (2017~)
Photoshop (CC~) -
Marvelous Designer 8 (WIP) -
Blender (2.8)
Substance (2018.1.2~) -
Davinci Resolve (15~)
Unreal Engine (4.22~)

Installing

$ pipenv install yurlungur

optional

If you use UE4 Editor or Standalone for full supports, Yurlungur require Qt for Python module.

$ pipenv install PySide2

semantics

# Blender
bpy.data.objects["foo"].bar = 1
// MEL
setAttr "foo.bar" 1;
# yurlungur
import yurlungur as yr
yr.YNode("foo").bar.set(1)

TODO

  • basic api
  • github.io
  • UE4

contribution

lets see CONTRIBUTING.

License

Yurlungur is MIT License.

yurlungur's People

Contributors

sho7noka avatar sumiokasho avatar

Stargazers

Deepak Seeni avatar

Watchers

James Cloos avatar

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.