Stopify_01_Alpha.png

WELCOME đź‘‹

<aside> 👋 Welcome to the STOP-IFY Documentation! Here you’ll find everything you need to know about our Blender Addon for emulating stop-motion animation!

</aside>

BLENDER 4.4 UPDATE

Action Slots


StopifySlots.gif

Blender 4.4 introduced us all to Action Slots! Thus STOP-IFY has been updated to work accordingly. The changes are as follows:

STOP-IFY is 1,200% faster! [Breaking Change] 🛠️


Prior to Blender 4.4, STOP-IFY used Blender’s dependency graph to evaluate changes in an object’s frame-step value over time (when objects go from 2’s to 3’s in a scene for example). Essentially, STOP-IFY would play through the entire scene in the background (hence why it took longer for more complex scenes), checking to see what a given object’s frame-step value is at each frame.

Now, STOP-IFY will read the action where the frame-step value changes directly. This is almost instantaneous, and the time complexity does not care about how heavy a scene is. However, this new implementation introduces a breaking change that we’re 99% sure nobody will notice, but here it is anyways!

<aside> 🚨

As of Blender 4.4, STOP-IFY no longer acknowledges the NLA stack, drivers, modifiers, or any other outside forces when evaluating an object’s frame-step value over time. If you animate the frame step to change over time (i.e. transitioning from 2’s to 3’s on frame 70), the algorithm will use the keyframes you create directly. Unless you’re doing advanced driver setups or workflow integration, you’ll likely never run into this issue, so keep on blending!

</aside>

<aside> 🤙

If this DOES affect you, don’t worry! You can always switch back to the old behavior by checking “Use Depsgraph for Stepped Values” in the add-on preferences panel!

image.png

</aside>

INSTALLATION 🔨

Download


First, download the add-on from our website. You should have received an email with your download link after purchase. You can also access your add-on anytime by logging in to our store, where you’ll find the latest version of the STOP-IFY add-on.

Add-on Installation


In Blender, select “Install” in the Preferences panel. Then, navigate to the STOP-IFY .ZIP file that came with your order. After installing the add-on, please enable the add-on by checking the box to the left of the add-on name.

<aside> ❗ You do NOT need to unzip the .zip file when installing via blender’s preferences panel.

</aside>

Untitled

If installation is successful, the STOP-IFY panel will appear on the right-hand side of the 3D Viewport.

Untitled

USAGEđź’ˇ

Adding Objects


To apply a stop-motion filter to an object, it must first be added to STOP-IFY’s list of objects. This can be done by selecting any objects you wish to add, and then clicking the “+” button in the upper right hand of the add-on panel.

STOPIFY_AddObjects.gif

Applying the Filter


To apply the stop-motion filter, simply click “Apply Stopify”. This will apply (or re-apply) the filter to any unlocked objects. The intensity of the stop-motion effect is determined by the number value next to each of the objects in the panel. A value of “2” will result in an action skipping every other frame. A value of “3” will result in an object showing change on every third frame, and so on.

<aside> 💡 Note: All stepped values by default start on frame “0”. This means that objects with a stepped value of 2 will always experience change on even frames.

</aside>

Removing the Filter


The filter can easily be removed in two ways.

  1. Using the “Clear Stopify” operator at the bottom of the panel.
  2. Removing the Object from STOP-IFY via the “-” operator in the top right of the panel.

<aside> đź’ˇ Note: Locking an object will prevent the filter from being removed. It will also prevent the filter from being applied. Locked objects are essentially left in whatever state they were in prior to being locked.

</aside>

Muting Objects


Objects can be muted by toggling their “eyeball” icon in the add-on panel. When an object is muted, the underlying filter is still there, it just isn’t shown. Muting an object will also prevent the filter from showing in renders.

You can also toggle muting on every object simultaneously by using the “eyeball” icon to the right of the objects list.

Locking Objects


Objects can be locked by toggling their “lock” icon in the add-on panel. When an object is locked, STOP-IFY won’t apply or clear any filters from the object. This also prevents the object from being removed from the add-on. Locking is useful if you wish to preserve an object’s stop-motion effect while changing others.

You can also toggle locking on every object simultaneously by using the “lock” icon to the right of the objects list.

Keying Stepped Values


An object’s stepped value can be keyed such that it changes over time. We use this to change how stutter-y a character appears at different points throughout the scene. For example, it may be desirable to place a background character on “fours” so that they don’t draw a viewer’s eyes. But later when that character speaks, they should be placed on “twos” so that they aren’t too choppy.

Keyframes can be inserted by pressing “I” while hovering over the stepped value, or by right-clicking the stepped value and selecting “Insert Keyframe”

Here, Suzanne’s stepped value property has been changed from 2’s to 3’s.

Here, Suzanne’s stepped value property has been changed from 2’s to 3’s.

These Keyframes are stored on the active scene, and NOT on each object individually. This is done to prevent stepped value changes getting pushed down deep into the NLA tracks of each object. By keeping the action stored on the Scene Data-Block, we’re able to have all of our stepped value changes visible in the same place.

Untitled

<aside> ❗ You may want to change the keyframe types to “Constant” in order to change the stepped value on a specific frame.

</aside>

Object Synchronization


Issues can arise when objects change their stepped values at different times.

For example, If two objects were to go from “2’s” to “3’s” and back to “2’s”, but did so at different times, they could end up stepping on different numbered frames after the last transition. Being set to “3’s” for different lengths of time could make it so that the first object ends up changing every even frame while the second object changes every odd frame. STOP-IFY solves this problem with different synchronization methods.

The Global Synchronization Method can be set using the “Sync” drop-down above the “Apply Stopify” operator.

Sync All

STOP-IFY will ensure that objects with the same stepped value will always be stepping at the same time, regardless of any transitions they may have experienced prior. The “downside” to this method is that objects will transition slightly offset from where you may have specified.

<aside> 💡 For example, STOP-IFY ensures that objects on “3’s” will move on frames divisible by 3 (3, 6, 9, 11 …), while objects on “4’s” will always move on frames divisible by 4 (8, 12, 16, …). If you were to keyframe an object’s stepped value from “3’s” to “4’s” on frame 27, the change would be overridden to occur on frame 24, since that is the nearest frame wholly divisible by both 3 and 4.

</aside>

De-Sync All

STOP-IFY does not ensure that objects with the same value will step on the same frames. This results in more accurate transition frames, but can look strange if you have several objects stepping on opposite frames.

<aside> 💡 Using the above example, the change actually would happen on frame 27, with the object stepping every 4 frames after that (31, 35, 39, …)

</aside>

Custom Sync

By setting the Global Sync Method to “Custom”, you are able to specify the sync method for each object individually.

After setting the Global method to “Custom, you can toggle each object’s sync method using the “link” icon next to the object’s name in the add-on panel.

Shown here, the “Cone” object is De-Synced from the “Suzanne” and “Cube” objects.

Shown here, the “Cone” object is De-Synced from the “Suzanne” and “Cube” objects.

Protecting F-Curves & NLA Tracks


You can enable/disable the protection of locked NLA Tracks and F-Curves in the STOP-IFY add-on preferences.

Untitled

With “Ignore Locked NLA Tracks” turned on, any locked NLA Track will be ignored when applying the STOP-IFY filter effect. The same applies to locking specific F-Curves. “Ignore Locked F-Curves” is disabled by default, as some common add-ons lock and unlock f-curves as a part of their own tooling.

GOTCHAS ⚠️