Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1912 / 5574

January 10, 2018, 06:45 (GMT)
Fix background_job template

Update attribute and use empty file operator
January 10, 2018, 02:54 (GMT)
Merge branch 'master' into blender2.8
January 10, 2018, 02:40 (GMT)
Draw Manager: Edit Mode: Curve: uniforms were not being setted
January 10, 2018, 02:08 (GMT)
Fix T53748: uniform `globalsBlock` was not being added was not being added to the shaders of the curves handles
January 10, 2018, 01:37 (GMT)
Correct typos
January 10, 2018, 01:37 (GMT)
Fix T53491: Absolute tablet motion detection fails

When using a tablet, detecting absolute motion only worked
when activating a tool with the tablet.

Pressing Enter to run a tool for e.g. would use relative motion.

Now store is_motion_absolute in the event,
set for new events based on the most recent motion events.
January 10, 2018, 00:51 (GMT)
fix t53701 minimal changes to get it working right
January 9, 2018, 23:10 (GMT)
Curve/Surface Display: UV support
January 9, 2018, 18:51 (GMT)
Fix (unreported) potential crash.

RNA_pointer_as_string could return NULL instead of a valid string in some cases.
January 9, 2018, 18:01 (GMT)
Eevee: Fix AO in planar reflections.
January 9, 2018, 17:59 (GMT)
Eevee: Fix Planar probe refresh.
January 9, 2018, 17:10 (GMT)
Task scheduler: Use single thread branch when range fits into single chunk
January 9, 2018, 17:07 (GMT)
Task scheduler: Fix wrong tasks calculation when chunk size is too big
January 9, 2018, 17:01 (GMT)
Eevee: Support for dupli lamps without shadows.
January 9, 2018, 16:29 (GMT)
Eevee: Fix crash with volumetrics.
January 9, 2018, 15:15 (GMT)
Merge branch 'master' into blender2.8
January 9, 2018, 15:09 (GMT)
Task scheduler: Use const qualifiers in parallel range
January 9, 2018, 15:09 (GMT)
Task scheduler: Avoid over-allocation of tasks for parallel ranges

This seems to only cause extra rthreading overhead on systems with 10s of
threads, without actually solving anything.
January 9, 2018, 15:09 (GMT)
Task scheduler: Add minimum number of iterations per thread in parallel range

The idea is to support following: allow doing parallel for on a small range,
each iteration of which takes lots of compute power, but limit such range to
a subset of threads.

For example, on a machine with 44 threads we can occupy 4 threads to handle
range of 64 elements, 16 elements per thread, where each block of 16 elements
is very complex to compute.

The idea should be to use this setting instead of global use_threading flag,
which is only based on size of array. Proper use of the new flag will improve
threadability.

This commit only contains internal task scheduler changes, this setting is not
used yet by any areas.
January 9, 2018, 15:09 (GMT)
Task scheduler: Simplify parallel range function

Basically, split it up and avoid extra abstraction level.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021