⚙️WIGGLER

A simple Blender addon that enables users to add random noise to the rotations of selected objects, either mesh or camera, via a GUI in the 3D Viewport's Tool shelf.

1. Installation

  1. Downloaded the latest zip through the Blender Market page. https://blendermarket.com/products/cytools

  2. Open Blender, go to Edit > Preference > Addons > Installl...

  3. Locate and select the downloaded Python script file and click Install Add-on

  4. In the Add-ons tab, search for "CY-Tools Wiggle" in the search bar. Check the checkbox next to the addon's name to enable it.

2. Usage

Access the addon's panel:

  1. Open a 3D Viewport in Blender.

  2. In the 3D Viewport, locate the Tool Shelf on the right side.

  3. Look for the "CY-Tools" tab and click it to reveal the addon panel.

The strength and scale values are properties that control the noise applied to the rotations of selected objects.

  1. Strength: The strength value determines the intensity or magnitude of the noise effect on the object's rotations. A higher strength value results in more significant variations in the object's rotations, while a lower value leads to subtler changes. The strength property has a default value of 0.5, and the user can set it between 0 (no noise) and 10 (maximum noise).

  2. Scale: The scale value controls the frequency of the noise effect. A higher scale value results in a slower, more gradual change in the object's rotations, giving the impression of a smoother, less erratic motion. Conversely, a lower scale value leads to rapid, frequent fluctuations in the rotations, creating a more chaotic and erratic motion. The scale property has a default value of 15, and the user can set it between 0 (extremely high-frequency noise) and 100 (very low-frequency noise).

3. Recommendations

I personally built this script to quickly get some camera noise modifiers going in a blink as I felt the whole keyframing process took a little while, I used some addons, but then I figured why not make my own very minimal version. This is a great way to instantly add a handheld effect to your camera.

4. Development considerations

This addon is still in development and interactions may occasionally not work as expected. Follow this addon on Blender Market to stay tuned regarding any updates.

5. Author and License

Cy-Tools is a suite of Blender Addons created by @cyrusjameskhan and licensed under the GNU General Public License (GPL). See LICENSE for more information.

Last updated