Giter Club home page Giter Club logo

noisyboy's Introduction

Screenshot Description
NoisyBoy Interface NoisyBoy is an AutoDesk Maya 2016+ utility to generate random noise for selected object(s) channels.

Installation:

01 Download NoisyBoy

02 Unpack to your desired scripts directory:

Operating System Location
Windows C:/Users/<username>/Documents/maya/scripts
Windows C:/Users/<username>/Documents/maya/<version>/scripts
Linux $HOME/maya/scripts
Linux $HOME/maya/<version>/scripts
OSX $HOME/Library/Preferences/Autodesk/maya/scripts
OSX $HOME/Library/Preferences/Autodesk/maya/<version>/scripts

03 Drop install_NoisyBoy.py onto a running Maya window which will then ask:

The NoisyBoy Installer will now create a shelf button under the "Custom" tab, is that ok?

04 Click Yes and new shelf button will appear.

# If you do not wish to use install_NoisyBoy.py simply delete it.
# The shelf button's contents is the following PYTHON code.

from noisyBoy import NoisyBoy

# Show the NoisyBoy interface
NoisyBoy.show()

Dev Quick Notes:

from noisyBoy import NoisyBoy

# Show the NoisyBoy interface
NoisyBoy.show()

# -- OR: Use Non Interface Functions -- #

NoisyBoy.addNoise(startFrame, endFrame, frameStep = 1, unitVariance = 0.5):
"""
Add noise to the selected object(s) channels.

Parameters:
  - startFrame   int  : Start frame range
  - endFrame     int  : End frame range
  - frameSetp    int  : How many frames to move by for the given frame range
  - unitVariance float: How much change for the current attribute value >= 0

Returns:
  bool: If noise is added
"""

noisyboy's People

Contributors

braschko avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.