Blender Git Commits

Blender Git "master" branch commits.

Page: 2326 / 5574

July 11, 2016, 16:01 (GMT)
Cycles: Fix typo
July 11, 2016, 15:59 (GMT)
Fix T48824: Crash when having too many ray-to-volume intersections

Code might have writing past the array boundaries.
July 11, 2016, 15:19 (GMT)
Fix T48812: Brush size invalid with HIDPI

Missed from c5b2f12b
July 11, 2016, 13:15 (GMT)
Depsgraph: Fix crash in Weight VG modifier
July 11, 2016, 13:07 (GMT)
Depsgraph: Fix shape key nodes trying to be added multiple times
July 11, 2016, 13:06 (GMT)
Cleanup: line length
July 11, 2016, 12:46 (GMT)
Cycles: Fix Extend image extension mode on OpenCL
July 11, 2016, 11:59 (GMT)
Dyntopo: fix lop-sided edge collapse

When an edge was collapsed, one of the vertices would be removed.
Edges attached to the deleted vertex wouldn't be considered for collapsing again,
making the outcome from collapsing edges depend on the edge-vertex order.

Use a hash to lookup the final vertex when collapsing edges, instead of skipping them.
July 11, 2016, 11:58 (GMT)
Cycles: Use utility define for restrict pointers

This way restrict can be used for CUDA and OpenCL as well.

From quick tests in areas i've been testing this it might give some
barely measurable %% of speedup, but it increases registers pressure.

So use of this qualifier is still really limited.
July 11, 2016, 11:58 (GMT)
Cycles: Cleanup, variables name

Using camel case for variables is something what didn't came from our original
code, but rather from third party libraries. Let's avoid those as much as possible.
July 11, 2016, 11:58 (GMT)
Cycles: Add _all suffix to shadow traversal file

Matches better naming of volume traversal files, where we've got
optimized versions of a single step of volume intersection and
traversal which will gather all volume intersections.
July 11, 2016, 11:58 (GMT)
Cycles: Move BVK kernel files to own directory

BVH traversal is not really that much a geometry and we've got
quite some traversals now. Makes sense to keep them separate in
the name of source structure clarity.
July 11, 2016, 07:17 (GMT)
Fix sculpting high poly meshes

Attempted to free unallocated memory,
interestingly nobody noticed this for ~7 years (error from 3078c806).
July 11, 2016, 07:17 (GMT)
Dyntopo: possible modified option was incorrectly set
July 11, 2016, 07:17 (GMT)
Dyntopo: remove redundant existing face check

Gives minor speedup
July 11, 2016, 07:16 (GMT)
BLI_math: move interp_*_cubic to its own function
July 11, 2016, 07:16 (GMT)
CMake: suppressing indentation warning for extern
July 10, 2016, 18:12 (GMT)
Fix T48822: Crash when I try to use "Join" (Ctrl Key + J) with two meshes.

Own stupid typo in recent refactor work...
July 10, 2016, 15:14 (GMT)
Refactor/enhance BKE_action_make_local().

Now using modern features from libquery/libremap areas.

Provides same kind of fixes/improvements as for BKE_object_make_local() (see rBd1a4ae3f395a6).
July 10, 2016, 15:14 (GMT)
Refactor/enhance ntreeMakeLocal().

Now using modern features from libquery/libremap areas.

Provides same kind of fixes/improvements as for BKE_object_make_local() (see rBd1a4ae3f395a6).
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021