Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard commented on pull request blender/blender#106060 2023-04-07 13:05:41 +02:00
UI: replace "copy/paste buffer" by "internal clipboard"

No problem, the interactive rebase operation went well.

Damien Picard pushed to dp_rename_copy_buffer at pioverfour/blender 2023-04-07 13:01:16 +02:00
6d8256ecdb UI: replace "clipboard" with "internal clipboard" when relevant
cb8ee111ef UI: replace "copy/paste buffer" with "internal clipboard"
d85520f297 Python: bl_ui_utils.layout.operator_context context manager
564418f6a4 UV: support for non-square bitmaps in uv packer, alpaca_rotate
520c112732 GHOST: comment on use of libunity for the taskbar in X11
Compare 11 commits »
Damien Picard commented on pull request blender/blender#106060 2023-04-07 12:39:01 +02:00
UI: replace "copy/paste buffer" by "internal clipboard"

As for how we'll land those changes, I think that it's indeed good to keep the separate commits.

Could you update the individual commits

Of course! I was expecting them to be squashed…

Damien Picard created branch dp_gn_str_2_curve_unitless in pioverfour/blender 2023-04-07 11:59:42 +02:00
Damien Picard pushed to dp_gn_str_2_curve_unitless at pioverfour/blender 2023-04-07 11:59:42 +02:00
d4ed582008 Nodes: make spacings unitless in String to Curves node
Damien Picard pushed to dp_disambiguate_node_sockets_3.6 at pioverfour/blender 2023-04-07 02:36:54 +02:00
f46f95a13b I18n: disambiguate a few messages using per-socket contexts
00cf5a8520 I18n: add CollectionProperty and StringProperty to blocklist
11ba8c6ab4 Fix #106622: Various errors filling cone/cylinder primitive faces
a041297e54 Fix: build error after moving lightprobe.c to c++
3dd24b9ae7 Cleanup: Move lightprobe.c to c++
Compare 624 commits »
Damien Picard commented on pull request blender/blender#106196 2023-04-07 01:37:50 +02:00
Text object: operators to move cursor to the top or bottom

Thanks for the explanation, that’s what I had gathered but since that function is a bit of a mastodon I wasn’t sure I was following.


I spent quite a while examining the code, and…

Damien Picard created pull request blender/blender#106645 2023-04-06 22:14:49 +02:00
UI: make normal copy and paste operator singular
Damien Picard created branch dp_copy_vector_op_singular in pioverfour/blender 2023-04-06 22:11:14 +02:00
Damien Picard pushed to dp_copy_vector_op_singular at pioverfour/blender 2023-04-06 22:11:14 +02:00
ed712fdd90 UI: make normal copy and paste operator singular
Damien Picard commented on pull request blender/blender#106060 2023-04-06 22:06:11 +02:00
UI: replace "copy/paste buffer" by "internal clipboard"

I updated the PR so that other occurrences of "clipboard" are changed to "internal clipboard" as well, when relevant.

This makes the scope of the PR larger, but I split it into commits, so the…

Damien Picard pushed to dp_rename_copy_buffer at pioverfour/blender 2023-04-06 21:59:03 +02:00
d1760c917f UI: replace "clipboard" by "internal clipboard" when relevant
Damien Picard pushed to dp_rename_copy_buffer at pioverfour/blender 2023-04-06 21:57:52 +02:00
82c2852e0a UI: replace "clipboard" by "internal clipboard" when relevant
eb406366c7 UI: replace "clipboard" by "internal clipboard" in previous commit
d0242e6c49 UI: replace "copy/paste buffer" by "clipboard"
Compare 3 commits »
Damien Picard pushed to dp_rename_copy_buffer at pioverfour/blender 2023-04-06 21:48:25 +02:00
352d289b99 UI: replace "clipboard" by "internal clipboard" when relevant
beb5615491 UI: replace "clipboard" by "internal clipboard" in previous commit
539c411c5f UI: replace "copy/paste buffer" by "clipboard"
11ba8c6ab4 Fix #106622: Various errors filling cone/cylinder primitive faces
a041297e54 Fix: build error after moving lightprobe.c to c++
Compare 298 commits »
Damien Picard deleted branch dp_font_special_characters from pioverfour/blender 2023-04-06 20:47:05 +02:00
Damien Picard commented on pull request blender/blender#106060 2023-04-06 12:11:57 +02:00
UI: replace "copy/paste buffer" by "internal clipboard"

Regarding the name, I find “internal” slightly clearer so I’d like to go with that.

Damien Picard commented on pull request blender/blender#106060 2023-04-06 12:08:06 +02:00
UI: replace "copy/paste buffer" by "internal clipboard"

what would you think of a name like 'internal clipboard' or 'application clipboard'?

That would be clearer, yes!

If that’s all right with you I’ll go over the codebase tonight and make…

Damien Picard pushed to dp_font_move_home_end at pioverfour/blender 2023-04-06 09:21:56 +02:00
ab772cc711 Font: fix build error due to badly applied patch
4b5be27b79 Font: Introduce new modes font types for cursor movement
a7bf6cfa39 Font: add options to move the cursor to the top or bottom
dec9c593cb Cleanup: Use generic index copying utility for normals
f594e951e0 Cleanup: Use generic mesh corner to poly map utility
Compare 188 commits »
Damien Picard commented on pull request blender/blender#106196 2023-04-06 09:21:24 +02:00
Text object: operators to move cursor to the top or bottom

Indeed, I didn’t stage everything when I applied your patch. Sorry about that…

The newer change seems all right, but what I don’t quite get is that last_line is already declared as an…

Damien Picard deleted branch dp_fix_messages from pioverfour/blender 2023-04-06 08:45:59 +02:00