Blender Git Commit Log

All Blender Git commits.

Page: 2668 / 8462

March 4, 2019, 09:15 (GMT)
Fix unreported: Shrink/Fatten in Curve Transform menu fails because it was calling the mesh edit mode operator
March 4, 2019, 09:13 (GMT)
UI: Move paint context menus to panels

See proposal: T62130
March 4, 2019, 08:50 (GMT)
Tools: Rename Curve Shrink/Fatten to Radius

This is fundamentally different from Shrink/Fatten for meshes, because the control points are not moved, only the radius.
Issue raised by Ronan Ducluzeau, name suggested by Campbell Barton
March 4, 2019, 08:37 (GMT)
Icons: only use macOS override if blender not found

Otherwise `make icons_geom BLENDER_BIN=...` doesn't work as documented.
March 4, 2019, 00:30 (GMT)
DRW: Remove unecessary state changes

The TODO is old and the issue does not seems to appear anymore.

If bugs emerge from this commit it's most likely to be a bad usage of the
API.
March 4, 2019, 00:30 (GMT)
DRW: Fix matflag not being updated after first drawcall

This Fixes T61823: Flickering material problem with eevee
March 3, 2019, 20:59 (GMT)
Fix T62076: Delete Active Scene Freezes Blender.

Not sure where that piece of code originates from, but trying to remap
usages of deleted scene to newly active scene in *whole* bmain is
really, really not the thing to do! Just use generic ID deletion code
here, no reason it could not handle the task properly. ;)
March 3, 2019, 20:56 (GMT)
Fix (unreported) missing handling of 'never self' ID pointers in library_query and library_remap codes.

Looks like something forgotten at some point, define in callback flags
was there, just not used at all.

Added most obvious cases now (we are probably still missing some), and
proper handling for it in remapping code (when we hit such case, we
'convert' new_id to NULL and go on with it).

Related (as in, exposed by) T62076, but not the actual cause of that bug.
March 3, 2019, 20:14 (GMT)
Fix T62064: Linked object made by Make Links isn't showed in the scene you linked to.

Usual missing DEG relations rebuild tagging...
March 3, 2019, 19:41 (GMT)
deduplicate compilation code
March 3, 2019, 19:38 (GMT)
Tweaks to icons for curve shrink/fatten & tilt
March 3, 2019, 19:37 (GMT)
Tools: Add Randomize to Curve Edit toolbar
March 3, 2019, 19:13 (GMT)
precompiled llvm function body
March 3, 2019, 18:56 (GMT)
Annotations: Make strokes smoother

When move the mouse/pen very fast, the events were not enough to create smooth strokes.

I have used a simplified version of the same logic used with grease pencil objects to smooth annotations.
March 3, 2019, 18:02 (GMT)
Icons: Make blender_icons_geom_update.py support macOS
March 3, 2019, 16:00 (GMT)
DNA: optimize data reconstruction

Cache the result of DNA_elem_array_size which was being called
for each element when reconstructing each struct.

Also skip padding members during reconstruction.

Gives ~18% overall speedup loading 10_010_A.anim.blend (r3154)
from the spring project.
March 3, 2019, 15:35 (GMT)
GPencil: New extrude operator

If the extrude points are the first or last of the stroke, the stroke is extended.

If the extrude points are in the middle of the stroke, a new stroke is created because the grease pencil strokes can be only with 2 extremes.

Still pending define a new icon and set by default XYZ axis in gizmo.
March 3, 2019, 15:33 (GMT)
Merge branch 'master' into greasepencil-object
March 3, 2019, 14:18 (GMT)
DNA: rename BezTriple alfa to tilt
March 3, 2019, 14:03 (GMT)
generate separate wrapper functions
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021