Revision 152bd43 by Jacques Lucke (attribute-accessor, geometry-nodes, geometry-nodes-active-modifier-drawing, geometry-nodes-attribute-nodes, geometry-nodes-deduplicate-float-math, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup, temp-modifiers-instancing) November 2, 2020, 10:44 (GMT) |
Merge branch 'master' into geometry-nodes |
November 2, 2020, 10:41 (GMT) |
Re-enable WITH_COMPILER_SHORT_FILE_MACRO, fix build error. The issue was in `buildinfo.c`: char build_c[xx]flags[] = BUILD_C[XX]FLAGS; Non-escaped double-quotes were terminating the string early, and causing the compile error. So use single-quotes. |
Revision 3e9823a by Sybren A. Stüvel (temp-T82156-parenting-and-constraints) November 2, 2020, 10:16 (GMT) |
Cleanup: Sanitise return value of `ED_object_parent_set()` Return `false` from `ED_object_parent_set()` when parent and child are the same object. This would break the parenting operator, as returning `false` stops its loop over all selected objects. This tight coupling caused T82312. The loop now has its own check for this, so that it properly continues, and the implementation of `ED_object_parent_set()` is decoupled from its surrounding code. No functional changes. |
November 2, 2020, 10:15 (GMT) |
Turn off WITH_COMPILER_SHORT_FILE_MACRO temporarily. It's causing build errors on compilers that I don't have. Turn it off while I fix them. Added in {rB1daa3c3f0a1cfd74bef527e0207f38154e591d46}. |
November 2, 2020, 10:06 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.91-release' |
November 2, 2020, 10:00 (GMT) |
Revert "Parenting: fix return value when parenting object to itself" This reverts commit ad35fa1993a49f663f782af1c9c41640e94b7eb8, it had unintended side-effects (T82312). |
November 2, 2020, 09:42 (GMT) |
Clang/GCC: use relative path in __FILE__ macro This change removes the user-specific information from macros like `__FILE__` and keeps it relative to top level source or build (for generated files) directory. It makes traces concise. Added option `WITH_COMPILER_SHORT_FILE_MACRO` enabled by default. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D9386 |
November 2, 2020, 09:11 (GMT) |
Revert "Parenting: fix return value when parenting object to itself" This reverts commit ad35fa1993a49f663f782af1c9c41640e94b7eb8, it had unintended side-effects (T82312). |
Revision 2ff102e by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) November 2, 2020, 08:40 (GMT) |
LineArt: reduce chaining_geometry_threshold to 0.01 to reduce small bleedings in a typical scene. |
November 2, 2020, 08:33 (GMT) |
Cleanup: use logging for "Found bundled Python" message This was added when Python was initially bundled so any problems finding Python could be investigated. Move this to use logging so we can show this information when needed. |
November 2, 2020, 06:09 (GMT) |
Cleanup: remove unused FileList.prv_w/h |
November 2, 2020, 05:49 (GMT) |
Fix incompatible pointer types warning with GCC |
Revision dc96fdd by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) November 2, 2020, 01:46 (GMT) |
LineArt: Support line preview in edit mode. |
Revision 6f8ebd5 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) November 2, 2020, 01:21 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
November 2, 2020, 00:25 (GMT) |
fix compile errors |
November 1, 2020, 23:53 (GMT) |
remove update flags changes |
November 1, 2020, 23:31 (GMT) |
Merge branch 'cycles_optix_refit' into cycles_procedural_api |
November 1, 2020, 23:29 (GMT) |
Merge branch 'cycles_socket_api' into cycles_procedural_api |
November 1, 2020, 23:26 (GMT) |
Merge branch 'master' into cycles_socket_api |
November 1, 2020, 23:25 (GMT) |
format |
|
|
|


Master Commits
MiikaHweb | 2003-2021