Revision cbbbb9d by Sergey Sharybin January 22, 2020, 14:34 (GMT) |
Fix wrong DNA alignment on arm{el,hf} and mipsel Technically, pointers are to be padded with followup pointer. |
Revision 6a49161 by Richard Antalik January 22, 2020, 14:06 (GMT) |
VSE: Tool system integration Add toolbar to sequencer regions. A bit of refactoring has to be done in RNA space. Currently there is only cut tool implemented to serve as template for anybody who would like to add more. |
Revision f559e39 by Julian Eisel January 22, 2020, 13:59 (GMT) |
Alembic & Collada: Show sidebar by default in file browser Importers/exporters should show the sidebar by default (if they have any settings). For some reason this was missing for the Alembic and Collada exporters. |
Revision ba8de85 by Julian Eisel January 22, 2020, 13:59 (GMT) |
PLY Import: Hide empty operator properties sidebar in file browser The sidebar is empty for the PLY importer, so better to hide it. |
Revision 3cb2126 by Campbell Barton January 22, 2020, 13:50 (GMT) |
install_deps.sh: fix ffmpeg package installation on Arch A blank space at the start of the string caused the list to be quoted as a single argument. |
Revision e790f4a by Campbell Barton January 22, 2020, 13:45 (GMT) |
install_deps.sh: define sections with overlines Over-lines are used in other large files (keymaps for e.g), using this add-hoc convention for sections make it easier to configure editors to jump between them (as I have locally). |
Revision 2b23629 by Campbell Barton January 22, 2020, 13:41 (GMT) |
install_deps.sh: use jack2 on Arch |
Revision a90c283 by Campbell Barton January 22, 2020, 13:41 (GMT) |
install_deps.sh: add debugging options Add USE_DEBUG_TRAP, USE_DEBUG_LOG for trapping errors and logging executed lines respectively. Handy for troubleshooting issues in the script. |
Revision fbe25ae by Campbell Barton January 22, 2020, 13:41 (GMT) |
Cleanup: adjust extend argument for tweak tool This isn't a type, name argument 'extend'. |
Revision d51760d by Richard Antalik January 22, 2020, 12:41 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision a60a623 by Richard Antalik January 22, 2020, 12:36 (GMT) |
Fix T69921: VSE - Waveforms unnecessary redrawn on offset change Waveform is freed in `sound_load_audio()` when sound length is `queried by BKE_sound_info_get()`. Add argument free_waveform, so `BKE_sound_info_get()` can skip waveform freeing, as it is not expected to alter sound. Reviewed By: sybren Differential Revision: https://developer.blender.org/D6053 |
Revision 96fa613 by Sebastián Barschkis January 22, 2020, 10:40 (GMT) |
Fix T73311: Mantaflow > Liquid: Enabling Initial Velocity on Inflow / Outflow crashes Blender |
Revision c4b5279 by Sebastián Barschkis January 22, 2020, 10:17 (GMT) |
Fix T72894: Mantaflow: several crashes due to null pointers Incorporated LazyDodo's suggestions from the task. |
Revision 908ed66 by Brecht Van Lommel January 22, 2020, 10:14 (GMT) |
Fix Blender DMG bundling for macOS failing on buildbot The change from D6462 caused a permission prompt. Setting the user and group UID appears unnecessary to fix the issue, so leave just the mode. |
Revision 69828cb by Campbell Barton January 22, 2020, 06:44 (GMT) |
UI: rename transparency to opacity Calling it transparency makes value seem inverted, resolves T73306. |
Revision 4099ad1 by Campbell Barton January 22, 2020, 06:30 (GMT) |
install_deps.sh: quiet warning in install_deps.sh The unquoted check gave a 'binary operator expected' warning. |
Revision a4cf2cf by Richard Antalik January 22, 2020, 01:07 (GMT) |
VSE: Add Adjust Last Operation panel to the video sequencer Add Adjust Last Operation panel to Sequencer. `OPTYPE_REGISTER` was removed form some operators and few properties were hidden So they don't show up on the panel Author: a.monti Reviewed By: ISS Differential Revision: https://developer.blender.org/D6210 |
Revision 0f7095f by Richard Antalik January 22, 2020, 00:41 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 3119a01 by Richard Antalik January 21, 2020, 23:59 (GMT) |
Fix T70415 100% proxy files playing with poor performance Refactor code to use `eSpaceSeq_Proxy_RenderSize` or corresponding `IMB_Proxy_Size` enum items directly. `SEQ_PROXY_RENDER_SIZE_100` has assigned value 99 to distinguish from `SEQ_PROXY_RENDER_SIZE_FULL`. This caused error in image size calculation and because of that image had to be scaled. Author: EitanSomething Reviewed By: ISS Differential Revision: https://developer.blender.org/D6368 |
January 21, 2020, 21:00 (GMT) |
|