December 4, 2020, 16:13 (GMT) |
properly update attributes to remove stale data |
December 4, 2020, 15:57 (GMT) |
Atomics: Add 16 bit fetch + AND and fetch + OR signed integer operations I could use a 16 bit atomic fetch + AND for D9719. The alternative would be to turn a `short` into a `int` in DNA, which isn't a nice workaround. Also adds tests for the new functions. |
December 4, 2020, 15:49 (GMT) |
add support for subdivision meshes |
December 4, 2020, 15:45 (GMT) |
Fix API doc generation. BMesh auto-extracting API info does not support comments inside BMesh operators parameters definition. |
December 4, 2020, 15:43 (GMT) |
macOS deps: Support building clang tidy This patch builds clang-extra-tools on macOS for the clang-tidy binary. The script "run-clang-tidy.py" is also harvested because using the `CMAKE_C[XX]_CLANG_TIDY` option can miss out some files (like makesrna), and using the script is faster as it does not compile the files. Thanks to `@LazyDodo` for the base patch D8502. Reviewed By: LazyDodo, sebbas, #platform_macos Differential Revision: https://developer.blender.org/D9450 |
Revision cc2f90d by Julian Eisel December 4, 2020, 15:39 (GMT) |
Atomics: Add 16 bit fetch + AND and fetch + OR signed integer operations I could use a 16 bit atomic fetch + AND for D9719. The alternative would be to turn a `short` into a `int` in DNA, which isn't a nice workaround. Also adds tests for the new functions. |
December 4, 2020, 15:34 (GMT) |
Use new 16bit fetch+AND rather than changing DNA type |
December 4, 2020, 15:31 (GMT) |
Atomics: Add 16-bit fetch+AND and fetch+OR operations (signed) I could use a 16bit atomic fetch+AND for D9719. The alternative would be to turn a `short` into a `int` in DNA, which isn't a nice workaround. Also adds tests for the new functions. |
December 4, 2020, 15:31 (GMT) |
Transform: Don't use Automatic Constraint Plane in 2D editors Technically it shouldn't have any effect on these editors. The key tips in the header can be misleading. The effect it previously had was not intended. |
December 4, 2020, 15:31 (GMT) |
Cleanup: Deduplicate constraint event code |
December 4, 2020, 14:54 (GMT) |
i18n utils CLI: add missing RTL process command. |
Revision 5b66a07 by Sebastian Parborg (geometry-nodes-distribute-points, temp-geometry-nodes-distribute-points-cleanup) December 4, 2020, 14:53 (GMT) |
Fixed vertex weights not reading correctly when sharing input sockets |
Revision 3bd111a by Sebastian Parborg (geometry-nodes-distribute-points, temp-geometry-nodes-distribute-points-cleanup) December 4, 2020, 14:32 (GMT) |
Merge branch 'geometry-nodes' into geometry-nodes-distribute-points |
December 4, 2020, 14:14 (GMT) |
i18n utils: Add first version of the CLI wrapper around i18n tools. Plan is to use that in new 'buildbot' pipeline to automate generation of i18n files for Blender. |
December 4, 2020, 14:14 (GMT) |
i18n utils: Add a helper to list and match po files with languages codes. This code was previously done in the add-on, but we'll need it for the CLI tool as well, so now it is a utils generator instead. |
December 4, 2020, 14:14 (GMT) |
i18n utils : Reduce dependency to Blender bpy API, step 2. Remove some top imports of bpy, only import it in a few specific functions that only make sense when used whithin Blender anyway. |
December 4, 2020, 14:14 (GMT) |
i18n utils: reduce dependency to Blender bpy API, step 1. This involves re-implementing some of Blender-defined helpers in utils, we keep debug code to ensure those are still matching on behavior/results sides. This will allow to get more i18n tools independent from blender executable. |
December 4, 2020, 14:14 (GMT) |
i18n utils: Cleanup. |
December 4, 2020, 14:03 (GMT) |
Cleanup: Declare variables where initialized |
December 4, 2020, 14:01 (GMT) |
Cleanup: Use typedef for button string info type Before, it wasn't clear what the int in `uiStringInfo` was supposed to store. Using a typedef can make this someone more explicit. |
|
|
|


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