Page MenuHome

Alessio Monti di Sopra (a.monti)
User

Projects

User does not belong to any projects.

User Details

User Since
Jun 26 2018, 2:13 PM (241 w, 3 d)

Recent Activity

Nov 11 2022

AnityEx (AnityEx) awarded T93055: UI: sidebar tabs look for region overlap editors a Y So Serious token.
Nov 11 2022, 4:46 PM · BF Blender (3.3), User Interface

May 16 2022

Pablo Vazquez (pablovazquez) awarded D13858: UI: Unify drawing style of UILists and Tree row buttons. a Love token.
May 16 2022, 11:58 AM · User Interface

Feb 28 2022

Alessio Monti di Sopra (a.monti) added a comment to T96074: Remove redundant linked & library override icons.

Also, the RESTRICT_INSTANCED_OFF icon looks like thicker version of the linked icon. It and its RESTRICT_INSTANCED_ON counterpart are not used.

Ah, rB777a546c0c7 seems like those were designed for before the "restrict viewport" was a thing, they never even reached 2.80.

Feb 28 2022, 4:51 PM · User Interface

Feb 8 2022

Alessio Monti di Sopra (a.monti) added a comment to D13081: UI: 2D cursor as a separate overlay option in the Image Editor.

Noticed some additional issues, suggest fewer changes P2782.
@Alessio Monti di Sopra (a.monti) do you see any issues with this change? If not, I'll update the patch and commit this.

Feb 8 2022, 9:19 AM · User Interface

Feb 7 2022

Alessio Monti di Sopra (a.monti) updated the diff for D13081: UI: 2D cursor as a separate overlay option in the Image Editor.
  • removed the ui reordering part, and placed the property inside the existing IMAGE_PT_overlay_image panel
Feb 7 2022, 11:14 AM · User Interface

Feb 5 2022

Alessio Monti di Sopra (a.monti) updated the diff for D13858: UI: Unify drawing style of UILists and Tree row buttons..
  • added the missing bit to make the highlighting work when hovering overlapped buttons in uiLists
Feb 5 2022, 12:26 PM · User Interface

Feb 4 2022

Pablo Vazquez (pablovazquez) awarded D13081: UI: 2D cursor as a separate overlay option in the Image Editor a Like token.
Feb 4 2022, 11:10 AM · User Interface

Feb 1 2022

Alessio Monti di Sopra (a.monti) abandoned D12971: UI: Remove blank space between tabs and panels in the sidebar.
Feb 1 2022, 4:28 PM · User Interface

Jan 30 2022

Alessio Monti di Sopra (a.monti) updated the diff for D13858: UI: Unify drawing style of UILists and Tree row buttons..

Actually, it's probably better to just update the patch with that mentioned change included, so that it's clearer what I mean.

Jan 30 2022, 6:45 PM · User Interface
Alessio Monti di Sopra (a.monti) added a comment to D13858: UI: Unify drawing style of UILists and Tree row buttons..

The above (roughly) matches what is happening for ui_handle_tree_hover, but a bit simpler. But still didn't work. LOL.

No idea.. What I did instead is to expand that function to include both the list and tree cases while keeping the same logic and, it doesn't work.
The only thing I noticed in debug is that the function gets executed a lot of times in a row with different "events" and slightly different cursor positions. Not sure if that is expected, as I'm definitely not familiar with that.

Jan 30 2022, 1:06 PM · User Interface

Jan 29 2022

Alessio Monti di Sopra (a.monti) updated subscribers of D13858: UI: Unify drawing style of UILists and Tree row buttons..
  • This needs versioning code so the highlight color works for preferences saved in earlier versions, see do_versions_theme().
Jan 29 2022, 9:29 PM · User Interface

Jan 17 2022

Alessio Monti di Sopra (a.monti) requested review of D13858: UI: Unify drawing style of UILists and Tree row buttons..
Jan 17 2022, 6:58 PM · User Interface

Dec 18 2021

Alessio Monti di Sopra (a.monti) created P2672 TreeView row highlight.
Dec 18 2021, 11:33 AM

Dec 16 2021

Alessio Monti di Sopra (a.monti) edited projects for T93055: UI: sidebar tabs look for region overlap editors, added: BF Blender (3.1); removed BF Blender (3.0).
Dec 16 2021, 1:34 PM · BF Blender (3.3), User Interface

Dec 14 2021

Alessio Monti di Sopra (a.monti) updated the diff for D13451: UI: Fix nodes sockets alignment.
  • update to the current state of master
