Blender Git Commits

Blender Git "temp-fracture-modifier-2.8" branch commits.

Page: 15 / 135

January 8, 2018, 16:16 (GMT)
Fix MSVSC2017 error

The last compiler version needs this include
January 8, 2018, 16:15 (GMT)
bpy_extras: add missing colorband keymap to keyconfig_utils.py

fixes failing ctest script_load_keymap
January 8, 2018, 15:49 (GMT)
Fix missing SpinLock typedef on macOS
January 8, 2018, 15:49 (GMT)
Fix T53068: AMD Threadripper not working well with Blender

The issue was caused by SpinLock implementation in old pthreads we ar eusing on
Windows. Using newer one (2.10-rc) demonstrates same exact behavior. But likely
using own atomics and memory barrier based implementation solves the issue.

A bit annoying that we need to change such a core part of Blender just to make
specific CPU happy, but it's better to have artists happy on all computers.

There is no expected downsides of this change, but it is so called "works for
me" category. Let's see how it all goes.
January 8, 2018, 15:49 (GMT)
Cycles: Fix compilation error of standalone application
January 8, 2018, 15:49 (GMT)
Cycles: Fix compilation error with OIIO compiled against system PugiXML
January 8, 2018, 15:49 (GMT)
Cycles: Fix compilation error with latest OIIO

There was some changes about namespaces, which causes ambiguities.

Replaces using namespace with an explicit symbols we need. Is good idea to NOT
pull in the whole namespace anyway!
January 8, 2018, 15:47 (GMT)
Fix T52818: Tangent space calculation is really slow for high-density mesh with degenerated topology

Now we replace O(N^2) computational complexity with O(N) extra memory penalty.
Memory is much cheaper than CPU time. Keep in mind, memory penalty is like
4 megabytes per 1M vertices.
January 8, 2018, 15:47 (GMT)
Mikkspace: Cleanup, reduce indentation level
January 8, 2018, 15:46 (GMT)
Fix T53398: Surface deform modifier says that convex polygons are concave for big faces

Dot-product for angle check need either to be divided by vectors magnitude or be
calculated for normalized vectors.
January 8, 2018, 15:46 (GMT)
Fix T53499: Cannot load DPX files

The issue was caused by unspecified color transfer. New behavior gives same
result as other viewers here, so likely is fine :)
January 8, 2018, 15:46 (GMT)
Fix T53007: OpenSubdiv + transparency = artefact/crashes
January 8, 2018, 15:45 (GMT)
Fix T52940: VSE Glow Effect Strip on transparent images has no blur
January 8, 2018, 15:45 (GMT)
Fix T52982: Join operator with context override crashes Blender 2.79
January 8, 2018, 15:45 (GMT)
Fix T52927: Compositor wrong scale when scale size input is connected to complex node

The issue here is that we can not read scale from socket when determining
dependent area of interest. This area will depend on current pixel. Now fall
back to more stupid but reliable thing: if scale size input is connected to some
nodes, we use the whole frame as area of interest.
January 8, 2018, 15:45 (GMT)
Fix T52920: Saving Tiff Files type Blender crashes

Was only happening for 3 and 1 channel sources.
January 8, 2018, 15:44 (GMT)
Fix T52086: Graph editor "normalize" drag errors for integers
January 8, 2018, 15:42 (GMT)
Fix T52823: New Depsgraph - Shrinkwrap crashes blender

The issue was caused by threading conflict around looptris: it was possible
that DM will return non-NULL but non-initialized array of looptris.

Thanks Campbell for second pair of eyes!
January 8, 2018, 15:42 (GMT)
Fix T52763: Boolean problem with vertex group
January 8, 2018, 15:42 (GMT)
Fix copy-paste error in recent particles fix

Was intersecting same triangle twice.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021