Skip to content
View OmniZ3D's full-sized avatar
Block or Report

Block or report OmniZ3D

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. fbrelation fbrelation Public

    Forked from awforsythe/fbrelation

    A simple declarative language for creating MotionBuilder relation constraints.

    Python 1

  2. PipelineConstructionSet PipelineConstructionSet Public

    Forked from CountZer0/PipelineConstructionSet

    Code base for Art Pipelines creating an easy to use API for Technical Artists.

    Python

  3. practicalmayapython practicalmayapython Public

    Forked from rgalanakis/practicalmayapython

    Source code repository for the "Practical Maya Programming with Python" book.

    Python 1

  4. This is a wrapper FBX class useful i... This is a wrapper FBX class useful in accessing and modifying the FBX Scene
    1
    #!/usr/bin/env python
    2
    # -*- coding: utf-8 -*-
    3
    
    
    4
    """
    5
    This is a helper FBX class useful in accessing and modifying the FBX Scene
  5. Easily setup & maintain a standardiz... Easily setup & maintain a standardized pipeline for Animators in MotionBuilder Also helpful when/if a MotionBuilder bug resets the config files. Making a copy of your "..\Documents\MB\[version]\config" directory is recommended to back up your personal preferences.
    1
    ########################################################################################
    2
    ## ezTD_mobuSetup.py
    3
    ## version: 2.0
    4
    ## Author:  Jason Barnidge
    5
    ##          jbarnidge [at] OmniZed.com
  6. FBXWrapper FBXWrapper
    1
    '''
    2
    FBXWrapper
    3
    4
    This module provides a python wrapper for every method exposed in the FBX plugin.
    5