Dec 14 2021, 10:10 PM
Alessio Monti di Sopra (a.monti) planned changes to D13451: UI: Fix nodes sockets alignment.
Dec 14 2021, 12:23 AM

Dec 13 2021

Alessio Monti di Sopra (a.monti) added inline comments to D13451: UI: Fix nodes sockets alignment.
Dec 13 2021, 10:56 AM

Dec 10 2021

Alessio Monti di Sopra (a.monti) updated the diff for D13481: [WIP] UI: Change icon buttons width to be even with layout->align.

Bring back the new UI_BUT_ALIGN_IS_FIRST flag.

Dec 10 2021, 1:38 PM

Dec 9 2021

Alessio Monti di Sopra (a.monti) updated the diff for D13481: [WIP] UI: Change icon buttons width to be even with layout->align.

Simplifed and moved the logic away from ui_text_icon_width_ex()

Dec 9 2021, 11:28 PM
Alessio Monti di Sopra (a.monti) updated the diff for D13081: UI: 2D cursor as a separate overlay option in the Image Editor.

Update to current state of master

Dec 9 2021, 11:40 AM · User Interface

Dec 8 2021

Alessio Monti di Sopra (a.monti) added a comment to D13486: Expose the "mute" property of the node on sidebar in Node Editor.

Hi, have you considered doing something similar to what we have in the video sequencer for the toggle placement?

Dec 8 2021, 10:20 AM · Nodes

Dec 7 2021

Alessio Monti di Sopra (a.monti) created T93829: Regression: Text jumping in the headers while scaling editors.
Dec 7 2021, 5:56 PM · User Interface, BF Blender

Dec 6 2021

Alessio Monti di Sopra (a.monti) updated the diff for D13451: UI: Fix nodes sockets alignment.
  • make variables constants
Dec 6 2021, 8:20 PM
Alessio Monti di Sopra (a.monti) added a comment to D13481: [WIP] UI: Change icon buttons width to be even with layout->align.

@Yevgeny Makarov (jenkm) It seems logical that we should change buttons coordinates somewhere in one place. The question is where.

One place could be just after ui_block_align_calc() in interface.c. If we could do it there, a simple function that moves all the buttons to the left and then the block half way to the right might work, but I don't know if it's possible to check for the layout flags there.

Dec 6 2021, 8:10 PM
Alessio Monti di Sopra (a.monti) updated the summary of D13451: UI: Fix nodes sockets alignment.
Dec 6 2021, 7:53 PM
Alessio Monti di Sopra (a.monti) updated the diff for D13481: [WIP] UI: Change icon buttons width to be even with layout->align.
  • cleanup
  • comments
Dec 6 2021, 1:07 PM

Dec 5 2021

Stig Oskar (Stig) awarded T93055: UI: sidebar tabs look for region overlap editors a Love token.
Dec 5 2021, 11:22 PM · BF Blender (3.3), User Interface
Alessio Monti di Sopra (a.monti) requested review of D13481: [WIP] UI: Change icon buttons width to be even with layout->align.
Dec 5 2021, 11:12 PM

Dec 2 2021

Alessio Monti di Sopra (a.monti) added a comment to D13156: UI: Don't use different active color for icons without an emboss.

This looks reasonable, I just wonder if adding a new widget type is the best way to handle that. I don't really know what the alternative would like like, but maybe a check in the existing UI_WTYPE_ICON?

Dec 2 2021, 2:58 PM · User Interface
Alessio Monti di Sopra (a.monti) added a reviewer for D13451: UI: Fix nodes sockets alignment: Hans Goudey (HooglyBoogly).
Dec 2 2021, 2:27 PM
Alessio Monti di Sopra (a.monti) requested review of D13451: UI: Fix nodes sockets alignment.
Dec 2 2021, 2:26 PM
Alessio Monti di Sopra (a.monti) created P2636 (An Untitled Masterwork).
Dec 2 2021, 1:45 PM

Nov 30 2021

Alessio Monti di Sopra (a.monti) updated the diff for D13156: UI: Don't use different active color for icons without an emboss.

Better comments

Nov 30 2021, 11:34 AM · User Interface

Nov 29 2021

Alessio Monti di Sopra (a.monti) added a comment to D13396: UI: Paste 3D Cursor Loc/Rot into vector button..

