Blender Git Commit Log

Git Commits -> Revision 9d7a03a

Revision 9d7a03a by Antonio Vazquez (master)
July 30, 2019, 17:43 (GMT)
Fix T67939: GPencil Noise modifier step is ignored in render

The value of the step was calculated using a variable that was removed when the render frame change.

Now, the step is calculated using the modulus of the current frame and recalculate noise only if the remainder that results from performing integer division is equal to 0.

To calculate current frame, the first used frame is calculated to adjust real frame range.

This approach is more stable in viewport and render.

Commit Details:

Full Hash: 9d7a03ab1177f7227653ec691e10ce328771a4eb
Parent Commit: 28bd15c
Lines Changed: +26, -9

2 Modified Paths:

/source/blender/gpencil_modifiers/intern/MOD_gpencilnoise.c (+25, -8) (Diff)
/source/blender/makesdna/DNA_gpencil_modifier_types.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021