Blender Git Loki

Kaikki Blender Git kommitit.

Page: 278 / 8462

September 1, 2021, 09:26 (GMT)
adaptive_cloth: squash unused parameters warnings in release mode

All unused parameter warnings in BKE_cloth_remesh.hh and
cloth_remesh.cc have been fixed either by adding a #ifndef NDEBUG
directive or by changing the code slightly.
September 1, 2021, 09:11 (GMT)
Merge branch 'master' into soc-2021-vse-strip-thumbnails
September 1, 2021, 08:48 (GMT)
LineArt: Restore in_front default on when add
September 1, 2021, 08:48 (GMT)
Cleanup: clang-format in Cycles X render scheduler
September 1, 2021, 08:29 (GMT)
Merge branch 'temp-lineart-contained' into lineart-shadow
September 1, 2021, 08:20 (GMT)
adaptive_cloth: AdaptiveMesh: verts of new sewing edge as preserve

Newly created sewing edges's verts should also be marked as preserve.
September 1, 2021, 07:28 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
September 1, 2021, 07:13 (GMT)
Cleanup: clang-tidy utfconv
September 1, 2021, 07:00 (GMT)
Cleanup: use doxygen sections in py_capi_rna.c
September 1, 2021, 06:58 (GMT)
Cleanup: Better names for eDRWColorManagement.

Names describe better what will be applied. Previous names were
extracted from the original code, that weren't accurately named.
September 1, 2021, 06:54 (GMT)
Cleanup: Use nullptr.
September 1, 2021, 06:50 (GMT)
Cleanup: use "pyrna_enum_*" prefix for RNA utility functions
September 1, 2021, 06:33 (GMT)
Cleanup: move RNA utility functions into a generic module

Avoid having to include bpy_rna.h for enum utility functions,
recently added to idprop_py_ui_api.c.
September 1, 2021, 06:09 (GMT)
Merge branch 'master' into soc-2021-curves
September 1, 2021, 06:06 (GMT)
Minor refactoring of curve pen
September 1, 2021, 05:24 (GMT)
BLI_string: return string length from BLI_string_flip_side_name

Useful for callers that need the string length.
September 1, 2021, 05:23 (GMT)
Fix errors pasting flipped names in the action editor

Use BLI_str_quoted_substr_range instead of in-line
quote extraction to resolve:

- Bone names containing quotes caused flip to fail.
- Missing NULL check if a matching quote could not be found.
September 1, 2021, 05:23 (GMT)
BLI_string: add BLI_str_quoted_substr_range

This is a similar funciton to BLI_str_quoted_substrN
that extracts the range of the quoted string
instead of allocating a new string un-escaped string.
September 1, 2021, 05:23 (GMT)
Cleanup: remove redundant strstr calls

Rely on BLI_str_quoted_substrN to detect if the prefix exists since
this function exists early there is no need to check before calling.
August 31, 2021, 19:49 (GMT)
USD import: 'preview' purpose material fallback

Added logic to explicitly query bound materials
with purpose 'preview', if querying 'allPurpse' bound
materials returns no result.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021