July 2, 2019, 16:48 (GMT) |
Outliner: Sync active sequences between outliner and sequencer Active sequences are now synced on selection |
Revision aaef6e6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) 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 |
Revision 7a7592e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) 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) |
Revision c347373 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 15:51 (GMT) |
Comment on SourceInfo, FunctionGraph and DataFlowGraphBuilder |
Revision 32fdee4 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 15:41 (GMT) |
comment on data flow graph |
Revision f5358bc by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 15:27 (GMT) |
comment on Function class |
Revision 9a9b1e1 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 15:11 (GMT) |
separate declaration from implementation for Function type |
Revision 6e786c8 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) 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. |
Revision 4980494 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 14:42 (GMT) |
separate declaration and implementation of methods of type |
Revision b22a828 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 14:33 (GMT) |
get rid of using TypeVector |
Revision 4fcd92f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 14:31 (GMT) |
Tuple now has a weak reference to its metadata to prevent synchronization overhead |
Revision d94d68a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 2, 2019, 14:09 (GMT) |
parse very simple bparticles node tree |
July 2, 2019, 14:04 (GMT) |
|