Revision a8852ad by Antonio Vazquez April 16, 2019, 11:09 (GMT) |
GPencil: New Normalize Weights operator This works similar to mesh operator, but using Stroke and Points data. |
Revision 31c2e69 by Campbell Barton April 16, 2019, 10:36 (GMT) |
CMake: remove BLENDER_SORTED_LIBS Use CMake's target_link_libraries instead of manually maintaining library dependencies in a single list. In practice adding new libraries often ended up being guess-work, now each library lists the libraries it uses. This was used for the game player executable so libraries could optionally link to stubs. If we need this functionality it can be done using target-properties as described in T46725. |
April 16, 2019, 10:35 (GMT) |
CMake: fix WIN32 linking without sorted libs |
Revision 758bb8c by Campbell Barton April 16, 2019, 10:09 (GMT) |
Clenaup: odd use of ternary operators |
Revision f37a27b by Campbell Barton April 16, 2019, 10:01 (GMT) |
Cleanup: comment |
Revision c9b8db7 by William Reynish April 16, 2019, 09:01 (GMT) |
Industry Compat Keymap: Use F-keys for viewpoints Following user suggestion - Similar to some apps - Works better on laptops and desktops without numpads - Also fix some small inconsistencies with select more/less in Dopesheet |
Revision 0d686cc by Antonio Vazquez April 16, 2019, 08:04 (GMT) |
GPencil: Disable G/R/S transformations in Sculpt and Weight Paint mode These transformations must be only available in Object and Edit mode. Reviewed by: @mendio @pepeland |
Revision 777446e by Philipp Oeser April 16, 2019, 07:38 (GMT) |
Fix T63492: CTRL+click on an image in a UV or Image Editor crashes Blender Crash was introduced in rB48e48653c297, rB90f4ff95ed3a `image_sample_invoke` is used for both `IMAGE_OT_sample` and `IMAGE_OT_curves_point_set`. IMAGE_OT_curves_point_set didnt have property `size` defined... Now defines `size` for `IMAGE_OT_curves_point_set` as well Reviewers: brecht Maniphest Tasks: T63492 Differential Revision: https://developer.blender.org/D4675 |
Revision 8a9b5e6 by Campbell Barton April 16, 2019, 07:15 (GMT) |
Fix T63642: Light Probe object.data defined as UNKNOWN |
Revision a948147 by Campbell Barton April 16, 2019, 07:01 (GMT) |
Fix T63646: Box/Lasso select fails to de-select Select 'New' wasn't de-selecting when there was nothing selected in some cases. |
Revision edc1b01 by Campbell Barton April 16, 2019, 06:07 (GMT) |
CMake: add libs needed for gtests |
Revision 2f94b17 by Campbell Barton April 16, 2019, 05:35 (GMT) |
Cleanup: move motion paths into editors/animation Having this in blenkernel caused bad level calls to bf_editors_anim, causing tests that use 'blenkernel' to require almost all libraries. (complicating gtest linking & causing large binaries). |
Revision 5498e7f by Campbell Barton April 16, 2019, 04:20 (GMT) |
CMake: add library deps to CMakeLists.txt Tested to work on Linux and macOS. This will be enabled once all platforms are verified. See D4684 |
Revision 813e470 by Campbell Barton April 16, 2019, 04:15 (GMT) |
CMake: cleanup, arg rename, add definitions last |
April 16, 2019, 04:10 (GMT) |
CMake: re-order openvdb/osl linking Needed for building without sorted libs. |
Revision 9412065 by Campbell Barton April 16, 2019, 03:51 (GMT) |
Fix DDS failure ignoring message argument |
Revision db80d5c by Brecht Van Lommel April 16, 2019, 01:41 (GMT) |
Fix T62852: crash reading corrupt DDS file. |
Revision 6a50a3d by Brecht Van Lommel April 16, 2019, 01:03 (GMT) |
Fix T63346: Cycles OSL shader with closure not working in final render. |
Revision 3d744df by Brecht Van Lommel April 16, 2019, 00:29 (GMT) |
Fix T63562: wrong viewport updates after editing group node sockets |
April 16, 2019, 00:16 (GMT) |
Fix T63401: add Object (Without Inverse) to Set Parent menu Previously it was bound to a shortcut. Differential Revision: https://developer.blender.org/D4673 |
|
|
|


Master Commits
MiikaHweb | 2003-2021