Blender Git Commits

Blender Git "temp-greasepencil-vfx" branch commits.

Page: 65 / 145

January 21, 2018, 15:21 (GMT)
Use menu theme colors for color picker panel

Now, the panel colors are consistents with other UI areas.
January 20, 2018, 18:10 (GMT)
Change look of grease pencil color picker

As first step to convert to template, use rounded boxes and standard drawing routines.
January 20, 2018, 16:35 (GMT)
Use different Texture quality for render
January 20, 2018, 16:10 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 20, 2018, 15:51 (GMT)
Fix modifier enable/disable on render mode

The old test to verify if the modifier was enabled in render mode used G_RENDER_OGL flag, but for new draw manager, there is a function for that: DRW_state_is_image_render()

Also fixed the problem the cache was not set as dirty before render, so the flags were not updated to draw the correct image.
January 20, 2018, 12:18 (GMT)
Remove simplify render options

This options are not necessary because for render and viewport use the same options
January 19, 2018, 15:52 (GMT)
Fill stroke boundary must be included in strokes draw

If the option of boundary is Strokes, the special boundary strokes must be included as limits.
January 19, 2018, 15:39 (GMT)
Several fixes after merge

Mainly due parameter list changes and rename of macros.
January 19, 2018, 15:31 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/editors/gpencil/gpencil_paint.c
source/blender/editors/include/ED_gpencil.h
source/blender/editors/space_outliner/outliner_draw.c
source/blender/editors/space_view3d/view3d_draw_legacy.c
January 18, 2018, 15:59 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 18, 2018, 12:16 (GMT)
Cleanup redundant parameters
January 18, 2018, 11:01 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/makesdna/DNA_scene_types.h
January 18, 2018, 10:58 (GMT)
Fix problem with buffer when cursor outside camera view

Before, the stroke buffer was converted using the 3D cursor location, but if the camera moves and the cursor was on back of camera, the stroke buffer was not visible while painting.

Now, the conversion is done using the origin of the object and this avoid this problem.
January 17, 2018, 15:09 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 17, 2018, 13:14 (GMT)
Change default smooth parameters for brushes
January 16, 2018, 16:20 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 15, 2018, 18:21 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 15, 2018, 18:18 (GMT)
Fix error with normal vector calculation

In some weird situations, the normal vector of the stroke cannot be calculated and this produces errors, specially in modifiers like lighting modifier.

Now, if the stroke selected is not valid, try with the next stroke to get a right value.
January 15, 2018, 09:47 (GMT)
Cleanup and fix comments
January 15, 2018, 08:43 (GMT)
Merge branch 'blender2.8' into greasepencil-object
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021