Blender Git Commits

Blender Git "master" branch commits.

Page: 1620 / 5574

July 31, 2018, 20:27 (GMT)
Fix T56181: Annotations hide proportionnal editing UI buttons
July 31, 2018, 18:10 (GMT)
KnifeTool: Use GPUBatch API instead of IMM to fix buffer overflow issue

This also include a small optimisation (remove of a double loop and half of
the memory allocation for hit points)

This should fix T55946 Crash using knife tool on mesh with large number of
vertices.

Tried with a 500K vert suzanne and it seems fine.
July 31, 2018, 17:03 (GMT)
Revert "Gitignore: Ignore diffs in all subdirs"

This is an issue for some file in the extern dir

This reverts commit d940a081a9f1f4106a5d2d155682695b0a6b0cb6.
July 31, 2018, 16:53 (GMT)
Gitignore: Ignore diffs in all subdirs
July 31, 2018, 16:21 (GMT)
Fix crash when rendering viewport within another area

This also Fix T55574 Crash on sequencer preview
July 31, 2018, 16:21 (GMT)
GPUFrameBuffer: Put active framebuffer in GPUContext

instead of being ThreadLocal and leading to incorrect usage.

We still enforce no framebuffer when changing context. We can lift this
restriction later.
July 31, 2018, 16:21 (GMT)
GPU: Replace malloc/calloc/realloc/free with MEM_* counterpart
July 31, 2018, 15:03 (GMT)
Fix set_pixel overflow in fill brush

The value of the index was above the size of image
Revision 4684375 by Joshua Leung
July 31, 2018, 14:18 (GMT)
Fix: Motion Paths were still visible after clearing them

After clearing motion paths from objects, those objects needed to be
tagged for copy on write so that the copied data (i.e. viewport)
recieve the changes (i.e. removed paths)

Reported by Hjalti
July 31, 2018, 14:14 (GMT)
UI: Grease Pencil Simplify tweaks

Single-column layout and tweaks to tooltips.
July 31, 2018, 14:04 (GMT)
Change Brush smooth factor to 0.1 by default

The old values were too high.
July 31, 2018, 13:57 (GMT)
Set overlay default values
July 31, 2018, 13:39 (GMT)
Enable ghost onion skin by default

This option was changed by error when implement annotations.
July 31, 2018, 13:39 (GMT)
Fix grease pencil line toggle

Replace with generic context toggle operator.
July 31, 2018, 13:33 (GMT)
Fix T55718: Blender 2.8 crashes when converting to Curve from Mesh.

We only want to care about runtime.mesh_orig if? data is indeed a Mesh! ;)
July 31, 2018, 13:13 (GMT)
UI: Grease Pencil Onion Skin minor tweaks

Avoid double label for same properties in single-column.
Onion Skinning: Group custom colors together, and frame before/after together.

Small changes to tooltips.
July 31, 2018, 13:02 (GMT)
UI: remove grease pencil settings from topbar

Top bar is only for settings that apply to the next action
not a way to change existing data.

If each stroke could have a different color this would work as expected,
however it was adjusting the current layer color.
July 31, 2018, 12:39 (GMT)
Fix cmake external library build for blosc/freetype on some systems.
July 31, 2018, 12:31 (GMT)
UI: Metadata panel tweaks

Rename "Seq. Strip" to Strip Name, "Sequence Strip" to Use Strip Metadata.
Plus re-arrange of properties and separators for sections.

Thanks @fsiddi for the feedback.
July 31, 2018, 11:42 (GMT)
Fix (unreported) wrong logic in gpencil UI code.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021