Blender Git Commit Log

All Blender Git commits.

Page: 3293 / 8462

May 11, 2018, 18:24 (GMT)
Tool System: inset & shrink/fatten options
May 11, 2018, 18:22 (GMT)
Tool System: mesh rip fill option
May 11, 2018, 18:13 (GMT)
Merge branch 'master' into blender2.8
May 11, 2018, 18:02 (GMT)
Move Render code to separate file
May 11, 2018, 18:02 (GMT)
EditMesh: remove duplicate rip macro

Change the fill setting in the keymap,
this allows tool access the macro with either setting.
May 11, 2018, 18:01 (GMT)
WM: initialize last used macro properties
May 11, 2018, 17:44 (GMT)
Fix cache_used error in previous commit
May 11, 2018, 17:36 (GMT)
Reuse fullscreen quads instead to create new ones
May 11, 2018, 17:33 (GMT)
Cleanup: Remove debug lines
May 11, 2018, 17:30 (GMT)
Remove DRW_gpencil_create_blank_texture function

This function is not needed and the same can be done with less lines.
May 11, 2018, 17:24 (GMT)
Don't pass cache_used as pointer

The value is not changes and don't need the pointer.
May 11, 2018, 17:16 (GMT)
Move matrix initialization to stl initialization block
May 11, 2018, 17:15 (GMT)
Cleanup: Remove unused code
May 11, 2018, 17:00 (GMT)
DRW: Add DRW_UNIFORM_FLOAT_COPY and DRW_UNIFORM_BOOL_COPY.

And also use a union instead of forcing the cast to void*.
May 11, 2018, 17:00 (GMT)
DRW: Add DRW_view_layer_engine_data_ensure_ex.
May 11, 2018, 16:29 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/editors/space_outliner/outliner_draw.c
May 11, 2018, 16:27 (GMT)
Rename grease pencil modifier callbacks

Add the prefix gp_
May 11, 2018, 16:17 (GMT)
Fix operator to change brush size

The field was wrong after last rename
May 11, 2018, 16:10 (GMT)
Modifiers: ported Laplacian Deform DerivedMesh ? Mesh

Reviewers: sybren

Differential Revision: https://developer.blender.org/D3326
May 11, 2018, 16:09 (GMT)
WIP: Remove duplicate fields gp_lazy_radius and gp_lazy_factor

These fields have been moved to existing smooth_stroke_radius and smooth_stroke_factor.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021