Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to main at blender/blender 2023-03-07 05:58:53 +01:00
5b152a4880 Docs: correct doc-string for wmEvent::customdata
Campbell Barton pushed to main at blender/blender 2023-03-07 05:19:56 +01:00
dbb4c4a687 Cleanup: use gz_prop_type for wmGizmoPropertyType
Campbell Barton pushed to main at blender/blender 2023-03-07 05:16:30 +01:00
0e64d1e652 Docs: add comments to bNodeType init & free callbacks
90dc655951 Cleanup: spelling in comments
Compare 2 commits »
Campbell Barton pushed to main at blender/blender 2023-03-04 05:25:16 +01:00
e22eb23bc2 Cleanup: match header/source arguments & quiet cppheck warnings
7cb3a79246 Cleanup: remove unused arguments
Compare 2 commits »
Campbell Barton pushed to main at blender/blender 2023-03-03 13:28:40 +01:00
a2d988b5da Cleanup: function style casts for C++, use nullptr
Campbell Barton reopened issue blender/blender#40059 2023-03-03 13:21:21 +01:00
Switching open windows ignores held modifiers on WIN32
Campbell Barton commented on issue blender/blender#40059 2023-03-03 13:21:19 +01:00
Switching open windows ignores held modifiers on WIN32

Re-opening this for Windows as 24f3cb9b5c1b089b56a9601e175ac9d33a86dda0 removed support for it.

Although we might consider it a known issue and document it since I'm not sure this can reliably…

Campbell Barton pushed to main at blender/blender 2023-03-03 13:17:28 +01:00
a2cc7e1511 Merge branch 'blender-v3.5-release'
24f3cb9b5c Fix #105381: Alt-Tab causes Alt to stick with multiple monitors on WIN32
Compare 2 commits »
Campbell Barton closed issue blender/blender#105381 2023-03-03 13:17:28 +01:00
Alt key is always stuck when changing to Blender on Windows with multiple monitors
Campbell Barton pushed to blender-v3.5-release at blender/blender 2023-03-03 13:15:53 +01:00
24f3cb9b5c Fix #105381: Alt-Tab causes Alt to stick with multiple monitors on WIN32
Campbell Barton commented on issue blender/blender#105381 2023-03-03 13:15:10 +01:00
Alt key is always stuck when changing to Blender on Windows with multiple monitors

Form looking into this, there is a bad WM_ACTIVATE event coming from windows immediately after Alt-Tab causes the window to become inactive.

Even though active is called, the window is not…

Campbell Barton pushed to main at blender/blender 2023-03-03 06:34:41 +01:00
aa82afaaf7 Cleanup: regenerate the default theme file
Campbell Barton pushed to main at blender/blender 2023-03-03 06:31:07 +01:00
f0257aa71b Cleanup: use camel-case for struct name, wrap function arguments
2eaa55272d Cleanup: use function style casts, nullptr in C++
b4eef99973 Cleanup: use C-style code comments, format
Compare 3 commits »
Campbell Barton closed issue blender/blender#105360 2023-03-03 04:51:11 +01:00
Blender 3.1 and later fail to import module with "symbol not found in flat namespace (_PyCObject_Type)"
Campbell Barton commented on issue blender/blender#105360 2023-03-03 04:51:09 +01:00
Blender 3.1 and later fail to import module with "symbol not found in flat namespace (_PyCObject_Type)"

In this case this is not an error in Blender. Only modules that use Py_LIMITED_API are expected to work between major versions of Python.

Closing.

Campbell Barton closed issue blender/blender#103999 2023-03-03 01:20:49 +01:00
Crash on launch under Wayland + NVIDIA
Campbell Barton commented on issue blender/blender#103999 2023-03-03 01:20:47 +01:00
Crash on launch under Wayland + NVIDIA

Noted that NVidia GPU's may be unsupported and even crash on startup in Blender's user manual: https://docs.blender.org/manual/en/3.6/getting_started/installing/linux_windowing_environment.html

Campbell Barton commented on issue blender/blender#105360 2023-03-03 00:59:27 +01:00
Blender 3.1 and later fail to import module with "symbol not found in flat namespace (_PyCObject_Type)"

Can you confirm the import works when running the python binary distributed with Blender?

Campbell Barton pushed to main at blender/blender 2023-03-03 00:27:09 +01:00
55ea58ff5b BLI_string: correct size for BLI_str_format_int_grouped, update tests