July 27, 2020, 16:34 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
July 27, 2020, 16:15 (GMT) |
Merge branch 'blender-v2.90-release' |
July 27, 2020, 16:12 (GMT) |
Fix T78308: Weight Transfer Operator "Deform Pose Bones" destination setting doesn't work. Some modes were working by mere chance in that ugly 'reversed' case, but the to/from selection modes were not properly swapped... Should also be safe for 2.83. |
July 27, 2020, 15:40 (GMT) |
Merge branch 'blender-v2.90-release' |
July 27, 2020, 15:39 (GMT) |
Fix T78306: Weight Transfer Operator target mesh doesn't update when transforming bones. Data transfer operator was missing tagging DEG for relations updates. Should be portable to 2.83 as well. |
July 27, 2020, 15:32 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.90-release' |
July 27, 2020, 15:29 (GMT) |
CMake: reject older GCC version when using precompiled Linux libraries In the situation where the precompiled libraries are used on Linux + GCC, a version of GCC older than 9.3 is guaranteed to cause problems. This just implents a fatal error message when we know it doesn't make sense to continue. We could do more checks and add some warnings, but it's very likely that these will be ignored amongst the other noise. Reviewed By: sergey, brecht Differential Revision: https://developer.blender.org/D8396 |
July 27, 2020, 15:12 (GMT) |
Particles: support Clamp node |
July 27, 2020, 15:03 (GMT) |
Cleanup: fixed compiler warning about `strncat` `strncat(command, "x", 1)` is the same as `strcat(command, "x")`, except that the latter form doesn't trigger a GCC warning. No functional changes. |
Revision 7afee45 by Antonio Vazquez (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) July 27, 2020, 14:53 (GMT) |
LineArt: Fix compiler warnings |
Revision 0dd6a76 by Antonio Vazquez (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) July 27, 2020, 14:49 (GMT) |
Merge branch 'master' into lanpr-under-gp |
July 27, 2020, 14:48 (GMT) |
Merge branch 'master' into soc-2020-fluid-tools |
July 27, 2020, 14:42 (GMT) |
Cleanup: remove outdated comment |
July 27, 2020, 14:35 (GMT) |
Functions: add some tests for virtual spans |
July 27, 2020, 14:26 (GMT) |
Particles: initial support for events and actions The following nodes work now (although things can still be improved of course): Particle Birth Event, Praticle Time Step Event, Set Particle Attribute and Execute Condition. Multiple Set Particle Attribute nodes can be chained using the "Execute" sockets. They will be executed from left to right. |
July 27, 2020, 14:18 (GMT) |
Merge branch 'blender-v2.90-release' |
July 27, 2020, 14:11 (GMT) |
Cycles: Enable OptiX on first generation Maxwell GPUs again |
July 27, 2020, 14:10 (GMT) |
Increase hard limit for Remesher octree depth Adding more precision to help making watertight objects to be printed. |
July 27, 2020, 13:49 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.90-release' |
July 27, 2020, 13:48 (GMT) |
Cleanup: Fix compiler warning about function without prototype No functional changes. |
|
|
|


Master Commits
MiikaHweb | 2003-2021