July 31, 2020, 16:20 (GMT) |
Merge branch 'blender-v2.90-release' |
July 31, 2020, 16:20 (GMT) |
Fix T78884: GPencil weight paint crash when painting over modifier generated points The weight must be added only to the real points, not to the autogenerated points by modifiers. This affects, not only to subdivide, but to any modifier that generate points. |
July 31, 2020, 15:58 (GMT) |
GPencil: Add a SVG group level for object |
Revision d84ba71 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) July 31, 2020, 15:43 (GMT) |
LineArt: Memory utility changed to size_t instead of int. |
July 31, 2020, 15:42 (GMT) |
Fluid: Fix for Python pointer update (flickering in smoke/fire issue) In f2b04302cdec the pointer update was refactored. It was sufficient to update pointers just in replay mode at the end of a step since the 'ensure()' functions from manta_fluid_API.cpp had their own pointer update call. These were removed in 51f4bee5a5d7, however, and so in order to still have some sort of update, the given update call needs to be available to all cache types. |
July 31, 2020, 15:40 (GMT) |
GPencil: Change default File dialog to Files |
July 31, 2020, 15:36 (GMT) |
GPencil: Add wait cursor while exporting to SVG |
July 31, 2020, 15:34 (GMT) |
Deps builder: Add support for building GMP Required for the new boolean code, disabled by default until all platforms have landed the libs and the boolean code actually lands in master. Reviewed By: brecht Differential Revision: https://developer.blender.org/D8384 |
July 31, 2020, 15:32 (GMT) |
GPencil: Check if line is thickness equal for all points for SVG export |
July 31, 2020, 15:23 (GMT) |
GPencil: Handle Stroke opacity in SVG export Also removed stroke for filled areas is the stroke is disabled |
July 31, 2020, 14:51 (GMT) |
GPencil: Add SVG vertex color export limitted support It's impossible export vertex color, so an average color is used. |
July 31, 2020, 14:46 (GMT) |
Merge branch 'blender-v2.90-release' |
July 31, 2020, 14:39 (GMT) |
Fix T79111: Cycles: Image Sequence not rendering Caused by c7aa0f9d743ee9cafe91b4a51d9f1ecc5e437d71. Since above commit, BKE_image_user_frame_calc requires an image (not just the iuser) to get the framenumber. Cycles used to call this with NULL image (in `image_user_file_path` and `image_user_frame_number`), now pass the image as well. Maniphest Tasks: T79111 Differential Revision: https://developer.blender.org/D8439 |
July 31, 2020, 14:32 (GMT) |
Fluid: Cleanup and improved readability A collection of multiple changes that had been living in my stash: - Use nullptr instead of NULL in C++ files - Removed unused/deprecated functions from headers - Cleared animatable flag in cache UI - Comment cleanups |
July 31, 2020, 14:32 (GMT) |
Fluid: Refactored Python fluid initialization functions Initialization functions now have a return type which will be asserted during fluid object creation. |
July 31, 2020, 14:32 (GMT) |
Fluid: Refactored Python pointer update function Use static_cast() where possible and refresh pointers for every frame when in replay mode. The latter is particularly important as this seems to have caused the issue where smoke in the viewport was flickering when loading data from pointers after loading them from disk for the frame before (e.g. when resuming a bake job). |
July 31, 2020, 14:25 (GMT) |
Merge branch 'blender-v2.90-release' |
July 31, 2020, 14:24 (GMT) |
Fix T78600: Crash when transforming doubles with mirroring on `EDBM_verts_mirror_cache_begin_ex` could do a better work avoiding these duplicates, but this is a separate problem. |
July 31, 2020, 14:11 (GMT) |
GPencil: Remove Styles from SVG There are so many exceptions that is better avoid the use of styles. |
July 31, 2020, 14:03 (GMT) |
Cleanup: Naming and refactoring updates in fluid display tools |
|
|
|


Master Commits
MiikaHweb | 2003-2021