Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton commented on pull request blender/blender#106581 2023-04-07 05:18:41 +02:00
UI: Text Object International Case Change

Prefer BLI_str_utf32_char_to_upper / BLI_str_utf32_char_to_lower - which is in keeping with BLI_str_* API.

Campbell Barton commented on issue blender/blender#106292 2023-04-06 12:10:00 +02:00
Regression: Adjust last action dismissed after rotating view

@sse could you expand on why using a camera is needed and a regular viewport doesn't work?

Campbell Barton commented on pull request blender/blender#106608 2023-04-06 11:51:23 +02:00
Cleanup: remove X11 taskbar which only supported the Unity desktop

It's not clear to me what changed since the original patch landed. Already then Unity was deprecated but somehow it worked for KDE and GNOME? Is that no longer the case, was it never that…

Campbell Barton pushed to main at blender/blender-addons 2023-04-06 11:46:25 +02:00
eef2e476d3 Fix #104510: X3D & BVH import error with Python 3.11
Campbell Barton closed issue blender/blender-addons#104510 2023-04-06 11:46:24 +02:00
io_scene_x3d - WRL import fails when Python 3.11 is used #106210
Campbell Barton commented on pull request blender/blender#106599 2023-04-06 11:12:15 +02:00
UI: enable string properties for alt-click buttons for multiple objects

The size of the string isn't known, this could easily overrun the buffer length.

Campbell Barton commented on issue blender/blender#106292 2023-04-06 08:23:20 +02:00
Regression: Adjust last action dismissed after rotating view

@sse why are you viewing through the camera when modeling?

In general the option to have the viewport control the camera should be used when placing the camera. If you're modeling and…

Campbell Barton pushed to main at blender/blender 2023-04-06 06:05:36 +02:00
bbf756ddf1 Text Editor: update syntax highlighting for different Python strings
Campbell Barton commented on pull request blender/blender#106581 2023-04-06 05:01:15 +02:00
UI: Text Object International Case Change

This PR highlights the need for a unicode library in Blender, so far we've been getting buy without one but it's limiting.

One of the more important uses of unicode-case conversion is…

Campbell Barton closed pull request blender/blender#106604 2023-04-06 04:19:22 +02:00
WIP: use cc/hh for intern/ghost
Campbell Barton commented on issue blender/blender#104664 2023-04-06 04:11:41 +02:00
Wayland: Lost the ability to use the keyboard shortcuts w/ v3.5 Alpha moved to another GNOME workspace

I can't redo this bug. Switching desktops and using a web browser is working as expected without loosing support for key shortcuts.

Although I'm using gnome-shell 43.4 so it could be an issue…

Campbell Barton created pull request blender/blender#106608 2023-04-06 03:21:23 +02:00
Cleanup: remove the X11 taskbar which only supported the Unity desktop
Campbell Barton pushed to pr-ghost-taskbar-remove at ideasman42/blender 2023-04-06 03:18:19 +02:00
820f0066ad Cleanup: remove the X11 taskbar which only supported the Unity desktop
2e878690e5 WM: include the GHOST backend in bug report when non-default
d34abea26a Cleanup: format
b626f1fd18 Cleanup: use ".cc" & ".hh" extensions for intern/ghost
Compare 4 commits »
Campbell Barton created branch pr-ghost-taskbar-remove in ideasman42/blender 2023-04-06 03:18:19 +02:00
Campbell Barton commented on pull request blender/blender#106606 2023-04-06 02:42:09 +02:00
Fix #106314: warn user when paste-uvs fails to find match

Include return arguments last, use r_ prefix.