Martijn Versteegh Baardaap
  • Joined on 2020-06-24
Martijn Versteegh deleted branch fix-111117 from Baardaap/blender 2023-10-01 00:18:00 +02:00
Martijn Versteegh closed issue blender/blender#111117 2023-10-01 00:17:59 +02:00
Regression: Mesh method from_pydata in Python API does not work with quads and tris
Martijn Versteegh pushed to blender-v4.0-release at blender/blender 2023-10-01 00:17:57 +02:00
3f633503d3 Fix #111117: Partially revert a280e8a6
Martijn Versteegh merged pull request blender/blender#112879 2023-10-01 00:17:56 +02:00
Fix #111117: Partially revert a280e8a6
Martijn Versteegh closed issue blender/blender-addons#104743 2023-10-01 00:17:11 +02:00
Blender 4.0 alpha - Add-on Archimesh doesn't work in most parts
Martijn Versteegh commented on issue blender/blender-addons#104743 2023-10-01 00:17:10 +02:00
Blender 4.0 alpha - Add-on Archimesh doesn't work in most parts

I close this one in favour of blender/blender#111117 , which is the same issue.

Martijn Versteegh pushed to fix-111117 at Baardaap/blender 2023-09-30 23:59:29 +02:00
4d563c1674 Fix #111117: Partially revert a280e8a6
Martijn Versteegh pushed to fix-111117 at Baardaap/blender 2023-09-30 21:50:37 +02:00
12dbead6a8 Fix #111117: Partially revert a280e8a6
ad50ded7b5 Metal: Fix texture atomic wrapper
63e1d06233 Geometry Nodes: add utility for debug randomization of instances
bafc952f97 Cleanup: Geometry Nodes: pass selection by varray instead of field
08aa71bfc9 Merge branch 'blender-v4.0-release'
Compare 156 commits »
Martijn Versteegh pushed to fix-111117 at Baardaap/blender 2023-09-27 20:01:34 +02:00
8b72f96c86 Merge branch 'blender-v4.0-release' into fix-111117
5017767e11 Fix tools header background aligns wrong if region is flipped to bottom
7449f0e14c Fix #109599: Setting custom normals can skip marking some edges sharp
8774b20477 Fix #112961: Crash marking Collection as an Asset
488469e7c5 Fix excessive padding at bottom of nodes with panels
Compare 113 commits »
Martijn Versteegh commented on pull request blender/blender#112879 2023-09-25 23:34:16 +02:00
Fix #111117: Partially revert a280e8a6

@brecht Since you reviewed the original patch, could you take a look at this partial revert?

Martijn Versteegh created pull request blender/blender#112879 2023-09-25 23:32:31 +02:00
Fix #111117: Partially revert a280e8a6
Martijn Versteegh pushed to fix-111117 at Baardaap/blender 2023-09-25 23:31:37 +02:00
df96cf430e Fix #111117: Partially revert a280e8a6
Martijn Versteegh pushed to fix-111117 at Baardaap/blender 2023-09-25 23:26:18 +02:00
897dff2845 Fix #111117: Partially revert a280e8a6
Martijn Versteegh pushed to fix-111117 at Baardaap/blender 2023-09-25 23:07:05 +02:00
b7da1e1609 Fix #111117: Partially revert a280e8a6
39baa94427 Cycles: Throttle MetalRT BVH builds to avoid exceeding working set limits
0dfcde3fde Fix: EEVEE-Next: Ensure volume property textures are cleared
a469640861 USD: improve I/O of emission color in preview surface
3d38b51435 Shaders: add "Weight" to Transmission/Subsurface/Coat/Sheen socket names
Compare 10 commits »
Martijn Versteegh created branch fix-111117 in Baardaap/blender 2023-09-25 23:07:05 +02:00
Martijn Versteegh commented on issue blender/blender#111608 2023-09-25 20:34:47 +02:00
Joining objects can create more customdata layers (e.g. UVMaps) than allowed, can eat huge amounts of RAM, bloats the filesize

More UV layers than allowed, last ones won't be available for render, shaders, etc.

I'm not completely sure about this, since it has been a while I really dove into this code, but I think

Martijn Versteegh commented on issue blender/blender-addons#104743 2023-08-26 22:33:49 +02:00
Blender 4.0 alpha - Add-on Archimesh doesn't work in most parts

probably the same issue as #111117 ? Will look into it.

Martijn Versteegh commented on issue blender/blender#111117 2023-08-26 22:27:37 +02:00
Regression: Mesh method from_pydata in Python API does not work with quads and tris

I can maybe partially revert a280e8a68c. Just revert the check causing the problem and not the added code which is needed to fix #107416

Martijn Versteegh commented on issue blender/blender-addons#104762 2023-07-23 11:10:46 +02:00
in 4.0 alpha, i cannot add bolts anymore...

I'll see if I understand what's happening exactly. The 'not strictly necessary' is maybe not true anymore.