Nathan Burnham Road-hog123
Nathan Burnham pushed to typing-fixes at Road-hog123/blender 2024-06-09 21:45:30 +02:00
6eaffafc0d PyAPI Doc: vert_pair described as single vert
f371f46a50 Fix: Crash extracting vertex buffer for incomplete set of Mesh UV maps
Compare 2 commits »
Nathan Burnham pushed to main at Road-hog123/blender 2024-06-09 21:45:14 +02:00
f371f46a50 Fix: Crash extracting vertex buffer for incomplete set of Mesh UV maps
Nathan Burnham pushed to main at Road-hog123/blender 2024-06-09 16:58:09 +02:00
07f5d32517 Merge branch 'blender-v4.2-release'
2007fc2029 Merge branch 'blender-v4.2-release'
96c179d77d Merge branch 'blender-v4.2-release'
ff720cde32 Merge branch 'blender-v4.2-release'
5fda92a44f Extension: defer loading extensions JSON/TOML meta-data until needed
Compare 18 commits »
Nathan Burnham created branch typing-fixes in Road-hog123/blender 2024-06-09 16:57:59 +02:00
Nathan Burnham pushed to typing-fixes at Road-hog123/blender 2024-06-09 16:57:59 +02:00
fd9b88d743 vert_pair not typed as sequence
07f5d32517 Merge branch 'blender-v4.2-release'
2007fc2029 Merge branch 'blender-v4.2-release'
96c179d77d Merge branch 'blender-v4.2-release'
ff720cde32 Merge branch 'blender-v4.2-release'
Compare 10 commits »
Nathan Burnham pushed to main at Road-hog123/blender 2024-06-08 20:23:22 +02:00
cf3323fe32 Merge branch 'blender-v4.2-release'
f59f5fd83f Fix #122901: Geonodes modifier- setting an imput as string crashes blender.
c4c3812894 Merge branch 'blender-v4.2-release'
3412a34145 Merge branch 'blender-v4.2-release'
b0232b4e0e Cleanup: various warnings from pylint for extensions & addons
Compare 296 commits »
Nathan Burnham deleted branch typing-fixes from Road-hog123/blender 2024-06-05 15:21:52 +02:00
Nathan Burnham opened issue blender/blender#122737 2024-06-04 20:25:30 +02:00
node_tree attribute of shader-specific classes not typed as ShaderNodeTree
Nathan Burnham pushed to main at Road-hog123/blender 2024-06-04 19:54:03 +02:00
fac32e9647 Cleanup: make format
ffa363355d Extensions: "permissions" Expect a dictionary instead of a list
e2458001e4 UI: Extensions: Layout tweaks to list items
c49045ff53 Nodes: open node property panel by default
b7303c5183 Fix: Cycles standalone build failures
Compare 5 commits »
Nathan Burnham created pull request blender/blender#122734 2024-06-04 19:49:50 +02:00
PyAPI Doc: fix typos causing untyped parameters
Nathan Burnham pushed to typing-fixes at Road-hog123/blender 2024-06-04 19:49:06 +02:00
4faa049aab PyAPI Doc: fix typos causing untyped parameters
fac32e9647 Cleanup: make format
ffa363355d Extensions: "permissions" Expect a dictionary instead of a list
e2458001e4 UI: Extensions: Layout tweaks to list items
c49045ff53 Nodes: open node property panel by default
Compare 6 commits »
Nathan Burnham pushed to typing-fixes at Road-hog123/blender 2024-06-04 19:03:02 +02:00
88c57e7137 PyAPI Doc: fix typos causing untyped parameters
Nathan Burnham created branch typing-fixes in Road-hog123/blender 2024-06-04 19:03:02 +02:00
Nathan Burnham pushed to main at Road-hog123/blender 2024-06-04 19:02:45 +02:00
1604eb9821 Geometry Nodes: expose instance transform field as default input for node groups
dd6b535521 Build: Add USD patch to fix issues with MaterialX EDF on Metal
820edb920d Geometry Nodes: use instance transform as default in Set Instance Transform node
1e5d1c0d04 Fix (unreported) I18N error when generating messages for an add-on.
b179378766 Fix (unreported) crash in I18N messages extraction script.
Compare 13 commits »
Nathan Burnham pushed to main at Road-hog123/blender 2024-06-04 17:37:29 +02:00
b5a4786064 GPv3: Draw Tool: Stabilize Stroke setting
0ac65555b2 Cleanup: GPv3: Draw Tool: Shorten name in UI
57e92e9192 Fix: Overlay: Facing overlay is not transparent with zero alpha
916d9d5beb Fix: EEVEE-Legacy: Forgot version bump
be0d7522ea Geometry Nodes: support link drag search for capture attribute node
Compare 52 commits »
Nathan Burnham pushed to main at Road-hog123/blender 2024-06-03 20:39:53 +02:00
3a2ea7828e Fix #122599: Windows Registration/Unregistration Endless Loop
5e6760d554 Fix #122625: List of XForm ops needs to be stored at class level
a0360be760 Fix #122517: Ensure depsgraph is updated before disabling subdiv
068e624ebc UI: Make sidebars slightly wider
10071caea8 UI: Show Passepartout When All Overlays Off
Compare 18 commits »
Nathan Burnham pushed to main at Road-hog123/blender 2024-06-03 15:13:19 +02:00
3f67abfe3c Fix: EEVEE-Next: Wrong Camera Viewport Render with enabled overscan
c0b8473bd6 Tests: Update Hydra reference renders
a1d52ee950 Fix: Cycles CUDA runtime compilation should mark CUDA 12 as supported
5069d41b18 Fix: GPU issue because of bound depth buffer
6ec64cb039 Vulkan: Fix sample count when uploading layered textures
Compare 120 commits »
Nathan Burnham pushed to main at Road-hog123/blender 2024-05-30 15:47:22 +02:00
53d076612a Tools: add a hash-length argument for the weekly reports generator
2bc7a7edfc Cleanup: quiet missing-declarations warning
edd0914853 GPv3: Fill tool smooth & simplify post processing
29f1c96657 Extensions: detect dropping URL's from disabled repositories
b19d4d7df6 Extensions: suppress connection errors in console for automatic checks
Compare 57 commits »
Nathan Burnham pushed to main at Road-hog123/blender 2024-05-29 13:43:15 +02:00
515d8b9a0d Cleanup: minor tweaks to comments for extensions notifications
33622c7546 Fix extensions makefile on systems without a GNU userland
781f9b9886 GPv3: Extrude operator in points menu
e991154ddb Extensions: sync remote extensions when displaying preferences
bf676e8973 GPv3: Draw Tool: Replace "Input Samples" with "Spacing"
Compare 67 commits »
Nathan Burnham deleted branch bmesh-typing-fixes from Road-hog123/blender 2024-05-29 12:04:28 +02:00