Duarte Farrajota Ramos DuarteRamos
Duarte Farrajota Ramos commented on issue blender/blender#117954 2024-11-02 01:09:15 +01:00
Screen Area Editor Tabs

where u guys get and edit Blender mockups like this one. Or u guys create ur own like I did at above to explain what I meant 😰

I can't quite remember, but I think I just cobbled one up in…

Duarte Farrajota Ramos commented on issue blender/blender#126795 2024-08-29 02:55:54 +02:00
UI: Mouse Cursors Using SVG Sources

As far as I can tell, there seem to be two groups regarding cursor preferences. Ones that like pictorial cursors (icons illustrating the tool or operation) others that prefer more minimal…

Duarte Farrajota Ramos commented on issue blender/blender#126795 2024-08-27 02:59:57 +02:00
UI: Mouse Cursors Using SVG Sources

I remember those, I think they were meant for area management operations, if I recall correctly. Mac collection looks decent and quite complete.

Let me know if you need any additional ones,…

Duarte Farrajota Ramos commented on issue blender/blender#126795 2024-08-27 02:33:13 +02:00
UI: Mouse Cursors Using SVG Sources

Is there any list of all the different cursors we currently use anywhere? Maybe some implicit list somewhere in the source code that enumerates them?

Just to get an idea of the initial scope of…

Duarte Farrajota Ramos commented on issue blender/blender#115660 2024-08-06 16:33:14 +02:00
Asset Deduplication with "Append & Reuse"

Maybe we don't have to try to be too smart about it. Automating will over complicate, and we always risk doing something the user doesn't mean to.

I'd say Blender could just show potential…

Duarte Farrajota Ramos commented on issue blender/blender#125430 2024-08-06 16:17:09 +02:00
Asset Tags Improvements

Some suggestions if I may:

  • Ability to add tags to multiple assets simultaneously (easily tag all selected assets in the asset browser)
  • Ability to easily add same set of tags to a bunch of…
Duarte Farrajota Ramos commented on pull request blender/blender#125252 2024-07-25 00:27:13 +02:00
UI: Custom Windows Cursors for VSE Handles

What do you think of this attempt. handle_crusor.gif

handle_right.cur.png ![handle_bo…

Duarte Farrajota Ramos commented on pull request blender/blender#125252 2024-07-24 23:52:58 +02:00
UI: Custom Windows Cursors for VSE Handles

Not sure how this works internally but maybe moving the cursor down. Gitea does show that it's all the way up top-left aligned.

Cursor placement is always relative to the hotspot (the point…

Duarte Farrajota Ramos commented on pull request blender/blender#125252 2024-07-23 18:41:57 +02:00
UI: Custom Windows Cursors for VSE Handles

The only small complication is that SVGs would not be self-contained in that they don't include where the hotspot is. This is also the case with Mac's pdf, so during load we have to specify…

Duarte Farrajota Ramos commented on pull request blender/blender#125252 2024-07-23 18:01:47 +02:00
UI: Custom Windows Cursors for VSE Handles

Interesting though. It would be certainly easier to add and maintain custom cursors if in SVG.

From what I gathered from the conversation here, we seem to be currently shipping several…

Duarte Farrajota Ramos commented on pull request blender/blender#125252 2024-07-22 23:14:37 +02:00
UI: Custom Windows Cursors for VSE Handles

@Harley Now that we will have the ability to ship live SVG files and rasterize them at runtime at arbitrary sizes, would it somehow be possible to also ship a set of cursors in vector format and…

Duarte Farrajota Ramos commented on issue blender/blender#117954 2024-07-14 23:27:55 +02:00
Screen Area Editor Tabs

Such a solution better fits something like GIMP, where UI is solved as lots of pallets with different local specific purposes.

Blender editors aren't that different from palettes in…

Duarte Farrajota Ramos commented on issue blender/blender#117954 2024-07-09 21:23:24 +02:00
Screen Area Editor Tabs

Oh, just add padding on the left equal to the size taken by the dropdown on the right. The only thing that looks a bit funny is that it makes the inactive tabs centered but the active one less…

Duarte Farrajota Ramos commented on issue blender/blender#117954 2024-07-09 18:58:37 +02:00
Screen Area Editor Tabs

Is it possible to round the bottom part of the active tab towards the header? Maybe it helps stand out the active one.

If there is enough space maybe we can add left padding for tab icons to…

Duarte Farrajota Ramos commented on pull request blender/blender#123950 2024-07-09 14:15:32 +02:00
WIP: Proof of Concept for Color UI Icons

I can, but my PR doesn't do much yet. And I can't really spend time on this until 4.2 is ready. I'll try to touch this some evening this week and/or this weekend.

No rush, my only concern…

Duarte Farrajota Ramos commented on pull request blender/blender#123950 2024-07-09 00:19:55 +02:00
WIP: Proof of Concept for Color UI Icons

Ah I see. Do I need any particular build from this branch to test this properly, or will my current 4.0.2 suffice? Can you make a build if the former

Another interesting possibility I was…

Duarte Farrajota Ramos commented on pull request blender/blender#123950 2024-07-08 11:07:58 +02:00
WIP: Proof of Concept for Color UI Icons

This is pretty cool for theme customization!

Would it be practical to (eventually) do the color replacements based on CSS classes instead of IDs?

This would allow freely "tagging" several…

Duarte Farrajota Ramos commented on issue blender/blender#120412 2024-06-24 16:22:14 +02:00
Adjusting hotkey behavior for bone (de)selection

This seems like a good change in general for the whole Blender, not just bone selection.

Have you considered using Alt instead of Ctrl for deselecting?

Alt

Duarte Farrajota Ramos commented on issue blender/blender#123319 2024-06-18 00:20:42 +02:00
Measure Tool not precise

Maybe my comment came out wrong, I did not mean to disagree with you, I don't think this is a bug per-se, more a request for improved behaviour at best. I agree that current behavior is consistent…

Duarte Farrajota Ramos commented on issue blender/blender#123319 2024-06-17 23:49:57 +02:00
Measure Tool not precise

This is a common issue I've encountered many times and has made the measure tool unusable for me.

I completely understand the underlying limitations and the float point precision issues, but…