Revision abee9a8 by Jeroen Bakker June 7, 2021, 11:51 (GMT) |
Cleanup: renamed function to `extract_run_single_threaded`. |
Revision 223016a by Germano Cavalcante June 7, 2021, 11:41 (GMT) |
GPUIndexBuf: Find the minimum and maximum index through the builder Moving the bounds code to the builder can be useful for future optimizations like building multithreaded. Reviewed By: fclem, jbakker Differential Revision: https://developer.blender.org/D11455 |
Revision 6e6a183 by Jeroen Bakker June 7, 2021, 11:34 (GMT) |
Cleanup: Added Guarderalloc deallocators to CPP structs. |
Revision 1d3ffc9 by Jeroen Bakker June 7, 2021, 11:31 (GMT) |
Added TODO comment for putting parameters into struct. |
Revision e517aaa by Jeroen Bakker June 7, 2021, 11:27 (GMT) |
Cleanup: move extract points into own compile unit. |
Revision 8b8c3c3 by Germano Cavalcante June 7, 2021, 10:52 (GMT) |
Fix T88900: Crash when setting Edge Weight/Crease The `recalcData` of "convert_mesh_edge" did more than it was supposed to. |
Revision 4f6cab1 by Sybren A. Stüvel June 7, 2021, 09:36 (GMT) |
Cleanup: remove trailing space from pipeline_config.json Remove trailing spaces from `pipeline_config.json` No functional changes. |
Revision 98876d4 by Campbell Barton June 7, 2021, 04:04 (GMT) |
Fix T88899: `__file__` not set for `text.as_module()` |
Revision 7ef2b76 by Campbell Barton June 6, 2021, 13:05 (GMT) |
Event Simulate: and a --keep-open command line argument It can be useful to investigate the state of the file after event simulation runs. |
Revision c27b7df by Campbell Barton June 6, 2021, 13:03 (GMT) |
Cleanup: unused argument |
June 6, 2021, 03:18 (GMT) |
LineArt: Fix edge clipping index error. Small bug that's causing edge count to be incorrect in final culled list, just being offset exactly 1 entry. Reviewed By: Sebastian Parborg (zeddb) Differential Revision: https://developer.blender.org/D11513 |
Revision 54ce344 by Richard Antalik June 6, 2021, 01:05 (GMT) |
VSE: Remove seq->tmp usage from transform code This field was used for extend feature to get handle position of metastrip children. Since D9972 extend feature works only on meta strip itself, not it's children. So `SEQ_transform_get_left_handle_frame()` second argument is always false and can be removed. Another instance of `seq->tmp usage` is hack to distinguish strips to be shuffled, which is not covered by this patch. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D10321 |
Revision dbfde0f by Howard Trickey June 5, 2021, 21:17 (GMT) |
Exact Boolean: fix last commit: pass an arg by reference instead of value. |
Revision 8e43ef5 by Howard Trickey June 5, 2021, 18:31 (GMT) |
Exact Boolean: speed up when there are many separate components. Use bounding box tests quickly tell that two components cannot have a containment relation between each other. This change cut about 0.6s off a test with 25 big icospheres. |
Revision d2dc452 by Alexander Gavrilov June 5, 2021, 13:29 (GMT) |
Limit Rotation: add an Euler Order option. Since Limit Rotation is based on Euler decomposition, it should allow specifying the order to use for the same reasons as Copy Rotation does, namely, if the bone uses Quaternion rotation for its animation channels, there is no way to choose the order for the constraint. Ref D9626 |
Revision edaaa2a by Alexander Gavrilov June 5, 2021, 13:29 (GMT) |
Limit Rotation: explicitly orthogonalize the matrix before processing. Add a call to orthogonalize the matrix before processing for the same reasons as D8915, and an early exit in case no limits are enabled for a bit of extra efficiency. Since the constraint goes through Euler decomposition, it would in fact remove shear even before this change, but the resulting rotation won't make much sense. This change allows using the constraint without any enabled limits purely for the purpose of efficiently removing shear. Differential Revision: https://developer.blender.org/D9626 |
Revision 2cd1bc3 by Germano Cavalcante June 5, 2021, 12:49 (GMT) |
Revision 1a91246 by Campbell Barton June 5, 2021, 11:33 (GMT) |
BMesh: avoid extra faces-of-edges loop building partial update data |
Revision bcf9c73 by Campbell Barton June 5, 2021, 07:16 (GMT) |
Fix assert check in BLI_polyfill_beautify |
Revision 3c9c557 by Campbell Barton June 5, 2021, 07:13 (GMT) |
Fix assert in gpencil_batches_ensure |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021