Display:
Master Commits
Branch Commits
All Commits
Blender
Git commits from all branches.
Page: 1530 / 2888
May 12, 2018, 08:41 (GMT)
New HairExportCache struct to unify pre-computation of hair data for OpenGL, render, and eventual data export.
May 12, 2018, 06:28 (GMT)
Cleanup: modifier arg wrapping
May 12, 2018, 06:28 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 12, 2018, 06:27 (GMT)
Cleanup: warning
May 12, 2018, 06:27 (GMT)
Merge branch 'blender2.8' into greasepencil-object
May 12, 2018, 05:12 (GMT)
Changes from review
May 11, 2018, 18:43 (GMT)
WIP: Quick hack to get Timeline header buttons to show up where we want them to WARNING: Prototype code to test that the UI design idea works. This is a nasty hack, as it uses hardcoded button sizes (extracted by hand from a screenshot and tweaked), and used to adjust the scale_x of layout items used to house the spacers-layouts. (The non-hacky part of this the new "uiItemSpacer" widget. Eventually the layout manager should be identifying these widgets and setting the sizes on them in using a method similar to what we're doing here).
May 11, 2018, 18:02 (GMT)
Move Render code to separate file
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, 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: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.
May 11, 2018, 15:54 (GMT)
Resuse Brush size field instead to use separated thickness field Pending to reorganize Brush struct to remove unused pad bytes.