Blender Git Commit Log

Git Commits -> Revision a402360

July 29, 2018, 10:22 (GMT)
Change number of subdivision to avoid int division problem in Grid

Before, if you selected 5 subdivisions, the number of boxes in the grid was 5/2= 2, so the odds values were not working.

Now, the subdivisions means the number of boxes in each side of the symmetry line 5= (5 Right side + 5 Left side) = 5 * 2 = 10 Boxes.

Commit Details:

Full Hash: a4023605dc222acebe886f8033bb79ad7a198c25
Parent Commit: 44bb85b
Lines Changed: +7, -6

3 Modified Paths:

/source/blender/draw/engines/gpencil/gpencil_draw_cache_impl.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+4, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021