Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton closed issue blender/blender#129503 2024-10-29 12:10:23 +01:00
Unwrap with subsurf fails with triangles at level 1
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-29 12:03:43 +01:00
f377333326 Fix #129503: unwrap with subsurf at level 1 disconnects triangles
Campbell Barton pushed to main at blender/blender 2024-10-29 08:28:42 +01:00
c3b180ef92 Merge branch 'blender-v4.3-release'
28a8486e2b Fix memory leak with PyConfig initialization
88cac9b3ea Merge branch 'blender-v4.3-release'
ccaf144e6d Cleanup: compare full platform name for "darwin"
Compare 4 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-29 08:27:53 +01:00
28a8486e2b Fix memory leak with PyConfig initialization
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-29 08:10:32 +01:00
ccaf144e6d Cleanup: compare full platform name for "darwin"
Campbell Barton commented on issue blender/blender#129505 2024-10-29 08:06:21 +01:00
Crashing on UV Export

I'm unable to redo this error, please run Blender from a terminal and report the crash output.

https://docs.blender.org/manual/en/latest/advanced/command_line/launch/index.html

Campbell Barton commented on issue blender/blender#129345 2024-10-29 08:00:58 +01:00
Blender's Python requests module charset_normalizer dependency error

These kinds of issues are notoriously difficult to debug remotely, to avoid these kinds of problems, blender's Python defaults to ignoring system environment variables.

Notes:

  • Confirm your…
Campbell Barton commented on issue blender/blender#129505 2024-10-29 07:54:16 +01:00
Crashing on UV Export

Please include exact steps to redo the error.

Campbell Barton commented on pull request blender/blender#120695 2024-10-29 07:32:02 +01:00
Modifiers: Affect all selected objects when holding alt

Extracting function left in a reference to self which no longer exists.

See: self.report({'WARNING'}, "Node group must have a geometry output")


In the case the operator returns…

Campbell Barton pushed to pr-subsurf-unwrap-level-1 at ideasman42/blender 2024-10-29 05:30:44 +01:00
320b4dbf9c Fix #129503: unwrap with subsurf at level 1 disconnects triangles
Campbell Barton opened issue blender/blender#129503 2024-10-29 05:27:49 +01:00
Unwrap fails with triangles at level 1
Campbell Barton created pull request blender/blender#129501 2024-10-29 05:01:19 +01:00
Fix unwrap with subdivision surface at level 1
Campbell Barton pushed to pr-subsurf-unwrap-level-1 at ideasman42/blender 2024-10-29 05:00:13 +01:00
d0fd263614 Fix unwrap with subdivision surface at level 1
Campbell Barton created branch pr-subsurf-unwrap-level-1 in ideasman42/blender 2024-10-29 04:56:43 +01:00
Campbell Barton pushed to pr-subsurf-unwrap-level-1 at ideasman42/blender 2024-10-29 04:56:43 +01:00
740706ba86 Fix unwrap with subdivision surface at level 1
731712e3a7 AUTHORS: add 1 new author (via override)
066c6f3674 Fix UBSAN warning caused by uninitialized memory use
f408531b9b Fix #129448: Undoing face set changes produces artifacts on dense mesh
d87f604a0d Fix #129428: Sculpt undo crash after remesh with deform modifier
Compare 10 commits »
Campbell Barton pushed to main at blender/blender 2024-10-29 04:49:08 +01:00
0c8177f710 Merge branch 'blender-v4.3-release'
99e52016ba Merge branch 'blender-v4.3-release'
731712e3a7 AUTHORS: add 1 new author (via override)
066c6f3674 Fix UBSAN warning caused by uninitialized memory use
Compare 4 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-29 04:44:19 +01:00
731712e3a7 AUTHORS: add 1 new author (via override)
066c6f3674 Fix UBSAN warning caused by uninitialized memory use
Compare 2 commits »
Campbell Barton approved blender/blender#129447 2024-10-29 04:27:17 +01:00
Fix #128958: UV unwrap crash with "Use Subdivision" option

In summary, this PR seems correct but there are some related issues I noticed while checking this area.

Campbell Barton commented on pull request blender/blender#129447 2024-10-29 04:27:15 +01:00
Fix #128958: UV unwrap crash with "Use Subdivision" option

It'd be good to mention this isn't the actual number of levels used (which may be taken from the quality setting).

Campbell Barton pushed to main at ideasman42/.profile 2024-10-29 02:06:18 +01:00
6bee9ad5a2 Weekly report