Traceback (most recent call last): File "C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\scripts\modules\addon_utils.py", line 381, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\Biome-Reader\__init__.py", line 115, in from . import widgets File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\Biome-Reader\widgets\__init__.py", line 23, in from . import infobox File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\Biome-Reader\widgets\infobox.py", line 54, in class SC5InfoBox(): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\Biome-Reader\widgets\infobox.py", line 139, in SC5InfoBox LOGO_FILL_SHADER = gpu.shader.from_builtin('2D_UNIFORM_COLOR') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: expected a string in ('FLAT_COLOR', 'IMAGE', 'IMAGE_COLOR', 'SMOOTH_COLOR', 'UNIFORM_COLOR', 'POLYLINE_FLAT_COLOR', 'POLYLINE_SMOOTH_COLOR', 'POLYLINE_UNIFORM_COLOR'), got '2D_UNIFORM_COLOR' Traceback (most recent call last): File "C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\scripts\modules\addon_utils.py", line 381, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\virtucamera_blender\__init__.py", line 37, in from .virtucamera_blender import * File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\virtucamera_blender\virtucamera_blender.py", line 39, in from .virtucamera import VCBase, VCServer File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\virtucamera_blender\virtucamera\__init__.py", line 42, in from .vc_core import VCServer ModuleNotFoundError: No module named 'virtucamera_blender.virtucamera.vc_core' Traceback (most recent call last): File "C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\scripts\modules\addon_utils.py", line 381, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\BlendLuxCore\__init__.py", line 66, in raise Exception(msg + "\n\nImportError: %s" % error) from None Exception: Could not import pyluxcore. You probably forgot to install one of the redistributable packages. They are listed in the release announcement post. ImportError: DLL load failed while importing pyluxcore: 找不到指定的模块。 Traceback (most recent call last): File "C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\scripts\modules\addon_utils.py", line 381, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\Biome-Reader\__init__.py", line 115, in from . import widgets File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\Biome-Reader\widgets\__init__.py", line 23, in from . import infobox File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\Biome-Reader\widgets\infobox.py", line 54, in class SC5InfoBox(): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\Biome-Reader\widgets\infobox.py", line 139, in SC5InfoBox LOGO_FILL_SHADER = gpu.shader.from_builtin('2D_UNIFORM_COLOR') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: expected a string in ('FLAT_COLOR', 'IMAGE', 'IMAGE_COLOR', 'SMOOTH_COLOR', 'UNIFORM_COLOR', 'POLYLINE_FLAT_COLOR', 'POLYLINE_SMOOTH_COLOR', 'POLYLINE_UNIFORM_COLOR'), got '2D_UNIFORM_COLOR' Traceback (most recent call last): File "C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\scripts\modules\addon_utils.py", line 381, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\BlendLuxCore\__init__.py", line 66, in raise Exception(msg + "\n\nImportError: %s" % error) from None Exception: Could not import pyluxcore. You probably forgot to install one of the redistributable packages. They are listed in the release announcement post. ImportError: DLL load failed while importing pyluxcore: 找不到指定的模块。 Traceback (most recent call last): File "C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\scripts\modules\addon_utils.py", line 381, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\virtucamera_blender\__init__.py", line 37, in from .virtucamera_blender import * File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\virtucamera_blender\virtucamera_blender.py", line 39, in from .virtucamera import VCBase, VCServer File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\virtucamera_blender\virtucamera\__init__.py", line 42, in from .vc_core import VCServer ModuleNotFoundError: No module named 'virtucamera_blender.virtucamera.vc_core' I0601 13:20:17.534408 8012 device.cpp:36] CUEW initialization succeeded I0601 13:20:17.534408 8012 device.cpp:38] Found precompiled kernels I0601 13:20:17.543324 8012 device.cpp:63] HIPEW initialization failed: Error opening HIP dynamic library I0601 13:20:20.613219 8012 device.cpp:199] Device has compute preemption or is not used for display. I0601 13:20:20.613219 8012 device.cpp:202] Added device "NVIDIA GeForce RTX 4090" with id "CUDA_NVIDIA GeForce RTX 4090_0000:01:00". I0601 13:20:20.613219 8012 device.cpp:205] Device with id "CUDA_NVIDIA GeForce RTX 4090_0000:01:00" supports OpenImageDenoise. Error in bpy.app.handlers.frame_change_pre[12]: Switching to fully guarded memory allocator. Blender 4.2.0 Alpha Build: 2024-05-25 00:59:40 Windows Release argv[0] = C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\\blender argv[1] = --debug argv[2] = --debug-cycles argv[3] = --python-expr argv[4] = import bpy; bpy.context.preferences.filepaths.temporary_directory=r'C:\Users\16839\AppData\Local\Temp\blender\debug_logs'; bpy.ops.wm.sysinfo(filepath=r'C:\Users\16839\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt') Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 7441, in frame_change_pre_handler_156BA if (bpy.context.scene.rigidbody_world.point_cache.frame_end != bpy.context.scene.frame_end): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_post[4]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 2409, in frame_change_post_handler_DD6BD if ((bpy.context.scene.rigidbody_world.point_cache.info == bpy.context.scene.sna_rbw_info) and (bpy.context.scene.frame_current != bpy.context.scene.frame_end)): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' I0601 13:20:22.108525 16704 device.cpp:541] Mapped host memory limit set to 64,189,616,128 bytes. (59.78G) I0601 13:20:22.175302 16704 device_impl.cpp:81] All knobs on default. I0601 13:20:22.257535 16704 device_impl.cpp:81] Opened database: "C:\Users\16839\AppData\Local\NVIDIA\OptixCache\optix7cache.db" I0601 13:20:22.257535 16704 device_impl.cpp:81] Cache data size: "1.7 GiB" I0601 13:20:22.269495 16704 device_impl.cpp:63] Using AVX2 CPU kernels. Error in bpy.app.handlers.frame_change_pre[12]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 7441, in frame_change_pre_handler_156BA if (bpy.context.scene.rigidbody_world.point_cache.frame_end != bpy.context.scene.frame_end): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_post[4]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 2409, in frame_change_post_handler_DD6BD if ((bpy.context.scene.rigidbody_world.point_cache.info == bpy.context.scene.sna_rbw_info) and (bpy.context.scene.frame_current != bpy.context.scene.frame_end)): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_pre[12]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 7441, in frame_change_pre_handler_156BA if (bpy.context.scene.rigidbody_world.point_cache.frame_end != bpy.context.scene.frame_end): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_post[4]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 2409, in frame_change_post_handler_DD6BD if ((bpy.context.scene.rigidbody_world.point_cache.info == bpy.context.scene.sna_rbw_info) and (bpy.context.scene.frame_current != bpy.context.scene.frame_end)): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_pre[12]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 7441, in frame_change_pre_handler_156BA if (bpy.context.scene.rigidbody_world.point_cache.frame_end != bpy.context.scene.frame_end): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_post[4]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 2409, in frame_change_post_handler_DD6BD if ((bpy.context.scene.rigidbody_world.point_cache.info == bpy.context.scene.sna_rbw_info) and (bpy.context.scene.frame_current != bpy.context.scene.frame_end)): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' I0601 13:20:22.290427 16704 sync.cpp:297] Total time spent synchronizing data: 0.0064941 I0601 13:20:22.290427 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.290427 10664 film.cpp:592] Effective scene passes: I0601 13:20:22.290427 10664 film.cpp:594] - type: combined, name: "Combined", mode: DENOISED, is_written: True I0601 13:20:22.290427 10664 film.cpp:594] - type: combined, name: "Noisy Image", mode: NOISY, is_written: True I0601 13:20:22.290427 10664 film.cpp:594] - type: adaptive_aux_buffer, name: "", mode: NOISY, is_written: True I0601 13:20:22.290427 10664 film.cpp:594] - type: denoising_normal, name: "", mode: NOISY, is_written: True I0601 13:20:22.291424 10664 film.cpp:594] - type: denoising_albedo, name: "", mode: NOISY, is_written: True I0601 13:20:22.291424 10664 film.cpp:594] - type: sample_count, name: "", mode: NOISY, is_written: True I0601 13:20:22.291424 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.291424 10664 scene.cpp:588] Requested features: I0601 13:20:22.291424 10664 scene.cpp:589] Use BSDF True I0601 13:20:22.291424 10664 scene.cpp:590] Use Emission True I0601 13:20:22.291424 10664 scene.cpp:592] Use Volume False I0601 13:20:22.291424 10664 scene.cpp:593] Use Bump False I0601 13:20:22.291424 10664 scene.cpp:594] Use Voronoi False I0601 13:20:22.291424 10664 scene.cpp:596] Use Shader Raytrace False I0601 13:20:22.291424 10664 scene.cpp:598] Use MNEE False I0601 13:20:22.291424 10664 scene.cpp:599] Use Transparent False I0601 13:20:22.291424 10664 scene.cpp:601] Use Denoising True I0601 13:20:22.291424 10664 scene.cpp:602] Use Path Tracing True I0601 13:20:22.291424 10664 scene.cpp:604] Use Hair False I0601 13:20:22.291424 10664 scene.cpp:605] Use Pointclouds False I0601 13:20:22.291424 10664 scene.cpp:607] Use Object Motion True I0601 13:20:22.291424 10664 scene.cpp:609] Use Baking False I0601 13:20:22.291424 10664 scene.cpp:610] Use Subsurface False I0601 13:20:22.291424 10664 scene.cpp:611] Use Volume False I0601 13:20:22.291424 10664 scene.cpp:612] Use Patch Evaluation False I0601 13:20:22.291424 10664 scene.cpp:614] Use Shadow Catcher False I0601 13:20:22.291424 10664 device_impl.cpp:263] Testing for pre-compiled kernel C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\scripts\addons_core\cycles\lib/kernel_sm_89.cubin. I0601 13:20:22.291424 10664 device_impl.cpp:265] Using precompiled kernel. I0601 13:20:22.349737 10664 device_impl.cpp:508] Local memory reserved 1,258,291,200 bytes. (1.17G) I0601 13:20:22.351732 10664 device_impl.cpp:81] Cache hit for key: ptx-498320-keyfdf1323de2954116ebf41e318feedd1b-sm_89-rtc1-drv555.85 I0601 13:20:22.351732 10664 device_impl.cpp:81] I0601 13:20:22.360702 10664 device_impl.cpp:81] Info: Pipeline statistics module(s) : 1 entry function(s) : 10 trace call(s) : 8 continuation callable call(s) : 0 direct callable call(s) : 0 basic block(s) in entry functions : 1070 instruction(s) in entry functions : 16046 non-entry function(s) : 1 basic block(s) in non-entry functions: 37 instruction(s) in non-entry functions: 667 debug information : no I0601 13:20:22.360702 10664 svm.cpp:69] Total 7 shaders. I0601 13:20:22.361698 10664 svm.cpp:145] Shader manager updated 7 shaders in 0.0009739 seconds. I0601 13:20:22.361698 10664 object.cpp:781] Total 1 objects. I0601 13:20:22.361698 10664 particles.cpp:106] Total 0 particle systems. I0601 13:20:22.361698 10664 geometry.cpp:719] Total 1 meshes. I0601 13:20:22.362694 10664 device_impl.cpp:1036] Using fast to trace OptiX BVH I0601 13:20:22.362694 10664 geometry_bvh.cpp:127] Using OPTIX layout. I0601 13:20:22.362694 10664 device_impl.cpp:1036] Using fast to trace OptiX BVH I0601 13:20:22.408913 10664 tables.cpp:39] Total 10 lookup tables. I0601 13:20:22.408913 10664 light.cpp:1419] Total 2 lights. I0601 13:20:22.408913 10664 light.cpp:264] Background MIS has been disabled. I0601 13:20:22.408913 10664 light.cpp:1399] Number of lights sent to the device: 1 I0601 13:20:22.408913 10664 light.cpp:839] Use light tree with 1 emitters and 3 nodes. I0601 13:20:22.420876 10664 tables.cpp:39] Total 11 lookup tables. I0601 13:20:22.420876 10664 scene.cpp:354] System memory statistics after full device sync: Usage: 33,655,692 (32.10M) Peak: 33,745,804 (32.18M) I0601 13:20:22.474261 10664 path_trace.cpp:409] Rendered 1 samples in 0.0069761 seconds (0.0069761 seconds per sample), occupancy: 0.102492 I0601 13:20:22.486222 10664 path_trace_work_gpu.cpp:907] Using graphics interop GPU display update. I0601 13:20:22.488216 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.648451 10664 path_trace.cpp:409] Rendered 63 samples in 0.159926 seconds (0.0025385 seconds per sample), occupancy: 0.391294 I0601 13:20:22.649447 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.652438 10664 path_trace.cpp:409] Rendered 16 samples in 0.0030581 seconds (0.000191131 seconds per sample), occupancy: 0.000367928 I0601 13:20:22.653434 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.656424 10664 path_trace.cpp:409] Rendered 16 samples in 0.0024486 seconds (0.000153038 seconds per sample), occupancy: 0.000230738 I0601 13:20:22.657421 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.659415 10664 path_trace.cpp:409] Rendered 16 samples in 0.0017875 seconds (0.000111719 seconds per sample), occupancy: 0.000115221 I0601 13:20:22.660411 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.662405 10664 path_trace.cpp:409] Rendered 16 samples in 0.0019353 seconds (0.000120956 seconds per sample), occupancy: 4.55947e-05 I0601 13:20:22.664398 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.665395 10664 path_trace.cpp:409] Rendered 16 samples in 0.0015838 seconds (9.89875e-05 seconds per sample), occupancy: 2.92157e-05 I0601 13:20:22.666391 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.668385 10664 path_trace.cpp:409] Rendered 16 samples in 0.001355 seconds (8.46875e-05 seconds per sample), occupancy: 1.24296e-05 I0601 13:20:22.669381 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.670378 10664 path_trace.cpp:409] Rendered 16 samples in 0.0013406 seconds (8.37875e-05 seconds per sample), occupancy: 1.33038e-05 I0601 13:20:22.672371 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.673368 10664 path_trace.cpp:409] Rendered 16 samples in 0.0013252 seconds (8.2825e-05 seconds per sample), occupancy: 1.24296e-05 I0601 13:20:22.674364 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.676358 10664 path_trace.cpp:409] Rendered 16 samples in 0.00136 seconds (8.5e-05 seconds per sample), occupancy: 1.33038e-05 I0601 13:20:22.677354 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.678351 10664 path_trace.cpp:409] Rendered 16 samples in 0.0009383 seconds (5.86438e-05 seconds per sample), occupancy: 9.02812e-06 I0601 13:20:22.679348 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.680344 10664 path_trace.cpp:409] Rendered 16 samples in 0.0009441 seconds (5.90063e-05 seconds per sample), occupancy: 9.15527e-06 I0601 13:20:22.681341 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.682338 10664 path_trace.cpp:409] Rendered 16 samples in 0.0009678 seconds (6.04875e-05 seconds per sample), occupancy: 9.15527e-06 I0601 13:20:22.770539 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.876691 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:22.876691 10664 session.cpp:160] Rendering in main loop is done in 0.431823 seconds. I0601 13:20:22.876691 10664 session.cpp:161] Full path tracing report Path tracing on: NVIDIA GeForce RTX 4090 (OptiX) [CUDA_NVIDIA GeForce RTX 4090_0000:01:00_OptiX] Denoising on: NVIDIA GeForce RTX 4090 (OptiX) [CUDA_NVIDIA GeForce RTX 4090_0000:01:00_OptiX] Render Scheduler Summary Mode: Background Resolution: 1920x1080 Adaptive sampling: Use: True Step: 16 Min Samples: 49 Threshold: 0.125000 Denoiser: Use: True Type: OpenImageDenoise Start Sample: 0 Passes: Color, Albedo, Normal Time (in seconds): Wall Average Path Tracing 0.186237 0.000727 Adaptive Filter 0.014949 0.000059 Denoiser 0.126938 0.063469 Display Update 0.014641 0.004880 Total: 0.342764 Rendered 256 samples in 0.431292 seconds I0601 13:20:22.876691 16704 session.cpp:479] Total render time: 0.607469 I0601 13:20:22.877688 16704 session.cpp:480] Render time (without synchronization): 0.432369 I0601 13:20:25.125978 8012 device.cpp:541] Mapped host memory limit set to 64,189,616,128 bytes. (59.78G) I0601 13:20:25.125978 8012 device_impl.cpp:81] All knobs on default. I0601 13:20:25.168835 8012 device_impl.cpp:81] Opened database: "C:\Users\16839\AppData\Local\NVIDIA\OptixCache\optix7cache.db" I0601 13:20:25.168835 8012 device_impl.cpp:81] Cache data size: "1.7 GiB" I0601 13:20:25.168835 8012 device_impl.cpp:63] Using AVX2 CPU kernels. I0601 13:20:25.184909 8012 sync.cpp:297] Total time spent synchronizing data: 0.0002404 I0601 13:20:25.184909 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.184909 3804 film.cpp:592] Effective scene passes: I0601 13:20:25.184909 3804 film.cpp:594] - type: combined, name: "", mode: DENOISED, is_written: True I0601 13:20:25.184909 3804 film.cpp:594] - type: combined, name: "", mode: NOISY, is_written: True I0601 13:20:25.184909 3804 film.cpp:594] - type: adaptive_aux_buffer, name: "", mode: NOISY, is_written: True I0601 13:20:25.184909 3804 film.cpp:594] - type: denoising_normal, name: "", mode: NOISY, is_written: True I0601 13:20:25.184909 3804 film.cpp:594] - type: denoising_albedo, name: "", mode: NOISY, is_written: True I0601 13:20:25.184909 3804 film.cpp:594] - type: sample_count, name: "", mode: NOISY, is_written: True I0601 13:20:25.184909 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.184909 3804 scene.cpp:588] Requested features: I0601 13:20:25.184909 3804 scene.cpp:589] Use BSDF True I0601 13:20:25.184909 3804 scene.cpp:590] Use Emission True I0601 13:20:25.184909 3804 scene.cpp:592] Use Volume False I0601 13:20:25.184909 3804 scene.cpp:593] Use Bump False I0601 13:20:25.184909 3804 scene.cpp:594] Use Voronoi False I0601 13:20:25.184909 3804 scene.cpp:596] Use Shader Raytrace False I0601 13:20:25.184909 3804 scene.cpp:598] Use MNEE False I0601 13:20:25.184909 3804 scene.cpp:599] Use Transparent False I0601 13:20:25.184909 3804 scene.cpp:601] Use Denoising True I0601 13:20:25.184909 3804 scene.cpp:602] Use Path Tracing True I0601 13:20:25.184909 3804 scene.cpp:604] Use Hair False I0601 13:20:25.184909 3804 scene.cpp:605] Use Pointclouds False I0601 13:20:25.184909 3804 scene.cpp:607] Use Object Motion False I0601 13:20:25.184909 3804 scene.cpp:609] Use Baking False I0601 13:20:25.184909 3804 scene.cpp:610] Use Subsurface False I0601 13:20:25.184909 3804 scene.cpp:611] Use Volume False I0601 13:20:25.184909 3804 scene.cpp:612] Use Patch Evaluation False I0601 13:20:25.184909 3804 scene.cpp:614] Use Shadow Catcher False I0601 13:20:25.184909 3804 device_impl.cpp:263] Testing for pre-compiled kernel C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\scripts\addons_core\cycles\lib/kernel_sm_89.cubin. I0601 13:20:25.184909 3804 device_impl.cpp:265] Using precompiled kernel. I0601 13:20:25.211325 3804 device_impl.cpp:508] Local memory reserved 0 bytes. (0) I0601 13:20:25.212322 3804 device_impl.cpp:81] Cache hit for key: ptx-498320-keye4bd1d07095f37c7a9feb7051d038822-sm_89-rtc1-drv555.85 I0601 13:20:25.212322 3804 device_impl.cpp:81] I0601 13:20:25.220295 3804 device_impl.cpp:81] Info: Pipeline statistics module(s) : 1 entry function(s) : 10 trace call(s) : 8 continuation callable call(s) : 0 direct callable call(s) : 0 basic block(s) in entry functions : 1070 instruction(s) in entry functions : 16046 non-entry function(s) : 1 basic block(s) in non-entry functions: 37 instruction(s) in non-entry functions: 667 debug information : no I0601 13:20:25.220295 3804 svm.cpp:69] Total 7 shaders. I0601 13:20:25.220295 3804 svm.cpp:145] Shader manager updated 7 shaders in 0.00042 seconds. I0601 13:20:25.220295 3804 object.cpp:781] Total 1 objects. I0601 13:20:25.220295 3804 particles.cpp:106] Total 0 particle systems. I0601 13:20:25.220295 3804 geometry.cpp:719] Total 1 meshes. I0601 13:20:25.220295 3804 device_impl.cpp:1040] Using fast to update OptiX BVH I0601 13:20:25.220295 3804 geometry_bvh.cpp:127] Using OPTIX layout. I0601 13:20:25.220295 3804 device_impl.cpp:1040] Using fast to update OptiX BVH I0601 13:20:25.221292 3804 tables.cpp:39] Total 9 lookup tables. I0601 13:20:25.221292 3804 light.cpp:1419] Total 2 lights. I0601 13:20:25.221292 3804 light.cpp:264] Background MIS has been disabled. I0601 13:20:25.221292 3804 light.cpp:1399] Number of lights sent to the device: 1 I0601 13:20:25.221292 3804 light.cpp:839] Use light tree with 1 emitters and 3 nodes. I0601 13:20:25.224282 3804 tables.cpp:39] Total 10 lookup tables. I0601 13:20:25.224282 3804 scene.cpp:354] System memory statistics after full device sync: Usage: 208,137,104 (198.49M) Peak: 237,021,156 (226.04M) I0601 13:20:25.322460 3804 path_trace.cpp:409] Rendered 4 samples in 0.0093519 seconds (0.00233797 seconds per sample), occupancy: 0.00412328 I0601 13:20:25.340400 3804 path_trace_work_gpu.cpp:907] Using graphics interop GPU display update. I0601 13:20:25.344386 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.347376 3804 path_trace.cpp:409] Rendered 1 samples in 0.002182 seconds (0.002182 seconds per sample), occupancy: 0.0663376 I0601 13:20:25.347770 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.349766 3804 path_trace.cpp:409] Rendered 1 samples in 0.0018074 seconds (0.0018074 seconds per sample), occupancy: 0.0663398 I0601 13:20:25.415171 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.416169 3804 path_trace.cpp:409] Rendered 1 samples in 0.0018838 seconds (0.0018838 seconds per sample), occupancy: 0.0464371 I0601 13:20:25.448043 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.450038 3804 path_trace.cpp:409] Rendered 1 samples in 0.0019513 seconds (0.0019513 seconds per sample), occupancy: 0.0464383 I0601 13:20:25.479650 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.480648 3804 path_trace.cpp:409] Rendered 1 samples in 0.0018734 seconds (0.0018734 seconds per sample), occupancy: 0.0464356 I0601 13:20:25.511174 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.514168 3804 path_trace.cpp:409] Rendered 1 samples in 0.0031049 seconds (0.0031049 seconds per sample), occupancy: 0.0663392 I0601 13:20:25.544066 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.548053 3804 path_trace.cpp:409] Rendered 1 samples in 0.0037471 seconds (0.0037471 seconds per sample), occupancy: 0.0464348 I0601 13:20:25.575959 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.578949 3804 path_trace.cpp:409] Rendered 1 samples in 0.001919 seconds (0.001919 seconds per sample), occupancy: 0.0464387 I0601 13:20:25.608687 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.610682 3804 path_trace.cpp:409] Rendered 1 samples in 0.0018824 seconds (0.0018824 seconds per sample), occupancy: 0.0464378 I0601 13:20:25.640405 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.643396 3804 path_trace.cpp:409] Rendered 2 samples in 0.0028883 seconds (0.00144415 seconds per sample), occupancy: 0.0928777 I0601 13:20:25.673077 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.676069 3804 path_trace.cpp:409] Rendered 2 samples in 0.0029288 seconds (0.0014644 seconds per sample), occupancy: 0.0928741 I0601 13:20:25.706892 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.708886 3804 path_trace.cpp:409] Rendered 2 samples in 0.0025954 seconds (0.0012977 seconds per sample), occupancy: 0.0928768 I0601 13:20:25.739542 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.743568 3804 path_trace.cpp:409] Rendered 4 samples in 0.0048181 seconds (0.00120453 seconds per sample), occupancy: 0.124452 I0601 13:20:25.774453 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.779438 3804 path_trace.cpp:409] Rendered 4 samples in 0.005829 seconds (0.00145725 seconds per sample), occupancy: 0.124451 I0601 13:20:25.809428 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.814412 3804 path_trace.cpp:409] Rendered 4 samples in 0.0048298 seconds (0.00120745 seconds per sample), occupancy: 0.12445 I0601 13:20:25.844372 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.848361 3804 path_trace.cpp:409] Rendered 4 samples in 0.0044892 seconds (0.0011223 seconds per sample), occupancy: 0.124451 I0601 13:20:25.878574 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.882563 3804 path_trace.cpp:409] Rendered 4 samples in 0.0044447 seconds (0.00111118 seconds per sample), occupancy: 0.12445 I0601 13:20:25.912639 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.916628 3804 path_trace.cpp:409] Rendered 4 samples in 0.004466 seconds (0.0011165 seconds per sample), occupancy: 0.12445 I0601 13:20:25.946667 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.956635 3804 path_trace.cpp:409] Rendered 8 samples in 0.0093299 seconds (0.00116624 seconds per sample), occupancy: 0.219622 I0601 13:20:25.984634 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:25.985633 3804 path_trace.cpp:409] Rendered 1 samples in 0.0018896 seconds (0.0018896 seconds per sample), occupancy: 0.0464368 I0601 13:20:26.017402 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:26.017402 3804 path_trace.cpp:409] Rendered 8 samples in 0.0007509 seconds (9.38625e-05 seconds per sample), occupancy: 1.37753e-05 I0601 13:20:26.047995 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:26.047995 3804 path_trace.cpp:409] Rendered 8 samples in 0.0006966 seconds (8.7075e-05 seconds per sample), occupancy: 1.18679e-05 I0601 13:20:26.078545 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:26.079543 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:26.079543 3804 session.cpp:160] Rendering in main loop is done in 0.830295 seconds. I0601 13:20:26.079543 3804 session.cpp:161] Full path tracing report Path tracing on: NVIDIA GeForce RTX 4090 (OptiX) [CUDA_NVIDIA GeForce RTX 4090_0000:01:00_OptiX] Denoising on: NVIDIA GeForce RTX 4090 (OptiX) [CUDA_NVIDIA GeForce RTX 4090_0000:01:00_OptiX] Render Scheduler Summary Mode: Interactive Resolution: 2998x1863 Adaptive sampling: Use: True Step: 16 Min Samples: 40 Threshold: 0.250000 Denoiser: Use: True Type: OpenImageDenoise Start Sample: 2 Passes: Color, Albedo, Normal Time (in seconds): Wall Average Path Tracing 0.080211 0.039544 Adaptive Filter 0.001453 0.000581 Denoiser 0.656294 0.125008 Display Update 0.026319 0.722036 Total: 0.764278 Rendered 64 samples in 0.734291 seconds I0601 13:20:26.615635 3804 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 40 I0601 13:20:26.615635 3804 session.cpp:160] Rendering in main loop is done in 1.36676 seconds. I0601 13:20:26.615635 3804 session.cpp:161] Full path tracing report Path tracing on: NVIDIA GeForce RTX 4090 (OptiX) [CUDA_NVIDIA GeForce RTX 4090_0000:01:00_OptiX] Denoising on: NVIDIA GeForce RTX 4090 (OptiX) [CUDA_NVIDIA GeForce RTX 4090_0000:01:00_OptiX] Render Scheduler Summary Mode: Interactive Resolution: 2998x1863 Adaptive sampling: Use: True Step: 16 Min Samples: 40 Threshold: 0.250000 Denoiser: Use: True Type: OpenImageDenoise Start Sample: 2 Passes: Color, Albedo, Normal Time (in seconds): Wall Average Path Tracing 0.080211 0.039544 Adaptive Filter 0.001453 0.000581 Denoiser 0.656294 0.125008 Display Update 0.026319 0.722036 Total: 0.764278 Rendered 64 samples in 1.270797 seconds I0601 13:20:26.682761 8012 device_impl.cpp:81] Closed database: "C:\Users\16839\AppData\Local\NVIDIA\OptixCache\optix7cache.db" I0601 13:20:26.682761 8012 device_impl.cpp:81] Cache data size: "1.7 GiB" Error in bpy.app.handlers.frame_change_pre[12]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 7441, in frame_change_pre_handler_156BA if (bpy.context.scene.rigidbody_world.point_cache.frame_end != bpy.context.scene.frame_end): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_post[4]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 2409, in frame_change_post_handler_DD6BD if ((bpy.context.scene.rigidbody_world.point_cache.info == bpy.context.scene.sna_rbw_info) and (bpy.context.scene.frame_current != bpy.context.scene.frame_end)): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_pre[12]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 7441, in frame_change_pre_handler_156BA if (bpy.context.scene.rigidbody_world.point_cache.frame_end != bpy.context.scene.frame_end): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_post[4]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 2409, in frame_change_post_handler_DD6BD if ((bpy.context.scene.rigidbody_world.point_cache.info == bpy.context.scene.sna_rbw_info) and (bpy.context.scene.frame_current != bpy.context.scene.frame_end)): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_pre[12]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 7441, in frame_change_pre_handler_156BA if (bpy.context.scene.rigidbody_world.point_cache.frame_end != bpy.context.scene.frame_end): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_post[4]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 2409, in frame_change_post_handler_DD6BD if ((bpy.context.scene.rigidbody_world.point_cache.info == bpy.context.scene.sna_rbw_info) and (bpy.context.scene.frame_current != bpy.context.scene.frame_end)): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_pre[12]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 7441, in frame_change_pre_handler_156BA if (bpy.context.scene.rigidbody_world.point_cache.frame_end != bpy.context.scene.frame_end): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_post[4]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 2409, in frame_change_post_handler_DD6BD if ((bpy.context.scene.rigidbody_world.point_cache.info == bpy.context.scene.sna_rbw_info) and (bpy.context.scene.frame_current != bpy.context.scene.frame_end)): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' I0601 13:20:28.039992 10640 sync.cpp:297] Total time spent synchronizing data: 0.0051259 I0601 13:20:28.039992 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.039992 10664 film.cpp:592] Effective scene passes: I0601 13:20:28.039992 10664 film.cpp:594] - type: combined, name: "Combined", mode: DENOISED, is_written: True I0601 13:20:28.039992 10664 film.cpp:594] - type: combined, name: "Noisy Image", mode: NOISY, is_written: True I0601 13:20:28.039992 10664 film.cpp:594] - type: adaptive_aux_buffer, name: "", mode: NOISY, is_written: True I0601 13:20:28.039992 10664 film.cpp:594] - type: denoising_normal, name: "", mode: NOISY, is_written: True I0601 13:20:28.039992 10664 film.cpp:594] - type: denoising_albedo, name: "", mode: NOISY, is_written: True I0601 13:20:28.039992 10664 film.cpp:594] - type: sample_count, name: "", mode: NOISY, is_written: True I0601 13:20:28.039992 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.039992 10664 object.cpp:781] Total 1 objects. I0601 13:20:28.039992 10664 geometry.cpp:719] Total 1 meshes. I0601 13:20:28.040989 10664 device_impl.cpp:1036] Using fast to trace OptiX BVH I0601 13:20:28.040989 10664 geometry_bvh.cpp:127] Using OPTIX layout. I0601 13:20:28.040989 10664 device_impl.cpp:1036] Using fast to trace OptiX BVH I0601 13:20:28.041985 10664 light.cpp:1419] Total 2 lights. I0601 13:20:28.041985 10664 light.cpp:264] Background MIS has been disabled. I0601 13:20:28.041985 10664 light.cpp:1399] Number of lights sent to the device: 1 I0601 13:20:28.041985 10664 light.cpp:839] Use light tree with 1 emitters and 3 nodes. I0601 13:20:28.041985 10664 tables.cpp:39] Total 11 lookup tables. I0601 13:20:28.041985 10664 scene.cpp:354] System memory statistics after full device sync: Usage: 203,843,556 (194.40M) Peak: 645,221,960 (615.33M) I0601 13:20:28.047966 10664 path_trace.cpp:409] Rendered 1 samples in 0.0062422 seconds (0.0062422 seconds per sample), occupancy: 0.102492 I0601 13:20:28.049959 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.227381 10664 path_trace.cpp:409] Rendered 63 samples in 0.177489 seconds (0.00281728 seconds per sample), occupancy: 0.391294 I0601 13:20:28.229375 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.232365 10664 path_trace.cpp:409] Rendered 16 samples in 0.0026103 seconds (0.000163144 seconds per sample), occupancy: 0.000367928 I0601 13:20:28.233361 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.235354 10664 path_trace.cpp:409] Rendered 16 samples in 0.0023445 seconds (0.000146531 seconds per sample), occupancy: 0.000230738 I0601 13:20:28.236351 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.239341 10664 path_trace.cpp:409] Rendered 16 samples in 0.0021915 seconds (0.000136969 seconds per sample), occupancy: 0.000115221 I0601 13:20:28.240339 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.242331 10664 path_trace.cpp:409] Rendered 16 samples in 0.0016948 seconds (0.000105925 seconds per sample), occupancy: 4.55947e-05 I0601 13:20:28.243328 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.245321 10664 path_trace.cpp:409] Rendered 16 samples in 0.0017015 seconds (0.000106344 seconds per sample), occupancy: 2.92157e-05 I0601 13:20:28.246318 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.247315 10664 path_trace.cpp:409] Rendered 16 samples in 0.0014229 seconds (8.89313e-05 seconds per sample), occupancy: 1.24296e-05 I0601 13:20:28.249308 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.250305 10664 path_trace.cpp:409] Rendered 16 samples in 0.0013688 seconds (8.555e-05 seconds per sample), occupancy: 1.33038e-05 I0601 13:20:28.251302 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.253294 10664 path_trace.cpp:409] Rendered 16 samples in 0.0019011 seconds (0.000118819 seconds per sample), occupancy: 1.24296e-05 I0601 13:20:28.255288 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.256284 10664 path_trace.cpp:409] Rendered 16 samples in 0.0018608 seconds (0.0001163 seconds per sample), occupancy: 1.33038e-05 I0601 13:20:28.258278 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.259274 10664 path_trace.cpp:409] Rendered 16 samples in 0.0012137 seconds (7.58562e-05 seconds per sample), occupancy: 9.02812e-06 I0601 13:20:28.260272 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.261268 10664 path_trace.cpp:409] Rendered 16 samples in 0.0009532 seconds (5.9575e-05 seconds per sample), occupancy: 9.15527e-06 I0601 13:20:28.262265 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:28.263262 10664 path_trace.cpp:409] Rendered 16 samples in 0.0009426 seconds (5.89125e-05 seconds per sample), occupancy: 9.15527e-06 E0601 13:20:28.266252 10664 denoiser_oidn_gpu.cpp:259] OIDN error: CUTLASS error CUTLASS error Refer to the Cycles GPU rendering documentation for possible solutions: https://docs.blender.org/manual/en/latest/render/cycles/gpu_rendering.html E0601 13:20:28.266252 10664 denoiser_gpu.cpp:377] Error running denoiser. I0601 13:20:28.266773 10640 session.cpp:479] Total render time: 0.267695 I0601 13:20:28.266773 10640 session.cpp:480] Render time (without synchronization): 0.224677 Error: CUTLASS error Error in bpy.app.handlers.frame_change_pre[12]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 7441, in frame_change_pre_handler_156BA if (bpy.context.scene.rigidbody_world.point_cache.frame_end != bpy.context.scene.frame_end): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_post[4]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 2409, in frame_change_post_handler_DD6BD if ((bpy.context.scene.rigidbody_world.point_cache.info == bpy.context.scene.sna_rbw_info) and (bpy.context.scene.frame_current != bpy.context.scene.frame_end)): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_pre[12]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 7441, in frame_change_pre_handler_156BA if (bpy.context.scene.rigidbody_world.point_cache.frame_end != bpy.context.scene.frame_end): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_post[4]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 2409, in frame_change_post_handler_DD6BD if ((bpy.context.scene.rigidbody_world.point_cache.info == bpy.context.scene.sna_rbw_info) and (bpy.context.scene.frame_current != bpy.context.scene.frame_end)): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_pre[12]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 7441, in frame_change_pre_handler_156BA if (bpy.context.scene.rigidbody_world.point_cache.frame_end != bpy.context.scene.frame_end): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_post[4]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 2409, in frame_change_post_handler_DD6BD if ((bpy.context.scene.rigidbody_world.point_cache.info == bpy.context.scene.sna_rbw_info) and (bpy.context.scene.frame_current != bpy.context.scene.frame_end)): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_pre[12]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 7441, in frame_change_pre_handler_156BA if (bpy.context.scene.rigidbody_world.point_cache.frame_end != bpy.context.scene.frame_end): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' Error in bpy.app.handlers.frame_change_post[4]: Traceback (most recent call last): File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\rbc_addon_pro\__init__.py", line 2409, in frame_change_post_handler_DD6BD if ((bpy.context.scene.rigidbody_world.point_cache.info == bpy.context.scene.sna_rbw_info) and (bpy.context.scene.frame_current != bpy.context.scene.frame_end)): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'point_cache' I0601 13:20:33.500643 10156 sync.cpp:297] Total time spent synchronizing data: 0.0049513 I0601 13:20:33.500643 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:33.500643 10664 film.cpp:592] Effective scene passes: I0601 13:20:33.500643 10664 film.cpp:594] - type: combined, name: "Combined", mode: DENOISED, is_written: True I0601 13:20:33.500643 10664 film.cpp:594] - type: combined, name: "Noisy Image", mode: NOISY, is_written: True I0601 13:20:33.500643 10664 film.cpp:594] - type: adaptive_aux_buffer, name: "", mode: NOISY, is_written: True I0601 13:20:33.500643 10664 film.cpp:594] - type: denoising_normal, name: "", mode: NOISY, is_written: True I0601 13:20:33.500643 10664 film.cpp:594] - type: denoising_albedo, name: "", mode: NOISY, is_written: True I0601 13:20:33.500643 10664 film.cpp:594] - type: sample_count, name: "", mode: NOISY, is_written: True I0601 13:20:33.500643 10664 integrator.cpp:380] Cycles adaptive sampling: automatic min samples = 49 I0601 13:20:33.500643 10156 session.cpp:479] Total render time: 0.0204448 I0601 13:20:33.500643 10156 session.cpp:480] Render time (without synchronization): 1.71e-05 I0601 13:20:37.263370 8012 device_impl.cpp:81] Closed database: "C:\Users\16839\AppData\Local\NVIDIA\OptixCache\optix7cache.db" I0601 13:20:37.263370 8012 device_impl.cpp:81] Cache data size: "1.7 GiB" Traceback (most recent call last): File "C:\Users\16839\Downloads\blender-4.2.0-alpha+main.896ef010f6a7-windows.amd64-release\4.2\scripts\modules\addon_utils.py", line 511, in disable mod.unregister() File "C:\Users\16839\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\CreateMotionPath.py", line 302, in unregister bpy.utils.register_class(EmptyPathOperator) ValueError: register_class(...): already registered as a subclass 'EmptyPathOperator' Add-on not loaded: "io_mesh_stl", cause: No module named 'io_mesh_stl' Add-on not loaded: "io_scene_x3d", cause: No module named 'io_scene_x3d' Add-on not loaded: "mesh_looptools", cause: No module named 'mesh_looptools' Add-on not loaded: "magic_uv", cause: No module named 'magic_uv' Add-on not loaded: "node_wrangler", cause: No module named 'node_wrangler' Add-on not loaded: "archimesh", cause: No module named 'archimesh' Add-on not loaded: "add_curve_sapling", cause: No module named 'add_curve_sapling' Add-on not loaded: "ant_landscape", cause: No module named 'ant_landscape' Add-on not loaded: "modular_tree-blender_28", cause: No module named 'modular_tree-blender_28' Add-on not loaded: "rigify", cause: No module named 'rigify' Registered MACHIN3tools 1.7.0 with 5 tools, 5 pie menus Exception in module unregister(): 'C:\\Users\\16839\\AppData\\Roaming\\Blender Foundation\\Blender\\4.2\\scripts\\addons\\CreateMotionPath.py' Unregistered MACHIN3tools 1.7.0. Saved session recovery to "C:\Users\16839\AppData\Local\Temp\blender\debug_logs\quit.blend" Blender quit