Git Product home page Git Product logo

upy's Introduction

pyubic a.k.a. uPy

  • is a general abstract layer we developp for easy UI making in Blender, C4D and Maya. pyubic is intend to be a universal API for creating buttons and layout for theses three software.
  • is an abstract layer for creating/editing geometry using the same API inside the previous cited three software.
  • is pure python and doesn't require compilation.
  • Currently supports:
    • Blender2.49b
    • Cinema4D R12
    • Maya 2011

Installation

Download the archive and extract it:

tar -xzvf corredD-pyubic-5f91079.tar.gz
mv corredD-pyubic-5f91079 pyubic

Or clone the git repository:

git clone https://[email protected]/corredD/pyubic.git
cd pyubic
sudo python setup.py install

This will install pyubic in the site-package of your python distribution.
Alternatively you can manually copy the pyubic directory in the directory of your choice and add it in your python path manually (ie see the examples).

Getting Started

  • Check the example
  • Open the 3d software python console and type:
import pyubic
helperClass = pyubic.getHelperClass()
helper = helperClass()
sp = helper.Sphere('mySphere',res = 12)

To Do

  • API documentation
  • Possible Names
    • biq
    • ecumenic
    • omnis
    • biApi
    • ubic
    • pyubic

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.