March 20, 2020, 12:24 (GMT) |
Fix T74649: Outliner: Cannot set/clear parent with 'Keep Transforms' Parenting in the outliner via drang and drop would always happen without the 'Keep Transforms' option. Since this is often desired, this adds the ability to hold Alt for doing this to the drop action. Adding the hint to hold Alt to the operator name is not nice, but since the operator name is used for the UI, there doesnt seem to be a nicer way of doing this. If modifier keys are needed back for other actions, spawning a menu instead could be an alternative for the future. Maniphest Tasks: T74649 Differential Revision: https://developer.blender.org/D7120 |
March 20, 2020, 11:41 (GMT) |
improved file name parsing |
March 20, 2020, 11:36 (GMT) |
Alembic export: use the export subset feature of the AHI |
March 20, 2020, 11:34 (GMT) |
Abstract Hierarchy Iterator: allow exporting transforms OR shapes The Alembic exporter allows different sampling rates for transforms and for shapes. This is necessary, for example, to have control over motion blur: when only using rigid objects, it's enough to export sub-frame samples of transforms. |
March 20, 2020, 11:28 (GMT) |
Multires: Fix assert when removing modifier in edit mode It is not guaranteed that with Multires modifier existing there will be CD_MDISPS and CD_GRID_PAINT_MASK custom data layers. Fixes assert in the following scenario: - With default cube, go to edit mode - Add Multires modifier - Remove the Multires modifier |
March 20, 2020, 10:55 (GMT) |
March 20, 2020, 10:41 (GMT) |
Cleanup: USD test, renamed `created_writers` to `writing_writers` The map contains those writes whose `write()` method has been called, and thus the old name `created_writers` was incorrect. No functional changes. |
March 20, 2020, 10:21 (GMT) |
March 20, 2020, 09:48 (GMT) |
fix API doc generation after new `volume` entry in context... |
March 20, 2020, 09:42 (GMT) |
Fix T74154: Mantaflow crash: Baking data for domain type fluid on a plane. Added sanity check to prevent bakes from being triggered when there is no fluid object present. |
March 20, 2020, 09:22 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-alembic-exporter-T73363-ms2 |
March 20, 2020, 09:15 (GMT) |
Fix T74885: Stamped lens metadata is wrong when camera lens is animated The Lens metadata stamped on rendered images was wrong when the camera lens is animated. This was caused by the render pipeline passing the original camera to the metadata system, and not the evaluated camera. |
March 20, 2020, 08:50 (GMT) |
Multires: Disallow changing mode and quality after subdivision Avoids possible final object shape destruction since those options defines how displacement is applied and propagated. |
March 20, 2020, 06:47 (GMT) |
Fix T74811: GreasePencil Stereo Rendering When using grease pencil in a stereo rendering the grease pencil objects are only visible in the left eye. In the viewport it renders both. Issue is related that `DRW_render_gpencil` only renders a single view. But `DRW_render_to_image` renders all views. This patch puts this in a loop to render both eyes. Reviewed By: fclem Differential Revision: https://developer.blender.org/D7154 |
March 20, 2020, 06:43 (GMT) |
Fix T74643: Outline Overlay Shows Hidden Faces When in editmode faces can be hidden, but in object mode these faces are still visible. The flag if a face was hidden in edit mode is stored in object mode, but should not be used. The edge detection gpu batch did detect hidden faces and didn't add them to the draw batch. The edge detection gpu batch is used for workbench shadows, custom bone shapes and object outlines. This patch adds all faces to the edge detection batch. Reviewed By: fclem Differential Revision: https://developer.blender.org/D7157 |
March 20, 2020, 01:23 (GMT) |
Cleanup: clang-format, comment indentation |
March 20, 2020, 01:19 (GMT) |
Cleanup: sort file, struct lists |
March 20, 2020, 01:19 (GMT) |
Cleanup: remove old header conventions recently re-introduced |
March 19, 2020, 21:12 (GMT) |
Cleanup: remove debug print accidentally included in own previous commit. Thanks to @brecht for the heads up! |
March 19, 2020, 20:55 (GMT) |
UI: use consistent names in theme preferences and editors menu Differential Revision: https://developer.blender.org/D7087 |
|
|
|


Master Commits
MiikaHweb | 2003-2021