June 14, 2019, 15:35 (GMT) |
Fix T65630: Paste pose doesn't work with motion paths enabled |
June 14, 2019, 15:35 (GMT) |
Fix pose copy storing action/animation in copybuffer |
June 14, 2019, 15:26 (GMT) |
Fix T65632: Connected Proportional Editing is affected by Curve Object's Local Scale Make curve vertex distance take into account the object scale. |
June 14, 2019, 15:23 (GMT) |
Cloth: start implementation of updating cloth with new vertices Idea is to flag all the newly created vertices. After all of the remeshing, create a new Cloth and add all the flagged vertices as well, switch out old Cloth for new Cloth. This is done because it seems harder to update the Cloth every time a new vertex is formed, would be easier to flag those vertices in BMesh and update the Cloth after the fact. Currently added support to find the new ClothVertex's values. Some design via comments added. |
Revision 0cf565a by Sybren A. Stüvel June 14, 2019, 14:41 (GMT) |
Abstracted hierarchy walking of Alembic exporter |
June 14, 2019, 14:20 (GMT) |
Eevee: Fix Contact shadows with Translucent BSDF |
June 14, 2019, 14:20 (GMT) |
June 14, 2019, 13:02 (GMT) |
OpenVDB: Make "simplify" available for render |
June 14, 2019, 13:02 (GMT) |
Cycles: Fixed OpenVDB path names, there was a possible memory corruption when generating the absolute path to a VDB file. |
June 14, 2019, 13:01 (GMT) |
Cycles: More work on OpenVDB rendering. Moved it out of ImageManager to a VolumeManager. Added custom transforms to OpenVDB to swap and mirror XYZ. |
June 14, 2019, 12:42 (GMT) |
[Fast import/export] Refactored iterators and added code to test copying data |
Revision 54d875e by Sybren A. Stüvel June 14, 2019, 12:24 (GMT) |
Start of abstract hierarchy iterator for exporters |
June 14, 2019, 11:49 (GMT) |
Cycles: First attempts at making OpenVDB modifier show up in render |
June 14, 2019, 11:37 (GMT) |
Fix T65803: MPEG4 unsupported timebase denominator - MPEG4/DivX has a maximum value of 65535 for the timebase denominator. - MPEG1 and 2 have a list of supported frame rate ratios. These use ratios like 24000/1001 and need those exact numbers. This fixes an issue introduced in c5b1e7cd4e86f9aff010fa84192d783b895ce6c7 where the correct ratio was passed to FFmpeg, but not with the identical numbers FFmpeg has in a lookup table. |
Revision 8f7c486 by Sybren A. Stüvel June 14, 2019, 10:09 (GMT) |
Breaking stuff |
June 14, 2019, 08:49 (GMT) |
Fix T65763: Reset GPU when exporting annotations When exporting annotations using `bpy.ops.render.opengl` the annotations where only correct in the first frame. In the second frame the annotations was shifted by half the resolution. This change will reset the GPU matrices when the annotations are rendered. |
Revision df385eb by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 14, 2019, 08:12 (GMT) |
Merge branch 'master' into greasepencil-object |
June 14, 2019, 05:15 (GMT) |
Partial revert of "Theme: Blender Light update" Partially reverts commit 3b58bf3c7ebc1c6aaea98678ea4d462d9191007a Green highlights aren't as bright as yellow/orange & were reverted for the default theme, do the same for the light theme. |
June 14, 2019, 04:51 (GMT) |
Theme: Update Blender Light |
June 14, 2019, 03:56 (GMT) |
Cleanup: remove developer panel Defined whole panel for a single checkbox which is hidden by default. |
|