Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton merged pull request blender/blender-addons#104545 2023-04-13 12:28:22 +02:00
UV Layout: Speed up png export with OIIO (x7)
Campbell Barton pushed to main at blender/blender-addons 2023-04-13 12:26:46 +02:00
59adfc0979 io_mesh_uv_layout: speed up png export with OIIO (x7)
Campbell Barton commented on pull request blender/blender#105383 2023-04-13 09:37:39 +02:00
UI: Make it possible to add shortcuts to UI operators.

This seems OK, if there are some UI menu items that should be excluded we could use the OPTYPE_INTERNAL for those operators and not show their shortcuts (or add a new flag if there is some…

Campbell Barton commented on pull request blender/blender#106700 2023-04-13 09:22:26 +02:00
Core: Add sub-types for float-type custom properties

This adds top-level functions without to wm.py which are isolated to WM_OT_properties_edit, prefer static methods on WM_OT_properties_edit to make it clear they're spesific to that operator.

Campbell Barton commented on pull request blender/blender#106700 2023-04-13 09:22:26 +02:00
Core: Add sub-types for float-type custom properties

The reference to rna_enum_property_subtype_items was removed, this seems like it would be useful to keep, otherwise there is no hint that this is duplicating information defined elsewhere.

Campbell Barton suggested changes for blender/blender#106700 2023-04-13 09:22:26 +02:00
Core: Add sub-types for float-type custom properties

Initial review, I didn't check on the changes to _init_subtype in detail.

Campbell Barton commented on pull request blender/blender-addons#104545 2023-04-13 08:57:43 +02:00
UV Layout: Speed up png export with OIIO (x7)

Why are these changes needed? They don't look related to image saving.

Campbell Barton commented on pull request blender/blender-addons#104545 2023-04-13 08:57:42 +02:00
UV Layout: Speed up png export with OIIO (x7)

Prefer to keep existing logic in the case OpenImageIO isn't available (it's not a requirement for Blender on Linux distributions as far as I know) e.g.

Campbell Barton commented on pull request blender/blender#106122 2023-04-13 08:15:45 +02:00
UI: Color Picker Positioning

In general having color pickers show in these small windows isn't going to well and could even result in a user clicking twice and accessing the color picker accidentally for e.g. OTOH, this…

Campbell Barton commented on pull request blender/blender#106122 2023-04-13 08:13:45 +02:00
UI: Color Picker Positioning

It's not clear why this change is needed - when the repositioning is performed. (should be noted in comment)

Campbell Barton commented on pull request blender/blender#105833 2023-04-13 08:07:14 +02:00
UI: Allow Clipboard Copy/Paste Images

picky use function style casts uchar(...) instead of (char).... In case uint8_t(...) makes more sense too.

Campbell Barton commented on pull request blender/blender#105833 2023-04-13 08:07:14 +02:00
UI: Allow Clipboard Copy/Paste Images

As this only works on windows, better only show these items on windows.

Campbell Barton approved blender/blender#105833 2023-04-13 08:07:14 +02:00
UI: Allow Clipboard Copy/Paste Images

Accepting with minor requests.

Campbell Barton commented on pull request blender/blender#105833 2023-04-13 08:07:13 +02:00
UI: Allow Clipboard Copy/Paste Images

This check makes more sense to add into the exec/invoke functions, reporting an error on failure. This way when pressing Ctrl-C shortcut while rendering - an error will show in the status bar. Also, if the user opens a menu just before render completes, the menu-item won't be outdated.

Campbell Barton deleted branch pr-ghost-cpp-to-cc from ideasman42/blender 2023-04-13 06:08:06 +02:00
Campbell Barton deleted branch pr-ghost-taskbar-remove from ideasman42/blender 2023-04-13 06:07:49 +02:00
Campbell Barton pushed to main at blender/blender 2023-04-13 05:15:12 +02:00
0a270e3513 Revert "GHOST/Wayland: avoid up-scaling window content"
684dcd3680 CMake: use GCC's -fuse-ld=mold support (mold now requires GCC 12.1)
a7462f58d1 Fix missing import for DJV on APPLE
11ad851fbe Fix lightmap UV calculation ignoring unselected objects in edit-mode
ad5ec544c8 Cleanup: remove unused apply-image option from uvcalc_lightmap
Compare 14 commits »