From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

This page just lists the some of the various patches/feature improvements that I've done.

NLA Editor

Noise Modifier

This modifier adds noise (i.e. pseudo-random displacement) on top of chosen transformations for a bone. It helps to give a more natural look to motions.

Description of settings:

  • Channel - Name of bone to apply noise to
  • L/R/S toggles - Loc/Rot/Scale toggles whether each of those types of transform are noise-ified
  • NoiseSize - Lower values = more vigourous movement, Higher values = less vigourous movment
  • Turb - i.e. 'seed' or offset in random table


Note: code is secretly in cvs for 2.44, but the nla-panel code for it is disabled, thus no access = hidden = won't cause any trouble. Hint - remove the #if 0 #endif tags in the nla-panel drawing function in drawnla.c