@Erindale (Erindale) if you pin the cursor panel then this gets quite fast, you still need to go to the 3d view to place the cursor, so at worst you loose a couple of seconds to press N and scroll to the top of the panels, if you're not already on the top; (providing that copy/pasting the whole vector becomes the default with ctrl+c on hover, and that this gets properly publicised in the release notes).

Nov 29 2021, 2:12 PM · User Interface

Nov 28 2021

Alessio Monti di Sopra (a.monti) added a comment to D13396: UI: Paste 3D Cursor Loc/Rot into vector button..

You can with Alt-Ctrl-C / Alt-Ctrl-V.

Nov 28 2021, 12:25 PM · User Interface
Alessio Monti di Sopra (a.monti) added a comment to D13396: UI: Paste 3D Cursor Loc/Rot into vector button..

Isn't the poll a bit too loose? This gets in a lot of places.
Why would someone want to paste the cursor loc/rot in a scale property, the SSS radius, a color socket, and so on?

Nov 28 2021, 11:34 AM · User Interface

Nov 25 2021

Alessio Monti di Sopra (a.monti) updated the summary of D13322: File Browser: new icon for SVG files [WIP].
Nov 25 2021, 1:17 PM
Alessio Monti di Sopra (a.monti) updated the diff for D13322: File Browser: new icon for SVG files [WIP].
  • Rebase on current master
  • Removed .dat files for force_boid icon
Nov 25 2021, 1:15 PM

Nov 24 2021

Alessio Monti di Sopra (a.monti) updated the summary of D13346: UI: Fix icons alignment.
Nov 24 2021, 12:37 PM · User Interface
Alessio Monti di Sopra (a.monti) retitled D13346: UI: Fix icons alignment from fix new icon alignment to UI: Fix icons alignment.
Nov 24 2021, 12:11 AM · User Interface
Alessio Monti di Sopra (a.monti) requested review of D13346: UI: Fix icons alignment.
Nov 24 2021, 12:06 AM · User Interface

Nov 23 2021

Alessio Monti di Sopra (a.monti) updated the diff for D13322: File Browser: new icon for SVG files [WIP].

Try to use arc to get it to work

Nov 23 2021, 2:45 PM
Alessio Monti di Sopra (a.monti) updated the diff for D13322: File Browser: new icon for SVG files [WIP].
Nov 23 2021, 2:06 PM
Alessio Monti di Sopra (a.monti) retitled D13322: File Browser: new icon for SVG files [WIP] from File Browser: new icon for SVG files to File Browser: new icon for SVG files [WIP].
Nov 23 2021, 1:38 PM
Alessio Monti di Sopra (a.monti) added a comment to T85376: Missing icons for the release.

In b.chat there was also a discussion about having an svg file icon, now that they're getting more integrated thanks to GP (right now they are using the generic FILE_3D, same as obj and other IO formats).

Nov 23 2021, 9:49 AM · User Interface
Alessio Monti di Sopra (a.monti) awarded D13311: VSE: Add drop into Preview a Like token.
Nov 23 2021, 12:01 AM · Video Sequencer, VFX & Video

Nov 22 2021

Alessio Monti di Sopra (a.monti) requested review of D13322: File Browser: new icon for SVG files [WIP].
Nov 22 2021, 11:41 PM

Nov 18 2021

Alessio Monti di Sopra (a.monti) updated subscribers of T93100: VSE: Right click select regression with "Fallback mode".

@Richard Antalik (ISS) could you confirm that this solves the problem without causing other ones? It seems so, but I'm not sure it should.

diff --git a/release/scripts/presets/keyconfig/keymap_data/blender_default.py b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
index dbc93cb6caa..aa20b5b0396 100644
--- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py
+++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
@@ -7557,7 +7557,7 @@ def km_sequencer_editor_tool_generic_select(params, *, fallback):
                 params, "sequencer.select", "sequencer.cursor_set", extend="toggle")),
Nov 18 2021, 11:23 AM · Video Sequencer, User Interface, BF Blender

Nov 16 2021

Alessio Monti di Sopra (a.monti) added a comment to T93100: VSE: Right click select regression with "Fallback mode".

Thanks for the quick triaging @Pratik Borhade (PratikPB2123) !

Nov 16 2021, 12:33 PM · Video Sequencer, User Interface, BF Blender

Nov 15 2021

Alessio Monti di Sopra (a.monti) created T93100: VSE: Right click select regression with "Fallback mode".
Nov 15 2021, 7:42 PM · Video Sequencer, User Interface, BF Blender

Nov 13 2021

