Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2393 / 8462

July 2, 2019, 16:48 (GMT)
Outliner: Sync active sequences between outliner and sequencer

Active sequences are now synced on selection
July 2, 2019, 16:38 (GMT)
comment on tuple
July 2, 2019, 16:37 (GMT)
Add missing header
July 2, 2019, 16:20 (GMT)
Fix T53058: Crash when rendering to Quicktime RLE codec

The root cause seems to be an assumption in
[generate_video_frame()](https://developer.blender.org/diffusion/B/browse/master/source/blender/blenkernel/intern/writeffmpeg.c)
that we're always using 4 bytes per pixel. This is not true when using
QTRLE in RGB mode, because that uses the RGB24 pixel format (so 3 bytes
per pixel). Just updating the `linesize` property doesn't fix it though,
but just creates a crash somewhere else.

This at least fixes the crash by always forcing RGBA to be written, even
when the user selects RGB.
July 2, 2019, 16:09 (GMT)
Fix assert in Alembic tests with constraints

Leave the reader to be created on the CoW object in the depsgraph evaluation,
don't assign the one used for importing to the original object.
July 2, 2019, 16:09 (GMT)
Fix workbench render crash in background mode
July 2, 2019, 16:01 (GMT)
comment on CPPTypeInfo
July 2, 2019, 15:56 (GMT)
Implement custom alembic data reading into ID prop, cherry-pick from blender278

(cherry picked from commit 0fa0d55093ae03f02dde4187e8fec8d42474dbcd)
July 2, 2019, 15:51 (GMT)
Comment on SourceInfo, FunctionGraph and DataFlowGraphBuilder
July 2, 2019, 15:41 (GMT)
comment on data flow graph
July 2, 2019, 15:27 (GMT)
comment on Function class
July 2, 2019, 15:11 (GMT)
separate declaration from implementation for Function type
July 2, 2019, 15:01 (GMT)
comment on type system
July 2, 2019, 14:51 (GMT)
Fix T65798: Incorrect auto-tex space for Curves

There are several aspects to the fix:

- Always calculate bounding box for meshes and curves from dependency
graph evaluation function.

There is a reason why mesh was tagged for geometry update, so can not
be spare here in attempts to avoid calculation.

- Copy bounding box and texture space to original object for active
dependency graph.

This matches object-level bounding box and allows to remove bounding
box evaluation from RNA.
July 2, 2019, 14:44 (GMT)
Fix T66340: Missing particles in Grid and Volume distribution.

This solution only alleviates the problem.
July 2, 2019, 14:42 (GMT)
separate declaration and implementation of methods of type
July 2, 2019, 14:33 (GMT)
get rid of using TypeVector
July 2, 2019, 14:31 (GMT)
Tuple now has a weak reference to its metadata to prevent synchronization overhead
July 2, 2019, 14:09 (GMT)
parse very simple bparticles node tree
July 2, 2019, 14:04 (GMT)
Fix T66295 Collection instance duplicates don't have selection outline

Was cause by shgroup reuse even if select state changed from previous dupli.

Also fixes T64438 Collection Instance object highlight wrong
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021