Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1286 / 5574

March 12, 2019, 14:48 (GMT)
BKE Collections: add helper to find the scene of a master collection.
March 12, 2019, 14:27 (GMT)
Fix T62457: Crash with rigid body and disabled objects

Need to always ensure objects form rigid body wortld are part
of dependency graph.
March 12, 2019, 13:53 (GMT)
Fix missing metadata for multilayer exr sequences
March 12, 2019, 13:22 (GMT)
Merge branch 'blender2.7'
March 12, 2019, 13:12 (GMT)
API Doc: Gotcha: add section about 'exceptions to the rules' known crashing cases.

As exposed in T62406, we can have some rare cases of crashes due to
memory re-allocation happening outside of expected scenarii.

Ideally this should be re-designed, but at least keep track of those
known exceptions to general rules...
March 12, 2019, 13:11 (GMT)
Fix T62481: Cycles crash rendering with UV pass after recent changes.
March 12, 2019, 13:06 (GMT)
Cycles/OpenCL: Reduce How Often Kernel Recompilations Are Needed

This patch will reduce the number of times that we need to
recompile kernels. It does this by (en/dis)abling features
by default. So when the user needs them that the kernels are
already available.

Other features are enabled by default for background and foreground
rendering. When in background rendering the user wants the best
render performance. When in foreground rendering the user wants
the least amount of recompilations.

Enabling volumetrics or subdivision evaluation will still trigger
a recompilation during foreground rendering.

Reviewed By: #cycles, brecht

Differential Revision: https://developer.blender.org/D4485
March 12, 2019, 12:45 (GMT)
Fix T62485: wrong tooltip text
March 12, 2019, 12:40 (GMT)
Fix T62470: instanced object does not preserve bounds display type.

Inheriting the display type from the instancer should only happen if it's
a simpler one.
March 12, 2019, 10:07 (GMT)
UI: Adjustments to Texture Paint Projection Paint panel
March 12, 2019, 09:38 (GMT)
Make B-Bone deformation code more robust with bad cached segment data.

Various dependency graph problems can cause obsolete data to reach the
armature modifier, so add checks to reduce the chance of crashing.
March 12, 2019, 09:23 (GMT)
GPencil: Set wire mode when object is set to wire

When the object view is set to Wireframe, the display must be set as wireframe view with x-ray on.

Now the x-ray switch is handled by object.
March 12, 2019, 06:45 (GMT)
Cleanup: use doxygen sections for BLI_utildefines
March 12, 2019, 06:44 (GMT)
Cleanup: BLI_utildefines struct macros

Use the term "AFTER" instead of "OFS" since it wasn't obvious these
macros operate on everything after the struct member passed.

Avoid casting to non-const types when only reading.
March 12, 2019, 05:31 (GMT)
UI: Avoid redundant text argument to UnifiedPaintPanel methods

Now when the text argument is omitted, use the default name
matching how regular properties work.

Avoids passing in the same name which RNA has,
matches UILayout.prop behavior.

Also use keyword only for optional arguments.
March 12, 2019, 05:31 (GMT)
RNA: support None text argument to UI functions

Without this there isn't a convenient way to write wrapper UI functions
that forward a text argument that optionally uses the default text.
March 12, 2019, 04:32 (GMT)
Cleanup: use UnifiedPaintPanel for context menu
March 12, 2019, 04:31 (GMT)
Fix use of uninitialized stack memory

The matrix multiply uses x,y values so both must be initialized.
March 12, 2019, 01:28 (GMT)
DRW: use object color from instancer

Otherwise it's impossible to set the color of instanced library objects.

Follows convention of instancer controlling draw options.
March 12, 2019, 01:08 (GMT)
Fix T61531: can't select same material in multi edit mode

D4441 by @zazizizou w/ edits.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021