Alessio Monti di Sopra (a.monti) created T93055: UI: sidebar tabs look for region overlap editors.
Nov 13 2021, 1:26 PM · BF Blender (3.3), User Interface
Alessio Monti di Sopra (a.monti) created P2595 Tabs changes region overlap.
Nov 13 2021, 12:40 PM

Nov 11 2021

Alessio Monti di Sopra (a.monti) updated the summary of D13156: UI: Don't use different active color for icons without an emboss.
Nov 11 2021, 1:48 PM · User Interface

Nov 9 2021

Alessio Monti di Sopra (a.monti) requested review of D13156: UI: Don't use different active color for icons without an emboss.
Nov 9 2021, 12:35 PM · User Interface

Nov 6 2021

Nico Traber (ncotrb) awarded D12971: UI: Remove blank space between tabs and panels in the sidebar a Like token.
Nov 6 2021, 5:21 PM · User Interface

Nov 4 2021

Alessio Monti di Sopra (a.monti) updated the task description for T92838: Crash when exceeding memory_cache_limit in the viewport.
Nov 4 2021, 11:54 PM · BF Blender
Alessio Monti di Sopra (a.monti) updated the task description for T92838: Crash when exceeding memory_cache_limit in the viewport.
Nov 4 2021, 11:38 PM · BF Blender
Alessio Monti di Sopra (a.monti) created T92838: Crash when exceeding memory_cache_limit in the viewport.
Nov 4 2021, 8:52 PM · BF Blender
Alessio Monti di Sopra (a.monti) updated the diff for D12971: UI: Remove blank space between tabs and panels in the sidebar.
  • simpler changes, adding bContext wasn't needed
  • fix action zones being too small with region overlap
Nov 4 2021, 5:31 PM · User Interface

Nov 3 2021

Alessio Monti di Sopra (a.monti) added inline comments to D13081: UI: 2D cursor as a separate overlay option in the Image Editor.
Nov 3 2021, 2:31 PM · User Interface
Alessio Monti di Sopra (a.monti) updated the diff for D13081: UI: 2D cursor as a separate overlay option in the Image Editor.
  • check for G_TRANSFORM_CURSOR in the drawing poll function
  • renamed the new cursor flag to SI_OVERLAY_HIDE_CURSOR and move it in the eSpaceImageOverlay_Flag enum
  • moved the rna definition in rna_def_space_image_overlay() and renamed the flag "show_cursor"
Nov 3 2021, 2:31 PM · User Interface
Alessio Monti di Sopra (a.monti) added a comment to D13081: UI: 2D cursor as a separate overlay option in the Image Editor.

To complete this, a secondary patch I wanted to work on would be about blocking the cursor position while it is not drawn. I initially though to include it here for the image editor, but I think that should affect all the editors that have a cursor.

Nov 3 2021, 12:13 PM · User Interface
Pratik Borhade (PratikPB2123) awarded D13081: UI: 2D cursor as a separate overlay option in the Image Editor a Like token.
Nov 3 2021, 10:54 AM · User Interface
Alessio Monti di Sopra (a.monti) requested review of D13081: UI: 2D cursor as a separate overlay option in the Image Editor.
Nov 3 2021, 10:53 AM · User Interface

Oct 31 2021

Alessio Monti di Sopra (a.monti) added a comment to rBb2e9f35c5eb2: Cleanup: Extract function to store bezt arrays.

@Christoph Lendenfeld (ChrisLend) It fails to build, the structs used in the functions are defined below them.

Oct 31 2021, 2:34 PM

Oct 24 2021

Alessio Monti di Sopra (a.monti) added a comment to D12977: BLF: Add Support for Variable Fonts.

@Alessio Monti di Sopra (a.monti) - ...GCC gives a lot of conversion errors...

Thanks! I think those should all be gone now. I wish our compilers gave the same warnings/errors.

Oct 24 2021, 9:01 PM · Core
Alessio Monti di Sopra (a.monti) added a comment to D12977: BLF: Add Support for Variable Fonts.

Hi @Harley Acheson (harley) I wanted to try this but GCC gives a lot of conversion errors related to those FreeType custom types.

Oct 24 2021, 1:09 PM · Core
Alessio Monti di Sopra (a.monti) created P2537 Variable fonts patch tweaks.
Oct 24 2021, 1:07 PM

Oct 22 2021

Alessio Monti di Sopra (a.monti) requested review of D12971: UI: Remove blank space between tabs and panels in the sidebar.
Oct 22 2021, 8:09 PM · User Interface

Oct 21 2021

