June 25, 2019, 14:08 (GMT) |
Fix related to T65963: Ctest: Failing test script_load_keymap passes. Fix things to make test actually fail as expected (one cannot compare functions to strings, so no more sorting for now). Not sure how to actually fix the test though, not even sure test make any sense anymore actually, with all those weirdo gizmos and tools keymaps thingy... |
June 25, 2019, 14:08 (GMT) |
June 25, 2019, 14:02 (GMT) |
USD: be more selective about what to export each frame To prevent too large USD files, we now have a bit of a framework to only write data on the first frame for non-animated objects. This needs more work, though, as it can be made more selective. |
June 25, 2019, 14:00 (GMT) |
USD: Initial support for exporting animated data Mesh and transform animation are now written when passing `animation=True` to the export operator. There is no inspection of whether an object is actually animated or not, so this will likely export too much information (each mesh is written for each frame in the scene). The administration of which timecode to use for the export is left to the file-format-specific concrete subclasses of `AbstractHierarchyIterator`; the abstract iterator itself doesn't know anything about the passage of time. |
June 25, 2019, 13:32 (GMT) |
Synced Selection: Fix syncing not working Removing some changes that were supposed to address extending the selection, but they were preventing the replace selection from behaving properly. |
June 25, 2019, 12:58 (GMT) |
USD: Commented-out most debug prints Things are starting to work, so the debug prints aren't necessary any more. They will be completely removed at some point, but I'm keeping them in the code for now so that I can quickly enable them when necessary. No functional changes. |
June 25, 2019, 12:55 (GMT) |
Preferences: changes to navigation gizmo - Add 'Navigation Buttons' preference, used for 2D views (previously this couldn't be disabled). - Add "Off" option for 3D view axis. - Support minimal axis with navigation buttons. |
June 25, 2019, 12:53 (GMT) |
BKE_anim: added comment to explain the matrix `DupliObject.mat` `DupliObject.mat` contains the world matrix of the duplicated object, and this knowledge is now available in a comment. |
June 25, 2019, 12:26 (GMT) |
Cloth: initial steps towards collapse edges |
June 25, 2019, 12:23 (GMT) |
Fix: Remove 'Separate Images' from Sequencer Movie options Separate Images does not have any effect on Movie strips, so this removes this option from the Movie menu. Author: Peter Fog Differential Revision: https://developer.blender.org/D5130 |
June 25, 2019, 12:10 (GMT) |
Use prop_factor instead of prop_percentage for Sequencer text placement Since it goes from 0-1 and not 0-100. |
June 25, 2019, 12:06 (GMT) |
Sequencer: Fix missing icons for text alignment Now is consistent with Text objects Also fix wrong unit for text placement and tooltip- |
June 25, 2019, 12:00 (GMT) |
GPencil: Add Lattice modifier when use Ctrl+P to Lattice Deform When parent a Grease Pencil object to Lattice, automatically a Lattice modifier is added. |
June 25, 2019, 10:32 (GMT) |
Fix T63921: Unable to use confirm on release for keyboard shortcuts The issue was that we were still working around a Xorg bug that has been solved since a very long time: https://bugs.freedesktop.org/show_bug.cgi?id=22515 The second issue was that the global "confirm on release for mouse clicks" was used for keyboard shortcuts as well. Reviewed By: Campbell Differential Revision: https://developer.blender.org/D5128 |
Revision d6eeb65 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 09:43 (GMT) |
LANPR: all the if() statements now use {} brackets. |
June 25, 2019, 09:37 (GMT) |
Compress macOS DMG background image From 2.3 mb to 34 kb Required adjusting background color. Also fixed blurry Blender logo. |
Revision 52e35cd by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 09:26 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 47d04c4 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 08:54 (GMT) |
LANPR: Added collection target and related options. |
Revision 5a4dd8f by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 08:21 (GMT) |
LANPR: make format |
Revision ce48510 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 08:18 (GMT) |
LANPR: Added collection tab and put collection specific LANPR settings in it. |
|