July 4, 2021, 01:19 (GMT) |
USD skel export: remove unused code. |
July 3, 2021, 20:01 (GMT) |
USD export: correctly apply UsdSkelBindingAPI. Now calling UsdSkelBindingAPI::Apply() to instantiate a valid API, to fix incorrect usage. |
July 3, 2021, 16:43 (GMT) |
Remove accidentally committed test script. |
July 3, 2021, 16:29 (GMT) |
Changed socket validation to work on full types. The socket validation function in `bNodeTreeType` now works on the `bNodeSocketType` rather than just the (legacy) integer base type. This allows custom node trees (python nodes) to check for their own socket types, which could not otherwise be distinguished (all custom socket types map to the SOCK_CUSTOM base type). The registerable RNA method `valid_socket_type` of node trees remains unchanged to avoid breaking the API. There is now an alternative `valid_socket_type_full` method which takes the idname instead of the old integer enum. If `valid_socket_type_full` is defined then `valid_socket_type` is ignored. The socket_change_type operator now uses idnames as well, filtering out all types that are unsupported by the tree as well as subtype specializations. |
July 3, 2021, 15:41 (GMT) |
Merge branch 'master' into greasepencil-object |
July 3, 2021, 15:15 (GMT) |
GPencil: Fix bug in previous commit with Scale |
July 3, 2021, 15:05 (GMT) |
GPencil: Test weight in Offset Randomize Test using the vertex weight to modulate randomness |
July 3, 2021, 14:59 (GMT) |
adaptive_cloth: tests: Mesh to MeshIO, include only valid normals and uvs |
July 3, 2021, 14:57 (GMT) |
cmake: use harvested 'wayland-protocols' if system version is insufficient |
July 3, 2021, 14:41 (GMT) |
debug wlp version find |
July 3, 2021, 14:41 (GMT) |
check WAYLAND_PROTOCOLS_DIR |
July 3, 2021, 14:40 (GMT) |
cmake: use harvested 'wayland-protocols' if system version is insufficient |
July 3, 2021, 14:40 (GMT) |
cmake: add 'wayland-protocols' to 'make deps' |
July 3, 2021, 14:24 (GMT) |
check WAYLAND_PROTOCOLS_DIR |
July 3, 2021, 14:24 (GMT) |
Knife: Moved constrained angle mode to 'A' and moved cut through to 'C' This change keeps the knife tool default modal key mappings more centered towards the left side of the keyboard, improving the workflow of the tool. |
July 3, 2021, 14:21 (GMT) |
debug wlp version find |
July 3, 2021, 14:01 (GMT) |
debug wlp version find |
July 3, 2021, 14:01 (GMT) |
test wlp version check |
July 3, 2021, 13:45 (GMT) |
cmake: use harvested 'wayland-protocols' if system version is insufficient |
Revision aa141c5 by Christian Rauch July 3, 2021, 13:38 (GMT) |
test wlp version check |
|