Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to main at blender/blender 2023-03-22 02:31:39 +01:00
d3bab78d05 Merge branch 'blender-v3.5-release'
cf82e5fe57 Fix incorrect cursor size on Wayland with the RIVER compositor
Compare 2 commits »
Campbell Barton pushed to main at blender/blender 2023-03-22 02:23:28 +01:00
2ba1556e69 Cleanup: spelling in comments, use doxygen syntax
Campbell Barton pushed to main at blender/blender 2023-03-22 02:05:58 +01:00
075baf895e Fix building in debug mode
Campbell Barton commented on issue blender/blender#105348 2023-03-22 01:48:44 +01:00
[Draft] New Developer Documentation Infrastructure Proposal (Replacing Wiki?)

In this case I'd much prefer to use Sphinx/RST. Developers already need to use this for the user-manual. We know how to write extensions for this system and it it avoids introducing yet-another…

Campbell Barton pushed to blender-v3.5-release at blender/blender 2023-03-22 01:18:00 +01:00
cf82e5fe57 Fix incorrect cursor size on Wayland with the RIVER compositor
Campbell Barton closed issue blender/blender#103910 2023-03-21 11:01:14 +01:00
Inset Faces. SyntaxError: leading zeros in decimal integer literals are not permitted
Campbell Barton commented on issue blender/blender#103910 2023-03-21 11:01:12 +01:00
Inset Faces. SyntaxError: leading zeros in decimal integer literals are not permitted

Closing as - in practice I don't think typing zero before other numbers is especially useful, when the user can simply type in the number without the preceding zero.

Campbell Barton commented on issue blender/blender#105943 2023-03-21 10:55:55 +01:00
Python: bpy_prop_array does not support full slicing syntax

Note that this is not a mistake in the code, support for this was never added, for many of Blender's internal API's the step value isn't so useful (collections of objects for e.g.). Pixel access…

Campbell Barton pushed to main at blender/blender 2023-03-21 09:51:52 +01:00
31147c90c4 code_clean: restrict 'use_function_style_cast' edits to C++
db762d5508 Cleanup: various C/C++ code cleanups, use utility macros
Compare 2 commits »
Campbell Barton commented on pull request blender/blender#105892 2023-03-21 09:18:09 +01:00
Build: changes needed to build on FreeBSD

Besides noted clangSupport issue this looks fine.

Campbell Barton approved blender/blender#105821 2023-03-21 05:54:11 +01:00
UV: Add option to Pack UVs using xatlas strategy

From discussion outside this PR, none of my requests require and extra iteration, accepting.

Campbell Barton commented on pull request blender/blender#105821 2023-03-21 05:45:12 +01:00
UV: Add option to Pack UVs using xatlas strategy

Also use __func__ instead of __FILE__, generally more useful in allocation messages.

Campbell Barton suggested changes for blender/blender#105821 2023-03-21 05:32:31 +01:00
UV: Add option to Pack UVs using xatlas strategy

Requesting changes although these are mostly details, overall this seems to work well - further improvements can be iterated on in the main branch.

Campbell Barton commented on pull request blender/blender#105821 2023-03-21 05:32:31 +01:00
UV: Add option to Pack UVs using xatlas strategy

Unhelpful comment, assume it's from up-stream? If so, note that the upstream code considers this important but it's not known why it's needed. (or better, note why it's needed).

Campbell Barton commented on pull request blender/blender#105821 2023-03-21 05:32:30 +01:00
UV: Add option to Pack UVs using xatlas strategy

const ?

Campbell Barton commented on pull request blender/blender#105821 2023-03-21 05:32:30 +01:00
UV: Add option to Pack UVs using xatlas strategy

As slow_packer isn't a named packer. Suggest default (slower) packer.

Campbell Barton commented on pull request blender/blender#105821 2023-03-21 05:32:30 +01:00
UV: Add option to Pack UVs using xatlas strategy

Does this help? I would have thought in the case of packing/rasterizing - there wouldn't be much/any advantage.

Campbell Barton commented on pull request blender/blender#105821 2023-03-21 05:32:30 +01:00
UV: Add option to Pack UVs using xatlas strategy

Prefer snake-case over camel case for methods.