Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton commented on pull request blender/blender#104746 2023-03-01 08:21:06 +01:00
Add a basic support to BKE library linking code to generate liboverrides.

Code in the body of this function accounts for link being false & create_liboverrides being true. e.g.

Campbell Barton commented on pull request blender/blender#104746 2023-03-01 08:21:06 +01:00
Add a basic support to BKE library linking code to generate liboverrides.

The new arguments are missing from the declaration which currently reads.

Campbell Barton commented on pull request blender/blender#104746 2023-03-01 08:21:06 +01:00
Add a basic support to BKE library linking code to generate liboverrides.

It's a bit odd to call this function even when create_liboverrides isn't set.

Campbell Barton commented on pull request blender/blender#104746 2023-03-01 08:21:06 +01:00
Add a basic support to BKE library linking code to generate liboverrides.

create_runtime reads ambiguously and doesn't obviously relate to library-overrides.

Campbell Barton pushed to main at blender/blender 2023-03-01 07:19:46 +01:00
09c4d6bd7b Cleanup: avoid looping over layer collections again when freeing
Campbell Barton commented on pull request blender/blender#104847 2023-03-01 05:45:07 +01:00
Fix #103469: Update UV Sphere Projection with Seam support.

BM_mesh_elem_hflag_disable_all(bm, BM_FACE, BM_ELEM_TAG, false); can be used here.

Campbell Barton commented on pull request blender/blender#104847 2023-03-01 05:45:07 +01:00
Fix #103469: Update UV Sphere Projection with Seam support.

Is there any reason not to use a single vector (storing a Face pointer and branch value for each item)? Avoids having to keep the arrays in sync and I'd expect would read better.

Campbell Barton commented on pull request blender/blender#104847 2023-03-01 05:45:07 +01:00
Fix #103469: Update UV Sphere Projection with Seam support.

The way this is used as an argument and re-assigned I find a bit confusing, could call const float branch_init, then use branch for values inline.

Campbell Barton approved blender/blender#104847 2023-03-01 05:45:07 +01:00
Fix #103469: Update UV Sphere Projection with Seam support.

The patch should include a user-level description on how this works, some comments inline, otherwise I don't see a need for extra review iterations.

Campbell Barton commented on pull request blender/blender#105286 2023-03-01 04:35:30 +01:00
UV: Merge both UV Packing engines into one.

use UVPackIsland_Params params{}; to avoid uninitialized variables if some assignments are omitted.

Campbell Barton closed issue blender/blender#103866 2023-03-01 04:18:45 +01:00
Assert when running tests in debug build
Campbell Barton commented on issue blender/blender#103866 2023-03-01 04:18:43 +01:00
Assert when running tests in debug build

Resolved soon after but missed this report, closing. fc9c818531d8684d8fc35e0ee91f46afff507f0e

Campbell Barton commented on issue blender/blender#105328 2023-03-01 04:05:32 +01:00
unit system does not affect cavity

@fclem it looks as if this might be a matter of using the distance subtype for this property.

diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_sc…
Campbell Barton commented on pull request blender/blender#104769 2023-03-01 03:51:11 +01:00
PyAPI: extend save/load handlers, optionally take a filepath argument

Updated the patch:

  • Add filepath argument to existing load/save pre/post handlers.
  • Add failed argument for post handlers.
  • Removed init/failed handlers.
134bbc50fb Remove additional callbacks, add an argument for 'failed'.
3e13d86285 Remove additional callbacks, add an argument for 'error'
e5371d9a61 PyAPI: extend save/load handlers, optionally take a filepath argument
ea97bb1641 Use hash for Collection.gobject lookup, speedup object linking
e65671c1ed Merge branch 'blender-v3.5-release'
337e68aeb5 Test: update bl_rna_defaults
Compare 436 commits »
Campbell Barton deleted branch pr-collection-object-hash from ideasman42/blender 2023-03-01 02:54:02 +01:00