Blender Git Commits

Blender Git "greasepencil-object" branch commits.

Page: 186 / 345

July 29, 2018, 15:30 (GMT)
Set default values for Grid and Fade
July 29, 2018, 15:21 (GMT)
Change Grid to work as 3D Grid

Now the scale is the size and the subdivisions the number of cuts inside this "bounding box"
July 29, 2018, 14:13 (GMT)
Fix first edit mode change with TAB key

The operator assumed the object editable was using always OB_MODE_EDIT, but for grease pencil the mode must be OB_MODE_GPENCIL_EDIT
July 29, 2018, 13:51 (GMT)
UI: Use slider type for grid opacity and fade factor
July 29, 2018, 10:43 (GMT)
Fix TAB key to toggle Edit mode

This key was removed by error in the past.
July 29, 2018, 10:24 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
release/scripts/addons
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.
July 29, 2018, 10:02 (GMT)
UI: Reorder Grid parameters
July 29, 2018, 09:48 (GMT)
Update Grid when change lock axis
July 28, 2018, 18:42 (GMT)
Enable grid when play animation
July 28, 2018, 18:41 (GMT)
Cleanup: Move view settings to overlay struct
July 28, 2018, 15:58 (GMT)
Add Lock to axis and opacity control to grid

Now, the grid axis can be automatically set to the current lock axis
July 28, 2018, 14:43 (GMT)
Minor changes to grid

- Use half number of lines in loop to be equal UI parameter
- Cleanup typo errors
- Change default number of lines
July 28, 2018, 14:29 (GMT)
Enable grid in different axis

Before only Y axis was supported.
July 28, 2018, 10:08 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 28, 2018, 10:02 (GMT)
Full refactor of Grease Pencil grid

After testing the old grid locked to view, the artist found that old system was not usable and they requested a grid locked to grease pencil object.

Also fixed some problems with fade object
July 27, 2018, 19:13 (GMT)
UI: Change old Grease Pencil Paper and remove color

Now, the color is always white. We still keep internally the color field because maybe we reuse it in the future.
July 27, 2018, 15:27 (GMT)
Initial work on edge wiggle rewrite
July 27, 2018, 14:58 (GMT)
Separate Paper and Grid and rename
July 27, 2018, 14:39 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/makesdna/DNA_view3d_types.h
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021