December 16, 2020, 07:33 (GMT) |
BLI: constexpr Span, IndexRange, StringRef(Null/Base) Motivated by `std::string_view` being usable in const (compile-time) context. One functional change was needed for StringRef: `std::char_traits<char>::length(str)` instead of `strlen`. Reviewed By: JacquesLucke, LazyDodo Differential Revision: https://developer.blender.org/D9788 |
December 16, 2020, 07:23 (GMT) |
Removed unused variable modifier_copy |
December 16, 2020, 07:02 (GMT) |
Cleanup: pep8 |
December 16, 2020, 05:35 (GMT) |
December 16, 2020, 05:26 (GMT) |
Cleanup: sort struct blocks |
December 16, 2020, 05:25 (GMT) |
Cleanup: remove redundant struct declarations |
December 16, 2020, 05:13 (GMT) |
Cleanup: clang-format |
December 16, 2020, 05:12 (GMT) |
Cleanup: use static declarations |
December 16, 2020, 03:19 (GMT) |
Add function to copy RNA UI data from one group's properties to another's |
December 16, 2020, 03:18 (GMT) |
Remove use of "_RNA_UI" |
December 15, 2020, 23:20 (GMT) |
Fix warnings introduced in previous commit |
December 15, 2020, 22:50 (GMT) |
VSE: Add Overlay popover panels Add panels with overlay settings for strips and preview and overlay enable/disable button. Entries from the View menus moved to the overlay panels, which will simplify cluttered View menus. Additional options have been added: - Strip Name - Strip Source(ex. path) - Strip Duration So users can now select what info they need to see on the strips. When No text is displayed, waveforms are drawn in full height. Reviewed By: ISS, HooglyBoogly, pablovazquez Differential Revision: https://developer.blender.org/D9751 |
December 15, 2020, 22:34 (GMT) |
Add IDP_ui_data_type helper function, use switch statements |
December 15, 2020, 22:03 (GMT) |
cleanup |
December 15, 2020, 21:59 (GMT) |
make test slightly more complex |
December 15, 2020, 21:58 (GMT) |
cleanup and fixes |
December 15, 2020, 21:31 (GMT) |
Merge branch 'master' into greasepencil-object |
December 15, 2020, 21:30 (GMT) |
VSE: Reorder Tools in Sequencer/Preview When in Sequencer/Preview mode, the Sampler was on top, which normally is the place of Select, and Annotation seems to be after Sampler in the bottom in the various editors. Reviewed By: ISS Differential Revision: https://developer.blender.org/D9821 |
December 15, 2020, 21:30 (GMT) |
VSE: Paste strips after playhead by default Paste copied strips after playhead, because this is more intuitive. Previous functionality is still available by enabling "Keep Offset" property, or under shortcut Ctrl+Shift+V. Reviewed By: ISS Differential Revision: https://developer.blender.org/D9734 |
December 15, 2020, 21:29 (GMT) |
GPencil: Improve interpolation of strokes with unequal lengths Use the BKE_gpencil_stroke_uniform_subdivide function to subdivide strokes before interpolation. When the target/source stroke is smaller than the other stroke, it is subdivided until the lengths match. This improves the overall quality of the interpolation of different sized strokes. Before/After video: {F9511779} Reviewed By: #grease_pencil, antoniov, pepeland, mendio Differential Revision: https://developer.blender.org/D9839 |
|
|
|


Master Commits
MiikaHweb | 2003-2021