nutti nutti
  • (x, y, z)
  • https://colorful-pico.net/
  • Indie Game/App Developer, especially interested in Blender add-on's Development.

  • Joined on 2014-02-03
nutti created branch add-specific-bm-layer-collection-element-type in nutti/blender 2024-08-04 08:27:59 +02:00
nutti pushed to main at nutti/blender 2024-08-04 08:22:37 +02:00
c071030ac3 Cleanup: spelling in comments
cdd72e689f Sculpt: Refactor displacement eraser filter initialization
f06d6185fc Cleanup: Sculpt: Use C++ vector type for symmetry flip function
08cd53b1d1 Cleanup: Sculpt: Remove unnecessary geodesic fallback code
009366410f Cleanup: Sculpt: Avoid PBVHVertRef abstraction for trim tool
Compare 386 commits »
nutti deleted branch fix-arg-name-in-docstring from nutti/blender 2024-07-31 09:30:24 +02:00
nutti created pull request blender/blender#125316 2024-07-23 14:36:23 +02:00
Fix docstring of the bpy.utils.user_resource argument
nutti pushed to fix-arg-name-in-docstring at nutti/blender 2024-07-23 14:35:39 +02:00
7294690525 Fix docstring of the bpy.utils.user_resource argument
nutti created branch fix-arg-name-in-docstring in nutti/blender 2024-07-23 14:35:39 +02:00
nutti pushed to main at nutti/blender 2024-07-23 14:33:16 +02:00
9f375192e3 Fix #125261: Missing insert key menu in draw mode
990134af26 Anim: fix a crash showing the dopesheet with multi-slot Actions
0e881a7772 glTF exporter: Fix UDIM export crash when not rectangular tile locations
c7fdd46e01 Cleanup: Missing BKE compositor include
c816649d85 Cleanup: improve comment regarding Cycles spot light scaling
Compare 74 commits »
nutti created pull request blender/blender#125132 2024-07-20 12:16:57 +02:00
Fix bpy.context.temp_override Python API doc not to take the positional arguments
075f622677 Fix bpy.context.temp_override Python API doc not to take the positional arguments.
nutti pushed to main at nutti/blender 2024-07-20 12:10:18 +02:00
f5ec03698c License headers: add SPDX headers
a616799607 Fix window activation on startup with Wayland & libdecor
cb4aa93480 Fix #120465: Crash using the snap tool with Wayland & Libdecor
518a83104c Cleanup: resolve missing declaration warning
3a22f3e391 Fix: Linux build error in previous commit
Compare 84 commits »
nutti deleted branch distinguish-tuple-and-or from nutti/blender 2024-07-18 10:12:02 +02:00
nutti created pull request blender/blender#124879 2024-07-17 14:08:54 +02:00
Distinguish between tuple and union data type in Python API docs
nutti created branch distinguish-tuple-and-or in nutti/blender 2024-07-17 14:06:18 +02:00
nutti pushed to distinguish-tuple-and-or at nutti/blender 2024-07-17 14:06:18 +02:00
181a75b943 Distinguish between tuple and union data type in Python API docs
nutti pushed to main at nutti/blender 2024-07-17 14:00:36 +02:00
c7c55894e4 Fix: EEVEE principled coat has tint when the weight is zero
9a69d0cc9f Tests: Update Cycles image colorspace OSL tests
823de4b3b8 Vulkan: Add support for colored particle hair
94d2d64ec7 Fix: Broken menus in VSE
aac0189e2c Fix #124868: Frame Selected didn't move of the X-axis sometimes
Compare 460 commits »
nutti deleted branch fix-bpy-context-active-bone-data-type from nutti/blender 2024-07-17 08:59:20 +02:00
nutti commented on pull request blender/blender#124406 2024-07-16 12:23:49 +02:00
Fix: Data type of bpy.context.active_bone on Python API document

Fixed now.

nutti pushed to fix-bpy-context-active-bone-data-type at nutti/blender 2024-07-16 12:23:14 +02:00
d4c90f82e7 Apply review comment
nutti commented on pull request blender/blender#124406 2024-07-12 13:49:18 +02:00
Fix: Data type of bpy.context.active_bone on Python API document

Fixed.