Alessio Monti di Sopra (a.monti) added a comment to D12939: UI: Header / Tool Settings: Show tool icon when tools are collapsed.

Well, ok, but to me it still seems quite a random thing to do.
I mean, I see no gain in hiding the icon, and the blank space looks a bit strange.

Oct 21 2021, 11:38 AM · User Interface

Oct 20 2021

Alessio Monti di Sopra (a.monti) added a comment to D12939: UI: Header / Tool Settings: Show tool icon when tools are collapsed.

Hi! I honestly don't get why the icon couldn't be always visible.

Oct 20 2021, 7:04 PM · User Interface

Oct 12 2021

Alessio Monti di Sopra (a.monti) awarded D12814: UI: Visual style update to panels a Love token.
Oct 12 2021, 11:37 AM

Feb 16 2021

Ermins Ermanis (erminos) awarded D6290: UI: Move workspaces left-right instead of front-back a Like token.
Feb 16 2021, 5:22 AM

Apr 24 2020

Alessio Monti di Sopra (a.monti) added a comment to T76023: Sidebar changes.

Part of the idea here is that you usually only use a few categories at a time. You could move those to the top. And collapsed you could of course open and switch to any category.

Apr 24 2020, 3:26 PM · Restricted Project, User Interface, BF Blender

Apr 21 2020

Alessio Monti di Sopra (a.monti) added inline comments to D7401: VSE: handles fixes and cleanup.
Apr 21 2020, 6:32 PM · VFX & Video, BF Blender, Video Sequencer
Alessio Monti di Sopra (a.monti) updated the diff for D7401: VSE: handles fixes and cleanup.
  • addressed inline comments
Apr 21 2020, 1:01 PM · VFX & Video, BF Blender, Video Sequencer

Apr 16 2020

Alessio Monti di Sopra (a.monti) added a comment to D7401: VSE: handles fixes and cleanup.

In future please don't mix code cleanup with functional changes, mixing in these changes slows down code review.

Sorry about that, I hoped it was clear enough from the patch description.

Apr 16 2020, 2:31 PM · VFX & Video, BF Blender, Video Sequencer

Apr 14 2020

Alessio Monti di Sopra (a.monti) added a comment to D7334: Improve Solidify/Bevel Modifier cooperation.

Hi! I was trying the commit and I noticed a couple of problems. I thought it was better to just list them here instead of filling bug reports.

Apr 14 2020, 2:08 PM · Modifiers

Apr 11 2020

Alessio Monti di Sopra (a.monti) requested review of D7401: VSE: handles fixes and cleanup.
Apr 11 2020, 9:22 PM · VFX & Video, BF Blender, Video Sequencer

Apr 7 2020

Alessio Monti di Sopra (a.monti) created D7360: Manual: add descriptions for VSE F-Curves drawing option.
Apr 7 2020, 11:28 AM · Video Sequencer, Documentation

Apr 3 2020

Alessio Monti di Sopra (a.monti) added a comment to T68973: Animation channels list UI.

@Sybren A. Stüvel (sybren) @Luciano Muñoz Sessarego (looch) I was looking at the group colours thing, do you wanted the change to only affect the Graph editor or also the Dopesheet?

Apr 3 2020, 12:17 PM · User Interface, Animation & Rigging, BF Blender

Mar 28 2020

Alessio Monti di Sopra (a.monti) awarded D7270: Add Line material node a Love token.
Mar 28 2020, 11:29 PM · EEVEE & Viewport, Render & Cycles

Mar 26 2020

Alessio Monti di Sopra (a.monti) updated the diff for D7205: VSE: draw f-curves for opacity and volume values on the strips.
  • moved adding vertices in separate function
  • used floor(pixelx) for step values higher than 1
  • changed max_verts calculation
  • inverted logic for precondition
Mar 26 2020, 4:34 PM · BF Blender, Video Sequencer
Alessio Monti di Sopra (a.monti) updated the diff for D7234: VSE: don't allow strip preview when clicking on the scrubbing region.
  • moved condition to change_frame_seq_preview_begin() using ED_time_scrub_event_in_region()
Mar 26 2020, 12:02 PM · BF Blender, Video Sequencer
noki paike (amonpaike) awarded D7205: VSE: draw f-curves for opacity and volume values on the strips a Love token.
Mar 26 2020, 8:34 AM · BF Blender, Video Sequencer
Alessio Monti di Sopra (a.monti) added a comment to D7234: VSE: don't allow strip preview when clicking on the scrubbing region.

This effectively disables the preview feature entirely for the LCS keymap. If you guys say that's fine, sure go ahead, but it should be explicitly mentioned in the commit log.

On the code side - shouldn't the caller handle this logic? This function should simply and only set the preview to whatever strip is closest, after all it's called _set(). The caller should only execute that when it makes sense. You can also use ED_time_scrub_event_in_region() there then.

Mar 26 2020, 1:05 AM · BF Blender, Video Sequencer

Mar 25 2020

Alessio Monti di Sopra (a.monti) created D7234: VSE: don't allow strip preview when clicking on the scrubbing region.
Mar 25 2020, 9:30 PM · BF Blender, Video Sequencer

Mar 24 2020

Alessio Monti di Sopra (a.monti) updated the diff for D7205: VSE: draw f-curves for opacity and volume values on the strips.
  • addressed inline comments
    • added preconditions
    • changed variable names
  • get seq->start/end from the main function
Mar 24 2020, 3:24 PM · BF Blender, Video Sequencer

Mar 23 2020

Alessio Monti di Sopra (a.monti) added inline comments to D7205: VSE: draw f-curves for opacity and volume values on the strips.
Mar 23 2020, 12:08 PM · BF Blender, Video Sequencer
Alessio Monti di Sopra (a.monti) added inline comments to D7205: VSE: draw f-curves for opacity and volume values on the strips.
Mar 23 2020, 9:57 AM · BF Blender, Video Sequencer
Alessio Monti di Sopra (a.monti) added a comment to D7205: VSE: draw f-curves for opacity and volume values on the strips.

I have done comparison of batch vs immediate drawing, and there is little to no improvement in performance. I did not expect that...

Mar 23 2020, 9:40 AM · BF Blender, Video Sequencer

Mar 22 2020

Alessio Monti di Sopra (a.monti) updated the diff for D7205: VSE: draw f-curves for opacity and volume values on the strips.
  • further reduce resolution of the curve at lower zoom level
  • add the last couple of vertices out of the main loop, in order to make sure that the shape is always properly closed
Mar 22 2020, 4:21 PM · BF Blender, Video Sequencer

Mar 21 2020

Alessio Monti di Sopra (a.monti) updated the diff for D7205: VSE: draw f-curves for opacity and volume values on the strips.
  • moved evaluation steps to integers
  • add an extra evaluation frame left/right of the editor's borders
  • avoid adding verts for points next to each others that have the same value
Mar 21 2020, 4:06 PM · BF Blender, Video Sequencer
Alessio Monti di Sopra (a.monti) created D7205: VSE: draw f-curves for opacity and volume values on the strips.
Mar 21 2020, 12:32 PM · BF Blender, Video Sequencer

Mar 18 2020

Alessio Monti di Sopra (a.monti) updated the diff for D6883: VSE: changes to the strips drawing.
  • split code for invalid and locked states in separate functions
  • same for code calculating text x-axis offsets
Mar 18 2020, 3:39 PM · BF Blender, User Interface, Video Sequencer
Alessio Monti di Sopra (a.monti) updated the diff for D6883: VSE: changes to the strips drawing.
  • small fix to the text margin, now it considers UI scale
  • use that margin also for missing media indication
Mar 18 2020, 11:55 AM · BF Blender, User Interface, Video Sequencer

Mar 17 2020

Alessio Monti di Sopra (a.monti) updated the diff for D6883: VSE: changes to the strips drawing.
  • better vertical position for the text, allowing to show more of the strip content (color bands, waveforms) when the strip is wider.
Mar 17 2020, 3:19 PM · BF Blender, User Interface, Video Sequencer

Mar 16 2020

Alessio Monti di Sopra (a.monti) updated the diff for D6883: VSE: changes to the strips drawing.
  • forgot to update color of trim numbers after UI_view2d_text_cache_add() changes
  • forgot to remove part of f-curves drawing related changes
Mar 16 2020, 9:00 PM · BF Blender, User Interface, Video Sequencer
Alessio Monti di Sopra (a.monti) updated the diff for D6883: VSE: changes to the strips drawing.
  • removed previously added header that wasn't needed
  • removed f-curves drawing function, will try to implement that properly in a separate patch
Mar 16 2020, 4:42 PM · BF Blender, User Interface, Video Sequencer

Mar 15 2020

gobb_blend awarded D6883: VSE: changes to the strips drawing a 100 token.
Mar 15 2020, 11:53 PM · BF Blender, User Interface, Video Sequencer