INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3 INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3 Traceback (most recent call last): File "G:\Program Files\blender-4.1.0-windows-x64\4.1\scripts\modules\addon_utils.py", line 444, in enable mod.register() File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\blam.py", line 2036, in register bpy.utils.register_module(__name__) ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'bpy.utils' has no attribute 'register_module' Traceback (most recent call last): File "G:\Program Files\blender-4.1.0-windows-x64\4.1\scripts\modules\addon_utils.py", line 376, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\Program Files\blender-4.1.0-windows-x64\4.1\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\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\TexTools_1_5\__init__.py", line 128, in from . import op_texel_density_set File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\TexTools_1_5\op_texel_density_set.py", line 3, in from bpy.types import FaceMap ImportError: cannot import name 'FaceMap' from 'bpy.types' (unknown location) Traceback (most recent call last): File "G:\Program Files\blender-4.1.0-windows-x64\4.1\scripts\modules\addon_utils.py", line 444, in enable mod.register() File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\__init__.py", line 35, in register environment.setup(DEPENDENCIES) File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\environment.py", line 76, in setup if not module_can_be_imported(dep): ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\environment.py", line 44, in module_can_be_imported __import__(name) File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\libs\zmq\__init__.py", line 136, in from zmq import backend File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\libs\zmq\backend\__init__.py", line 31, in raise original_error from None File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\libs\zmq\backend\__init__.py", line 26, in _ns = select_backend(first) ^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\libs\zmq\backend\select.py", line 31, in select_backend mod = import_module(name) ^^^^^^^^^^^^^^^^^^^ File "G:\Program Files\blender-4.1.0-windows-x64\4.1\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\libs\zmq\backend\cython\__init__.py", line 6, in from . import ( ImportError: cannot import name '_device' from partially initialized module 'zmq.backend.cython' (most likely due to a circular import) (C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\libs\zmq\backend\cython\__init__.py) File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\uvpackmaster3\register_utils.py", line 270, in register_engine raise RuntimeError('Engine version {} required'.format(UvpmVersionInfo.engine_version_string())) File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\uvpackmaster3\register_utils.py", line 270, in register_engine raise RuntimeError('Engine version {} required'.format(UvpmVersionInfo.engine_version_string())) File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\uvpackmaster3\register_utils.py", line 270, in register_engine raise RuntimeError('Engine version {} required'.format(UvpmVersionInfo.engine_version_string())) Traceback (most recent call last): File "G:\Program Files\blender-4.1.0-windows-x64\4.1\scripts\modules\addon_utils.py", line 376, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\Program Files\blender-4.1.0-windows-x64\4.1\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\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\TexTools_1_5\__init__.py", line 128, in from . import op_texel_density_set File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\TexTools_1_5\op_texel_density_set.py", line 3, in from bpy.types import FaceMap ImportError: cannot import name 'FaceMap' from 'bpy.types' (unknown location) Traceback (most recent call last): File "G:\Program Files\blender-4.1.0-windows-x64\4.1\scripts\modules\addon_utils.py", line 444, in enable mod.register() File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\blam.py", line 2036, in register bpy.utils.register_module(__name__) ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'bpy.utils' has no attribute 'register_module' Traceback (most recent call last): File "G:\Program Files\blender-4.1.0-windows-x64\4.1\scripts\modules\addon_utils.py", line 444, in enable mod.register() File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\__init__.py", line 35, in register environment.setup(DEPENDENCIES) File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\environment.py", line 76, in setup if not module_can_be_imported(dep): ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\environment.py", line 44, in module_can_be_imported __import__(name) File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\libs\zmq\__init__.py", line 136, in from zmq import backend File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\libs\zmq\backend\__init__.py", line 31, in raise original_error from None File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\libs\zmq\backend\__init__.py", line 26, in _ns = select_backend(first) ^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\libs\zmq\backend\select.py", line 31, in select_backend mod = import_module(name) ^^^^^^^^^^^^^^^^^^^ File "G:\Program Files\blender-4.1.0-windows-x64\4.1\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\libs\zmq\backend\cython\__init__.py", line 6, in from . import ( ImportError: cannot import name '_device' from partially initialized module 'zmq.backend.cython' (most likely due to a circular import) (C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\libs\zmq\backend\cython\__init__.py) I0418 12:30:07.365026 5888 device.cpp:36] CUEW initialization succeeded I0418 12:30:07.365026 5888 device.cpp:38] Found precompiled kernels I0418 12:30:07.383682 5888 device.cpp:63] HIPEW initialization failed: Error opening HIP dynamic library INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Default (bound to GL_SHADER_STORAGE_BUFFER) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object DrawCom (bound to GL_SHADER_STORAGE_BUFFER (3)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. WARN (gpu.debug): Overlay > Outlines : Program/shader state performance warning: Vertex shader in program 205 is being recompiled based on GL state. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Default (bound to GL_SHADER_STORAGE_BUFFER) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object DrawCom (bound to GL_SHADER_STORAGE_BUFFER (3)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. Switching to fully guarded memory allocator. Blender 4.1.0 Build: 2024-03-26 02:02:39 Windows Release argv[0] = G:\Program Files\blender-4.1.0-windows-x64\\blender argv[1] = --debug argv[2] = --debug-gpu argv[3] = --debug-cycles argv[4] = --python-expr argv[5] = import bpy; bpy.context.preferences.filepaths.temporary_directory=r'C:\Users\kgibe\AppData\Local\Temp\blender\debug_logs'; bpy.ops.wm.sysinfo(filepath=r'C:\Users\kgibe\AppData\Local\Temp\blender\debug_logs\blender_system_info.txt') Read prefs: "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\config\userpref.blend" Read blend: "F:\Temporary Media\Temporary Models\Gelik damage\Gelik_Render_0_Collected.blend" Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Achillea-millefolium_A_spring-summer.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Achillea-millefolium_A_spring-summer.blend», родитель «» Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Achillea-millefolium_A_spring-summer.blend» Информация: LIB: Image: 'Flower_Achillea-millefolium_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Achillea-millefolium_A_spring-summer.blend', родитель '' Информация: LIB: Image: 'Flower_Achillea-millefolium_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Achillea-millefolium_A_spring-summer.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Cerastium-arvense_A_spring-summer.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Cerastium-arvense_A_spring-summer.blend», родитель «» Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Cerastium-arvense_A_spring-summer.blend» Информация: LIB: Image: 'Flower_Cerastium-arvense_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Cerastium-arvense_A_spring-summer.blend', родитель '' Информация: LIB: Image: 'Flower_Cerastium-arvense_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Cerastium-arvense_A_spring-summer.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Early-dog-violet_B_spring-summer.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Early-dog-violet_B_spring-summer.blend», родитель «» Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Early-dog-violet_B_spring-summer.blend» Информация: LIB: Image: 'Early_Dog_Violet_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Early-dog-violet_B_spring-summer.blend', родитель '' Информация: LIB: Image: 'Early_Dog_Violet_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Early-dog-violet_B_spring-summer.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend», родитель «» Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend» Информация: LIB: Image: 'Weeds_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend', родитель '' Информация: LIB: Image: 'Weeds_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend', родитель '' Информация: LIB: NodeTree: '-bqn---Object_Color_bqn' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend', родитель '' Информация: LIB: NodeTree: '-bqn---Vegetation_bqn' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend', родитель '' Информация: LIB: NodeTree: '-bqn--Grass_bqn' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend', родитель '' Информация: LIB: NodeTree: 'Rocks_bqn' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_A_spring-summer-autumn.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_A_spring-summer-autumn.blend», родитель «» Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_A_spring-summer-autumn.blend» Информация: LIB: Image: 'Rock_Gabbro_A_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_A_spring-summer-autumn.blend', родитель '' Информация: LIB: Image: 'Rock_Gabbro_A_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_A_spring-summer-autumn.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_B_spring-summer-autumn.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_B_spring-summer-autumn.blend», родитель «» Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_B_spring-summer-autumn.blend» Информация: LIB: Image: 'Rock_Gabbro_B_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_B_spring-summer-autumn.blend', родитель '' Информация: LIB: Image: 'Rock_Gabbro_B_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_B_spring-summer-autumn.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_A_spring-summer-autumn.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_A_spring-summer-autumn.blend», родитель «» Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_A_spring-summer-autumn.blend» Информация: LIB: Image: 'Rock_Granite-Photoscan_A_Diffuse.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_A_spring-summer-autumn.blend', родитель '' Информация: LIB: Image: 'Rock_Granite-Photoscan_A_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_A_spring-summer-autumn.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_B_spring-summer-autumn.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_B_spring-summer-autumn.blend», родитель «» Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_B_spring-summer-autumn.blend» Информация: LIB: Image: 'Rock_Granite-Photoscan_B_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_B_spring-summer-autumn.blend', родитель '' Информация: LIB: Image: 'Rock_Granite-Photoscan_B_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_B_spring-summer-autumn.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_C_spring-summer-autumn.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_C_spring-summer-autumn.blend», родитель «» Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_C_spring-summer-autumn.blend» Информация: LIB: Image: 'Rock_Granite-Photoscan_C_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_C_spring-summer-autumn.blend', родитель '' Информация: LIB: Image: 'Rock_Granite-Photoscan_C_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_C_spring-summer-autumn.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Achillea-millefolium_A_spring-summer.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Achillea-millefolium_A_spring-summer.blend», родитель «» Предупреждение: Ошибка открытия «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Achillea-millefolium_A_spring-summer.blend»: No such file or directory Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Achillea-millefolium_A_spring-summer.blend» Информация: LIB: Image: 'Flower_Achillea-millefolium_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Achillea-millefolium_A_spring-summer.blend', родитель '' Информация: LIB: Image: 'Flower_Achillea-millefolium_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Achillea-millefolium_A_spring-summer.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Cerastium-arvense_A_spring-summer.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Cerastium-arvense_A_spring-summer.blend», родитель «» Предупреждение: Ошибка открытия «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Cerastium-arvense_A_spring-summer.blend»: No such file or directory Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Cerastium-arvense_A_spring-summer.blend» Информация: LIB: Image: 'Flower_Cerastium-arvense_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Cerastium-arvense_A_spring-summer.blend', родитель '' Информация: LIB: Image: 'Flower_Cerastium-arvense_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Cerastium-arvense_A_spring-summer.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Early-dog-violet_B_spring-summer.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Early-dog-violet_B_spring-summer.blend», родитель «» Предупреждение: Ошибка открытия «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Early-dog-violet_B_spring-summer.blend»: No such file or directory Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Early-dog-violet_B_spring-summer.blend» Информация: LIB: Image: 'Early_Dog_Violet_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Early-dog-violet_B_spring-summer.blend', родитель '' Информация: LIB: Image: 'Early_Dog_Violet_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\flowers\Flower_Early-dog-violet_B_spring-summer.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend», родитель «» Предупреждение: Ошибка открытия «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend»: No such file or directory Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend» Информация: LIB: Image: 'Weeds_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend', родитель '' Информация: LIB: Image: 'Weeds_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend', родитель '' Информация: LIB: NodeTree: '-bqn---Object_Color_bqn' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend', родитель '' Информация: LIB: NodeTree: '-bqn---Vegetation_bqn' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend', родитель '' Информация: LIB: NodeTree: '-bqn--Grass_bqn' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend', родитель '' Информация: LIB: NodeTree: 'Rocks_bqn' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\Library_Botaniq_Materials.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_A_spring-summer-autumn.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_A_spring-summer-autumn.blend», родитель «» Предупреждение: Ошибка открытия «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_A_spring-summer-autumn.blend»: No such file or directory Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_A_spring-summer-autumn.blend» Информация: LIB: Image: 'Rock_Gabbro_A_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_A_spring-summer-autumn.blend', родитель '' Информация: LIB: Image: 'Rock_Gabbro_A_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_A_spring-summer-autumn.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_B_spring-summer-autumn.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_B_spring-summer-autumn.blend», родитель «» Предупреждение: Ошибка открытия «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_B_spring-summer-autumn.blend»: No such file or directory Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_B_spring-summer-autumn.blend» Информация: LIB: Image: 'Rock_Gabbro_B_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_B_spring-summer-autumn.blend', родитель '' Информация: LIB: Image: 'Rock_Gabbro_B_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Gabbro_B_spring-summer-autumn.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_A_spring-summer-autumn.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_A_spring-summer-autumn.blend», родитель «» Предупреждение: Ошибка открытия «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_A_spring-summer-autumn.blend»: No such file or directory Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_A_spring-summer-autumn.blend» Информация: LIB: Image: 'Rock_Granite-Photoscan_A_Diffuse.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_A_spring-summer-autumn.blend', родитель '' Информация: LIB: Image: 'Rock_Granite-Photoscan_A_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_A_spring-summer-autumn.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_B_spring-summer-autumn.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_B_spring-summer-autumn.blend», родитель «» Предупреждение: Ошибка открытия «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_B_spring-summer-autumn.blend»: No such file or directory Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_B_spring-summer-autumn.blend» Информация: LIB: Image: 'Rock_Granite-Photoscan_B_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_B_spring-summer-autumn.blend', родитель '' Информация: LIB: Image: 'Rock_Granite-Photoscan_B_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_B_spring-summer-autumn.blend', родитель '' Информация: Чтение библиотеки: «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_C_spring-summer-autumn.blend», «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_C_spring-summer-autumn.blend», родитель «» Предупреждение: Ошибка открытия «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_C_spring-summer-autumn.blend»: No such file or directory Информация: Не удалось найти библиотеку «C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_C_spring-summer-autumn.blend» Информация: LIB: Image: 'Rock_Granite-Photoscan_C_Diffuse.png' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_C_spring-summer-autumn.blend', родитель '' Информация: LIB: Image: 'Rock_Granite-Photoscan_C_Normal.jpg' отсутствует в 'C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\botaniq_full\blends_280\rocks\Rock_Granite-Photoscan_C_spring-summer-autumn.blend', родитель '' Предупреждение: 9 libraries and 22 linked data-blocks are missing (including 0 ObjectData and 0 Proxies), please check the Info and Outliner editors for details INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:30:37.038614 5888 device.cpp:195] Device has compute preemption or is not used for display. I0418 12:30:37.038614 5888 device.cpp:198] Added device "NVIDIA GeForce RTX 3080" with id "CUDA_NVIDIA GeForce RTX 3080_0000:01:00". I0418 12:30:37.038614 5888 device.cpp:201] Device with id "CUDA_NVIDIA GeForce RTX 3080_0000:01:00" supports OpenImageDenoise. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Default (bound to GL_SHADER_STORAGE_BUFFER) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object DrawCom (bound to GL_SHADER_STORAGE_BUFFER (3)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. WARN (gpu.debug): : Program/shader state performance warning: Vertex shader in program 4 is being recompiled based on GL state. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. WARN (gpu.debug): SPACE_NODE > ARegion : Program/shader state performance warning: Vertex shader in program 27 is being recompiled based on GL state. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Default (bound to GL_SHADER_STORAGE_BUFFER) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object DrawCom (bound to GL_SHADER_STORAGE_BUFFER (3)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:30:48.693876 5888 device.cpp:568] Mapped host memory limit set to 64,349,331,456 bytes. (59.93G) I0418 12:30:48.843281 5888 device_impl.cpp:81] All knobs on default. I0418 12:30:49.121484 5888 device_impl.cpp:81] Opened database: "C:\Users\kgibe\AppData\Local\NVIDIA\OptixCache\optix7cache.db" I0418 12:30:49.121484 5888 device_impl.cpp:81] Cache data size: "277.0 MiB" I0418 12:30:49.139037 5888 device_impl.cpp:63] Using AVX2 CPU kernels. INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3 I0418 12:30:52.070073 5888 sync.cpp:299] Total time spent synchronizing data: 2.86025 I0418 12:30:52.080611 20360 colorspace.cpp:140] Colorspace Non-Color is no-op I0418 12:30:52.092252 5888 colorspace.cpp:145] Colorspace sRGB is sRGB I0418 12:31:03.394838 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:03.396847 748 film.cpp:592] Effective scene passes: I0418 12:31:03.396847 748 film.cpp:594] - type: combined, name: "", mode: DENOISED, is_written: True I0418 12:31:03.396847 748 film.cpp:594] - type: combined, name: "", mode: NOISY, is_written: True I0418 12:31:03.396847 748 film.cpp:594] - type: adaptive_aux_buffer, name: "", mode: NOISY, is_written: True I0418 12:31:03.396847 748 film.cpp:594] - type: denoising_normal, name: "", mode: NOISY, is_written: True I0418 12:31:03.396847 748 film.cpp:594] - type: denoising_albedo, name: "", mode: NOISY, is_written: True I0418 12:31:03.396847 748 film.cpp:594] - type: sample_count, name: "", mode: NOISY, is_written: True I0418 12:31:03.397848 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:03.401368 748 scene.cpp:588] Requested features: I0418 12:31:03.401368 748 scene.cpp:589] Use BSDF True I0418 12:31:03.401368 748 scene.cpp:590] Use Emission True I0418 12:31:03.401368 748 scene.cpp:592] Use Volume True I0418 12:31:03.401368 748 scene.cpp:593] Use Bump True I0418 12:31:03.401368 748 scene.cpp:594] Use Voronoi False I0418 12:31:03.401368 748 scene.cpp:596] Use Shader Raytrace False I0418 12:31:03.401368 748 scene.cpp:598] Use MNEE True I0418 12:31:03.401368 748 scene.cpp:599] Use Transparent False I0418 12:31:03.401368 748 scene.cpp:601] Use Denoising True I0418 12:31:03.401368 748 scene.cpp:602] Use Path Tracing True I0418 12:31:03.401368 748 scene.cpp:604] Use Hair False I0418 12:31:03.401368 748 scene.cpp:605] Use Pointclouds False I0418 12:31:03.401368 748 scene.cpp:607] Use Object Motion False I0418 12:31:03.401368 748 scene.cpp:609] Use Baking False I0418 12:31:03.402367 748 scene.cpp:610] Use Subsurface False I0418 12:31:03.402367 748 scene.cpp:611] Use Volume True I0418 12:31:03.402367 748 scene.cpp:612] Use Patch Evaluation False I0418 12:31:03.402367 748 scene.cpp:614] Use Shadow Catcher False I0418 12:31:03.403370 748 device_impl.cpp:263] Testing for pre-compiled kernel G:\Program Files\blender-4.1.0-windows-x64\4.1\scripts\addons\cycles\lib/kernel_sm_86.cubin. I0418 12:31:03.404374 748 device_impl.cpp:265] Using precompiled kernel. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:31:04.083822 748 device_impl.cpp:508] Local memory reserved 1,542,475,776 bytes. (1.44G) INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:31:04.439903 748 device_impl.cpp:81] Cache hit for key: ptx-11697926-key4fa3d2fc1d333a150f909cda43a3a304-sm_86-rtc1-drv552.22 I0418 12:31:04.442914 748 device_impl.cpp:81] INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:05.523725 748 device_impl.cpp:81] Info: Pipeline statistics module(s) : 1 entry function(s) : 6 trace call(s) : 12 continuation callable call(s) : 0 direct callable call(s) : 0 basic block(s) in entry functions : 6767 instruction(s) in entry functions : 98437 non-entry function(s) : 260 basic block(s) in non-entry functions: 12911 instruction(s) in non-entry functions: 197515 debug information : no I0418 12:31:05.588023 748 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 : 1068 instruction(s) in entry functions : 16061 non-entry function(s) : 260 basic block(s) in non-entry functions: 12911 instruction(s) in non-entry functions: 197515 debug information : no INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. I0418 12:31:05.598564 748 svm.cpp:69] Total 65 shaders. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:05.610761 748 svm.cpp:145] Shader manager updated 65 shaders in 0.0123647 seconds. I0418 12:31:05.612768 748 object.cpp:780] Total 65197 objects. I0418 12:31:05.626842 748 particles.cpp:106] Total 0 particle systems. I0418 12:31:05.629849 748 geometry.cpp:715] Total 275 meshes. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:09.855993 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.862520 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.863523 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.864526 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.866699 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.868705 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.870713 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.870713 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.871716 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.872718 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.872718 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.873723 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.875730 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.876240 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.877249 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.880259 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.881268 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.882265 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.883268 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.910432 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.911435 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.912441 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.939798 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.948827 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.949832 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.966070 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.967074 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.969081 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:09.971593 15768 device_impl.cpp:1040] Using fast to update OptiX BVH INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:10.014899 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.016906 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.017908 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.017908 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.018911 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.019914 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.020918 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.021924 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.022925 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.023928 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.024935 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.026496 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.027498 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.028502 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.030509 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.031519 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.032513 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.034019 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.036026 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.038033 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.042044 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.043048 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.044051 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.045055 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.047061 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.049068 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.051074 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.053081 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.055642 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.056653 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.058651 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.059655 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.061662 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.062665 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.063669 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.064672 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.065675 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.066182 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.068188 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.070735 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.071743 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.078763 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.079766 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.081274 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.082276 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.084283 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.086289 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.088297 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.095822 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.096827 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.099836 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.101843 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.102847 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.104852 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.106863 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.106863 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.108867 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.111877 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.112880 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.115890 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.116892 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.118901 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.119902 748 device_impl.cpp:1040] Using fast to update OptiX BVH INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. I0418 12:31:10.119902 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.120906 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.122912 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.123916 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.124919 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.127439 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.128948 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.129951 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.130954 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.132961 18892 device_impl.cpp:1040] Using fast to update OptiX BVH Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:10.134967 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.137977 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.138988 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.141990 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.143998 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.146004 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.148011 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.150159 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.153168 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.154173 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.155175 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.159188 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.160199 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.161712 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.163717 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.165944 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.166947 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.168954 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.170961 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.172968 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.173971 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.176482 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.176482 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.178489 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.181497 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.183503 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.184509 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.187019 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.187019 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.188022 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.191040 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.192045 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.193039 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.195046 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.196049 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.198205 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.199208 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.201215 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.203222 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.205227 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.207234 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.207741 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.209748 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.211755 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.212759 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.214766 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.216773 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.219782 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.220785 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.221789 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.222792 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.223795 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.223795 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.226302 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.227308 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.229485 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.229485 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.230489 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.231491 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.231491 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.232494 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.232494 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.233497 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.233497 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.234503 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.238518 15768 device_impl.cpp:1040] Using fast to update OptiX BVH INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:10.492833 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.574993 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.577000 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.578002 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.580510 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.582518 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.626860 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.631876 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.638408 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.640415 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.641419 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.643424 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.644429 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.645432 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.647439 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.650449 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.652454 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.655643 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.656646 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.659655 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.671473 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.672475 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.674482 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.675485 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.676488 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.677492 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.679499 18892 device_impl.cpp:1040] Using fast to update OptiX BVH INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. I0418 12:31:10.684029 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.686035 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.689045 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.689045 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.690549 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.691555 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.694564 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.695569 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.698580 19164 device_impl.cpp:1040] Using fast to update OptiX BVH Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px I0418 12:31:10.702591 20360 device_impl.cpp:1040] Using fast to update OptiX BVH if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:10.702591 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.704597 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.705601 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.708611 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.709614 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.712625 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.715636 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.718645 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.718645 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.719650 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.721655 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.723662 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.723662 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.725668 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.725668 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.727180 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.729254 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.735275 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.735275 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.736279 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.737282 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.738283 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.738790 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.738790 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.744809 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.745816 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.746817 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.750437 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.752442 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.753446 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.753446 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.754451 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.758463 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.761982 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.762986 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.764993 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.765471 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.777015 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.783035 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.784037 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.785040 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.786552 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.787554 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:10.787554 20360 device_impl.cpp:1040] Using fast to update OptiX BVH INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:11.192589 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.193594 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.193594 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.194597 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.195600 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.197607 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.199613 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.214169 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.216176 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.218183 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.219184 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.221191 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.222195 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.224200 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.226208 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.227715 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.227715 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.228724 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.228724 19232 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.229728 14124 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.230731 19164 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.230731 20360 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.230731 18892 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.231734 2280 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.232241 15768 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.232241 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:11.239264 748 geometry_bvh.cpp:127] Using OPTIX layout. I0418 12:31:11.249296 748 device_impl.cpp:1040] Using fast to update OptiX BVH INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:13.540565 2280 camera.cpp:538] Detected camera inside volume. I0418 12:31:13.540565 748 tables.cpp:39] Total 9 lookup tables. I0418 12:31:13.541566 748 light.cpp:1411] Total 2 lights. I0418 12:31:13.541566 748 light.cpp:1391] Number of lights sent to the device: 2 I0418 12:31:13.541566 748 light.cpp:1043] Automatically set World MIS resolution to 8192 by 4096 INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. I0418 12:31:15.793615 748 light.cpp:839] Use light tree with 57426 emitters and 106123 nodes. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:15.819254 748 tables.cpp:39] Total 10 lookup tables. I0418 12:31:15.820256 748 scene.cpp:354] System memory statistics after full device sync: Usage: 8,223,231,559 (7.66G) Peak: 10,790,656,443 (10.05G) INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:16.652120 748 path_trace.cpp:409] Rendered 4 samples in 0.702858 seconds (0.175714 seconds per sample), occupancy: 0.025408 I0418 12:31:16.698570 748 path_trace_work_gpu.cpp:905] Using graphics interop GPU display update. WARN (gpu.debug): : Pixel-path performance warning: Pixel transfer is synchronized with 3D rendering. I0418 12:31:16.713850 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:16.714852 2280 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:20.052974 748 path_trace.cpp:409] Rendered 1 samples in 3.3371 seconds (3.3371 seconds per sample), occupancy: 0.206472 WARN (gpu.debug): : Pixel-path performance warning: Pixel transfer is synchronized with 3D rendering. I0418 12:31:20.427590 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:23.837178 748 path_trace.cpp:409] Rendered 1 samples in 3.40962 seconds (3.40962 seconds per sample), occupancy: 0.242142 I0418 12:31:23.838179 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:31:27.162460 748 path_trace.cpp:409] Rendered 1 samples in 3.3244 seconds (3.3244 seconds per sample), occupancy: 0.245476 WARN (gpu.debug): : Pixel-path performance warning: Pixel transfer is synchronized with 3D rendering. I0418 12:31:27.527222 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:31.440632 748 path_trace.cpp:409] Rendered 1 samples in 3.91123 seconds (3.91123 seconds per sample), occupancy: 0.238706 I0418 12:31:31.440632 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:32.082810 5888 sync.cpp:299] Total time spent synchronizing data: 0.634389 I0418 12:31:32.657533 748 path_trace.cpp:409] Rendered 1 samples in 1.21684 seconds (1.21684 seconds per sample), occupancy: 0.98652 I0418 12:31:32.657533 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:32.657533 748 film.cpp:592] Effective scene passes: I0418 12:31:32.657533 748 film.cpp:594] - type: combined, name: "", mode: DENOISED, is_written: True I0418 12:31:32.657533 748 film.cpp:594] - type: combined, name: "", mode: NOISY, is_written: True I0418 12:31:32.657533 748 film.cpp:594] - type: adaptive_aux_buffer, name: "", mode: NOISY, is_written: True I0418 12:31:32.657533 748 film.cpp:594] - type: denoising_normal, name: "", mode: NOISY, is_written: True I0418 12:31:32.657533 748 film.cpp:594] - type: denoising_albedo, name: "", mode: NOISY, is_written: True I0418 12:31:32.657533 748 film.cpp:594] - type: sample_count, name: "", mode: NOISY, is_written: True I0418 12:31:32.657533 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:32.660545 748 object.cpp:780] Total 65197 objects. I0418 12:31:32.665562 748 geometry.cpp:715] Total 275 meshes. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:33.437865 748 device_impl.cpp:1040] Using fast to update OptiX BVH I0418 12:31:33.446396 748 geometry_bvh.cpp:127] Using OPTIX layout. I0418 12:31:33.452672 748 device_impl.cpp:1040] Using fast to update OptiX BVH INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:34.624307 2280 camera.cpp:538] Detected camera inside volume. I0418 12:31:34.624307 748 light.cpp:1411] Total 2 lights. I0418 12:31:34.632835 748 light.cpp:1391] Number of lights sent to the device: 2 INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:34.744482 748 light.cpp:839] Use light tree with 57426 emitters and 106123 nodes. I0418 12:31:34.769582 748 tables.cpp:39] Total 10 lookup tables. I0418 12:31:34.770584 748 scene.cpp:354] System memory statistics after full device sync: Usage: 8,403,086,415 (7.83G) Peak: 10,790,656,443 (10.05G) INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:35.129532 748 path_trace.cpp:409] Rendered 4 samples in 0.35935 seconds (0.0898376 seconds per sample), occupancy: 0.00557389 I0418 12:31:35.249696 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:35.252707 20360 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:35.582903 748 path_trace.cpp:409] Rendered 4 samples in 0.327457 seconds (0.0818642 seconds per sample), occupancy: 0.338168 I0418 12:31:35.582903 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:35.586920 20360 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:35.752007 748 path_trace.cpp:409] Rendered 4 samples in 0.164781 seconds (0.0411952 seconds per sample), occupancy: 0.00491413 I0418 12:31:35.755321 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:35.757326 2280 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:36.058615 748 path_trace.cpp:409] Rendered 4 samples in 0.296903 seconds (0.0742258 seconds per sample), occupancy: 0.338168 I0418 12:31:36.058615 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:36.062631 15768 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:36.213800 748 path_trace.cpp:409] Rendered 4 samples in 0.15014 seconds (0.0375351 seconds per sample), occupancy: 0.00372433 I0418 12:31:36.213800 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:36.215807 19232 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:36.573750 748 path_trace.cpp:409] Rendered 4 samples in 0.357068 seconds (0.0892669 seconds per sample), occupancy: 0.338168 I0418 12:31:36.573750 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:36.576800 19164 camera.cpp:538] Detected camera inside volume. I0418 12:31:36.668351 748 path_trace.cpp:409] Rendered 4 samples in 0.0898043 seconds (0.0224511 seconds per sample), occupancy: 0.00487379 I0418 12:31:36.668351 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:36.670360 14124 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:36.976198 748 path_trace.cpp:409] Rendered 4 samples in 0.305216 seconds (0.076304 seconds per sample), occupancy: 0.338168 I0418 12:31:36.976198 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:36.980213 2280 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:37.120199 748 path_trace.cpp:409] Rendered 4 samples in 0.139391 seconds (0.0348479 seconds per sample), occupancy: 0.00481116 I0418 12:31:37.121203 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:37.122207 14124 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:37.469486 748 path_trace.cpp:409] Rendered 4 samples in 0.346117 seconds (0.0865292 seconds per sample), occupancy: 0.338168 I0418 12:31:37.469486 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:37.472498 20360 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:37.619836 748 path_trace.cpp:409] Rendered 4 samples in 0.146627 seconds (0.0366568 seconds per sample), occupancy: 0.00345372 I0418 12:31:37.622845 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:37.625856 2280 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:38.001819 748 path_trace.cpp:409] Rendered 4 samples in 0.371404 seconds (0.092851 seconds per sample), occupancy: 0.338168 I0418 12:31:38.002822 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:38.005832 20360 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:38.236661 748 path_trace.cpp:409] Rendered 4 samples in 0.229708 seconds (0.0574271 seconds per sample), occupancy: 0.00365609 I0418 12:31:38.239671 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:38.242681 15768 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:38.641424 748 path_trace.cpp:409] Rendered 4 samples in 0.393295 seconds (0.0983238 seconds per sample), occupancy: 0.338168 I0418 12:31:38.641424 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:38.644434 14124 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:38.986132 748 path_trace.cpp:409] Rendered 4 samples in 0.336029 seconds (0.0840072 seconds per sample), occupancy: 0.00360853 I0418 12:31:38.988642 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:38.991652 18892 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:39.357553 748 path_trace.cpp:409] Rendered 4 samples in 0.360909 seconds (0.0902272 seconds per sample), occupancy: 0.338168 I0418 12:31:39.357553 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:39.360564 19232 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:39.469044 748 path_trace.cpp:409] Rendered 4 samples in 0.107724 seconds (0.026931 seconds per sample), occupancy: 0.00375265 I0418 12:31:39.470047 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:39.471053 18892 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:40.270241 748 path_trace.cpp:409] Rendered 4 samples in 0.798372 seconds (0.199593 seconds per sample), occupancy: 0.0440722 WARN (gpu.debug): : Pixel-path performance warning: Pixel transfer is synchronized with 3D rendering. I0418 12:31:40.272475 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 I0418 12:31:40.273478 14124 camera.cpp:538] Detected camera inside volume. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:31:41.646353 748 path_trace.cpp:409] Rendered 1 samples in 1.37159 seconds (1.37159 seconds per sample), occupancy: 0.154868 WARN (gpu.debug): : Pixel-path performance warning: Pixel transfer is synchronized with 3D rendering. I0418 12:31:41.647357 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:31:42.303956 748 path_trace.cpp:409] Rendered 1 samples in 0.655612 seconds (0.655612 seconds per sample), occupancy: 0.158085 I0418 12:31:42.303956 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:42.940565 748 path_trace.cpp:409] Rendered 1 samples in 0.636423 seconds (0.636423 seconds per sample), occupancy: 0.161216 WARN (gpu.debug): : Pixel-path performance warning: Pixel transfer is synchronized with 3D rendering. I0418 12:31:42.941071 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' I0418 12:31:43.589944 748 path_trace.cpp:409] Rendered 1 samples in 0.648535 seconds (0.648535 seconds per sample), occupancy: 0.168097 I0418 12:31:43.589944 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:31:43.804431 748 path_trace.cpp:409] Rendered 1 samples in 0.214666 seconds (0.214666 seconds per sample), occupancy: 0.98652 I0418 12:31:43.804431 748 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 32 WARN (gpu.debug): : Pixel-path performance warning: Pixel transfer is synchronized with 3D rendering. I0418 12:31:45.229014 5888 device_impl.cpp:81] Closed database: "C:\Users\kgibe\AppData\Local\NVIDIA\OptixCache\optix7cache.db" I0418 12:31:45.230017 5888 device_impl.cpp:81] Cache data size: "277.0 MiB" INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 129 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 129 is being recompiled based on GL state. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' WARN (gpu.debug): EEVEE > Prepass > psl->depth_ps : Program/shader state performance warning: Fragment shader in program 135 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Prepass > psl->depth_ps : Program/shader state performance warning: Vertex shader in program 135 is being recompiled based on GL state. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 141 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 141 is being recompiled based on GL state. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' WARN (gpu.debug): EEVEE > Volumetrics > psl->volumetric_world_ps : Program/shader state performance warning: Geometry shader in program 103 is being recompiled based on GL state, and was not found in the disk cache WARN (gpu.debug): EEVEE > Volumetrics > psl->volumetric_objects_ps : Program/shader state performance warning: Fragment shader in program 144 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Volumetrics > psl->volumetric_objects_ps : Program/shader state performance warning: Geometry shader in program 144 is being recompiled based on GL state, and was not found in the disk cache WARN (gpu.debug): EEVEE > Volumetrics > psl->volumetric_objects_ps : Program/shader state performance warning: Vertex shader in program 144 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Volumetrics > psl->volumetric_scatter_ps : Program/shader state performance warning: Geometry shader in program 280 is being recompiled based on GL state, and was not found in the disk cache INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 459 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 459 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 477 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 477 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 447 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 447 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 420 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 420 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 444 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 444 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 474 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 474 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 471 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 471 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 468 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 468 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 465 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 465 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 462 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 462 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 450 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 450 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 435 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 435 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 456 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 456 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 453 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 453 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 423 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 423 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 441 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 441 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 438 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 438 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 432 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 432 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 429 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 429 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 426 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 426 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Fragment shader in program 148 is being recompiled based on GL state. WARN (gpu.debug): EEVEE > Shading > psl->material_ps : Program/shader state performance warning: Vertex shader in program 148 is being recompiled based on GL state. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Default (bound to GL_SHADER_STORAGE_BUFFER) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object DrawCom (bound to GL_SHADER_STORAGE_BUFFER (3)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object DrawCom (bound to GL_SHADER_STORAGE_BUFFER (3)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:16.889147 19224 device.cpp:568] Mapped host memory limit set to 64,349,331,456 bytes. (59.93G) I0418 12:33:17.046830 19224 device_impl.cpp:81] All knobs on default. I0418 12:33:17.124223 19224 device_impl.cpp:81] Opened database: "C:\Users\kgibe\AppData\Local\NVIDIA\OptixCache\optix7cache.db" I0418 12:33:17.125226 19224 device_impl.cpp:81] Cache data size: "277.0 MiB" I0418 12:33:17.126294 19224 device_impl.cpp:63] Using AVX2 CPU kernels. INFO (gpu.debug): Notification : Successfully hooked OpenGL debug callback using OpenGL 4.3 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:21.545677 19224 sync.cpp:299] Total time spent synchronizing data: 4.37316 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:37.293007 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 I0418 12:33:37.294018 7952 film.cpp:592] Effective scene passes: I0418 12:33:37.294018 7952 film.cpp:594] - type: combined, name: "Combined", mode: DENOISED, is_written: True I0418 12:33:37.294018 7952 film.cpp:594] - type: combined, name: "Noisy Image", mode: NOISY, is_written: True I0418 12:33:37.294018 7952 film.cpp:594] - type: adaptive_aux_buffer, name: "", mode: NOISY, is_written: True I0418 12:33:37.294018 7952 film.cpp:594] - type: ao, name: "AO", mode: NOISY, is_written: True I0418 12:33:37.294018 7952 film.cpp:594] - type: diffuse_direct, name: "DiffDir", mode: NOISY, is_written: True I0418 12:33:37.294018 7952 film.cpp:594] - type: glossy_direct, name: "GlossDir", mode: NOISY, is_written: True I0418 12:33:37.294018 7952 film.cpp:594] - type: diffuse_color, name: "", mode: NOISY, is_written: True I0418 12:33:37.294018 7952 film.cpp:594] - type: glossy_color, name: "", mode: NOISY, is_written: True I0418 12:33:37.294018 7952 film.cpp:594] - type: denoising_normal, name: "", mode: NOISY, is_written: True I0418 12:33:37.294018 7952 film.cpp:594] - type: denoising_albedo, name: "", mode: NOISY, is_written: True I0418 12:33:37.294018 7952 film.cpp:594] - type: sample_count, name: "", mode: NOISY, is_written: True I0418 12:33:37.303544 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 I0418 12:33:37.303544 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 I0418 12:33:37.307559 7952 scene.cpp:588] Requested features: I0418 12:33:37.307559 7952 scene.cpp:589] Use BSDF True I0418 12:33:37.307559 7952 scene.cpp:590] Use Emission True I0418 12:33:37.307559 7952 scene.cpp:592] Use Volume True I0418 12:33:37.307559 7952 scene.cpp:593] Use Bump True I0418 12:33:37.307559 7952 scene.cpp:594] Use Voronoi False I0418 12:33:37.307559 7952 scene.cpp:596] Use Shader Raytrace False I0418 12:33:37.307559 7952 scene.cpp:598] Use MNEE True I0418 12:33:37.307559 7952 scene.cpp:599] Use Transparent False I0418 12:33:37.307559 7952 scene.cpp:601] Use Denoising True I0418 12:33:37.307559 7952 scene.cpp:602] Use Path Tracing True I0418 12:33:37.307559 7952 scene.cpp:604] Use Hair False I0418 12:33:37.307559 7952 scene.cpp:605] Use Pointclouds False I0418 12:33:37.307559 7952 scene.cpp:607] Use Object Motion False I0418 12:33:37.307559 7952 scene.cpp:609] Use Baking False I0418 12:33:37.307559 7952 scene.cpp:610] Use Subsurface False I0418 12:33:37.307559 7952 scene.cpp:611] Use Volume True I0418 12:33:37.307559 7952 scene.cpp:612] Use Patch Evaluation False I0418 12:33:37.307559 7952 scene.cpp:614] Use Shadow Catcher False I0418 12:33:37.307559 7952 device_impl.cpp:263] Testing for pre-compiled kernel G:\Program Files\blender-4.1.0-windows-x64\4.1\scripts\addons\cycles\lib/kernel_sm_86.cubin. I0418 12:33:37.307559 7952 device_impl.cpp:265] Using precompiled kernel. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:37.818382 7952 device_impl.cpp:508] Local memory reserved 950,009,856 bytes. (906.00M) I0418 12:33:37.939543 7952 device_impl.cpp:81] Cache hit for key: ptx-11697926-key4fa3d2fc1d333a150f909cda43a3a304-sm_86-rtc1-drv552.22 I0418 12:33:37.939543 7952 device_impl.cpp:81] I0418 12:33:38.013748 7952 device_impl.cpp:81] Info: Pipeline statistics module(s) : 1 entry function(s) : 6 trace call(s) : 12 continuation callable call(s) : 0 direct callable call(s) : 0 basic block(s) in entry functions : 6767 instruction(s) in entry functions : 98437 non-entry function(s) : 260 basic block(s) in non-entry functions: 12911 instruction(s) in non-entry functions: 197515 debug information : no I0418 12:33:38.066696 7952 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 : 1068 instruction(s) in entry functions : 16061 non-entry function(s) : 260 basic block(s) in non-entry functions: 12911 instruction(s) in non-entry functions: 197515 debug information : no I0418 12:33:38.066696 7952 svm.cpp:69] Total 64 shaders. I0418 12:33:38.080261 7952 svm.cpp:145] Shader manager updated 64 shaders in 0.0127686 seconds. I0418 12:33:38.080261 7952 object.cpp:780] Total 65197 objects. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:38.200361 7952 particles.cpp:106] Total 0 particle systems. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:38.200361 7952 geometry.cpp:715] Total 288 meshes. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:42.613227 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.616744 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.618750 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.619755 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.621989 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.624998 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.627005 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.628008 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.630015 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.630015 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.631526 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.631526 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.634536 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.635542 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.636543 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.654111 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.669160 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.670163 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.671166 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.672171 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.686733 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.699869 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.719664 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.721674 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.722676 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:42.723678 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:42.724682 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:42.725685 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.726193 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:42.727197 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.728201 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.729205 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.730207 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.731210 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.732213 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.732213 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.733217 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.734220 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.734220 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.736730 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.737735 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.739742 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.740743 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.742750 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.743754 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.746764 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.748914 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.750918 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.757449 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.758456 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.775511 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.777519 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.781287 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:42.782291 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.787307 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.790828 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.818027 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.822554 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.825563 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.828573 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.830579 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.831086 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.833091 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.835101 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.836102 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.837105 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.838109 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.841118 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.843367 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.844372 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.846376 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.848384 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.850390 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.850390 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.851900 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.852902 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.854908 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.855916 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.856915 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.858922 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.859925 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.860929 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.862937 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.864945 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.867954 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.870963 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.873973 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.874977 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.875980 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.877486 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.878525 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.879530 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.881537 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.884049 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.886056 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.888062 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.889065 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.891073 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.892076 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.893079 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.894083 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.896090 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.899098 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.902109 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.904115 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.906282 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.917824 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.919831 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.923050 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.926060 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.929070 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.930074 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.932587 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.933591 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.934597 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.935597 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.936601 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.937603 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.941118 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:42.943123 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:42.947139 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:42.949144 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.950147 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.953159 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.956167 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.957171 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.957171 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.961185 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.963192 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.964196 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.965199 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.968209 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.969214 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.970216 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.971220 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.973225 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.976241 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.976241 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.979259 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.982270 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.983273 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.984469 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.985471 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.986475 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.987478 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.988481 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.989485 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.991493 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.995011 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.996016 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.997018 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.998021 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.999025 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:42.999025 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.004047 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.005044 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.007050 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.008054 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.009058 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.010062 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.011065 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.013072 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.014075 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:43.015079 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.016741 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.020759 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.035310 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.037317 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.037823 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.038826 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.042840 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.050199 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.051201 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.067760 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.068763 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.069766 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.070770 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.093184 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.097196 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.099205 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.100206 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.102213 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.105224 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.109237 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.111410 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.114419 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.117430 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.118433 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.121949 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.122953 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.124960 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.125963 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.128973 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.128973 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.133491 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.137502 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.141516 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.141745 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.142750 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.143754 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.144757 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:43.147768 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:43.154299 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.158311 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.159317 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.161321 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.163328 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.165335 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.167341 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.171355 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.176371 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.178900 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.179903 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.181910 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.182914 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.184423 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.188436 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.190443 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.190443 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.191447 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.193454 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.194458 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.198469 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.200476 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.201479 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.202483 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.203486 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.204584 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.204584 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.205587 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.208597 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.210608 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.215126 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.216133 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.217137 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.219143 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:43.241652 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.242658 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.247674 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.248677 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.250684 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.251688 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.253695 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.288332 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.290848 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.292856 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.317281 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.318284 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.318284 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.319288 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.321295 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.322299 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.323300 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:43.341365 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.343372 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.345379 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.347184 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.349195 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.350198 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.353207 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.354210 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.355214 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.358729 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.359732 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.360736 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.361742 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.362742 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.364749 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.364749 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.365753 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.366756 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.367761 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.370770 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.372781 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.374784 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.376789 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.378304 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.380311 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.381314 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.382318 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.383322 18892 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.384325 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.384325 20360 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.385327 2280 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.386332 19164 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.387334 19232 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.387842 15768 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.388845 14124 device_impl.cpp:1036] Using fast to trace OptiX BVH I0418 12:33:43.395869 7952 geometry_bvh.cpp:127] Using OPTIX layout. I0418 12:33:43.403896 7952 device_impl.cpp:1036] Using fast to trace OptiX BVH INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:45.892983 19232 camera.cpp:538] Detected camera inside volume. I0418 12:33:45.893987 7952 tables.cpp:39] Total 9 lookup tables. I0418 12:33:45.893987 7952 light.cpp:1411] Total 2 lights. I0418 12:33:45.893987 7952 light.cpp:1391] Number of lights sent to the device: 2 I0418 12:33:45.893987 7952 light.cpp:1043] Automatically set World MIS resolution to 8192 by 4096 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:48.131059 7952 light.cpp:839] Use light tree with 57426 emitters and 105975 nodes. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 12:33:48.189354 7952 tables.cpp:39] Total 10 lookup tables. I0418 12:33:48.190860 7952 scene.cpp:354] System memory statistics after full device sync: Usage: 8,069,527,126 (7.51G) Peak: 10,790,656,443 (10.05G) INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:34:04.282985 7952 path_trace.cpp:409] Rendered 1 samples in 15.9788 seconds (15.9788 seconds per sample), occupancy: 0.262253 I0418 12:34:04.347824 7952 path_trace_work_gpu.cpp:905] Using graphics interop GPU display update. I0418 12:34:04.352841 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:34:39.929612 7952 path_trace.cpp:409] Rendered 3 samples in 35.576 seconds (11.8587 seconds per sample), occupancy: 0.449355 I0418 12:34:39.929612 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:35:23.560273 7952 path_trace.cpp:409] Rendered 5 samples in 43.6304 seconds (8.72608 seconds per sample), occupancy: 0.524468 I0418 12:35:23.561277 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:36:04.930604 7952 path_trace.cpp:409] Rendered 5 samples in 41.3691 seconds (8.27382 seconds per sample), occupancy: 0.530956 I0418 12:36:04.930604 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:36:46.182961 7952 path_trace.cpp:409] Rendered 5 samples in 41.2521 seconds (8.25042 seconds per sample), occupancy: 0.539369 I0418 12:36:46.183964 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:37:26.420132 7952 path_trace.cpp:409] Rendered 5 samples in 40.2362 seconds (8.04724 seconds per sample), occupancy: 0.546396 I0418 12:37:26.421382 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:38:06.948516 7952 path_trace.cpp:409] Rendered 5 samples in 40.5274 seconds (8.10548 seconds per sample), occupancy: 0.539477 I0418 12:38:06.949520 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:38:46.386761 7952 path_trace.cpp:409] Rendered 5 samples in 39.4371 seconds (7.88742 seconds per sample), occupancy: 0.543949 I0418 12:38:46.386761 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:39:26.682139 7952 path_trace.cpp:409] Rendered 5 samples in 40.2947 seconds (8.05894 seconds per sample), occupancy: 0.534263 I0418 12:39:26.683143 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:40:05.673312 7952 path_trace.cpp:409] Rendered 5 samples in 38.9891 seconds (7.79782 seconds per sample), occupancy: 0.534392 I0418 12:40:05.673312 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:40:42.644421 7952 path_trace.cpp:409] Rendered 5 samples in 36.9713 seconds (7.39427 seconds per sample), occupancy: 0.536361 I0418 12:40:42.646428 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:41:23.690729 7952 path_trace.cpp:409] Rendered 5 samples in 41.0446 seconds (8.20893 seconds per sample), occupancy: 0.540418 I0418 12:41:23.690729 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:42:05.468798 7952 path_trace.cpp:409] Rendered 5 samples in 41.7779 seconds (8.35559 seconds per sample), occupancy: 0.526948 I0418 12:42:05.470804 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:42:46.996676 7952 path_trace.cpp:409] Rendered 5 samples in 41.5264 seconds (8.30528 seconds per sample), occupancy: 0.530301 I0418 12:42:46.997681 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:43:25.893885 7952 path_trace.cpp:409] Rendered 5 samples in 38.8966 seconds (7.77931 seconds per sample), occupancy: 0.541278 I0418 12:43:25.895893 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:44:04.515883 7952 path_trace.cpp:409] Rendered 5 samples in 38.6205 seconds (7.7241 seconds per sample), occupancy: 0.534399 I0418 12:44:04.515883 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:44:33.911875 7952 path_trace.cpp:409] Rendered 5 samples in 29.395 seconds (5.879 seconds per sample), occupancy: 0.537801 I0418 12:44:33.914885 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:44:58.757695 7952 path_trace.cpp:409] Rendered 5 samples in 24.842 seconds (4.9684 seconds per sample), occupancy: 0.530962 I0418 12:44:58.757695 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:45:23.513092 7952 path_trace.cpp:409] Rendered 5 samples in 24.7548 seconds (4.95096 seconds per sample), occupancy: 0.537901 I0418 12:45:23.514097 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:45:48.303658 7952 path_trace.cpp:409] Rendered 5 samples in 24.789 seconds (4.9578 seconds per sample), occupancy: 0.511013 I0418 12:45:48.303658 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:46:13.233448 7952 path_trace.cpp:409] Rendered 5 samples in 24.9299 seconds (4.98598 seconds per sample), occupancy: 0.527591 I0418 12:46:13.235455 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:46:38.113052 7952 path_trace.cpp:409] Rendered 5 samples in 24.8773 seconds (4.97547 seconds per sample), occupancy: 0.53596 I0418 12:46:38.113052 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:47:02.581028 7952 path_trace.cpp:409] Rendered 5 samples in 24.4683 seconds (4.89365 seconds per sample), occupancy: 0.540492 I0418 12:47:02.582032 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:47:26.653467 7952 path_trace.cpp:409] Rendered 5 samples in 24.0714 seconds (4.81427 seconds per sample), occupancy: 0.546518 I0418 12:47:26.653467 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:47:50.784726 7952 path_trace.cpp:409] Rendered 5 samples in 24.1314 seconds (4.82629 seconds per sample), occupancy: 0.532721 I0418 12:47:50.787277 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:48:14.557188 7952 path_trace.cpp:409] Rendered 5 samples in 23.7704 seconds (4.75407 seconds per sample), occupancy: 0.526078 I0418 12:48:14.558192 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:48:38.338305 7952 path_trace.cpp:409] Rendered 5 samples in 23.7808 seconds (4.75615 seconds per sample), occupancy: 0.533609 I0418 12:48:38.340315 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:49:01.745697 7952 path_trace.cpp:409] Rendered 5 samples in 23.4051 seconds (4.68102 seconds per sample), occupancy: 0.536018 I0418 12:49:01.745697 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:49:25.508997 7952 path_trace.cpp:409] Rendered 5 samples in 23.7629 seconds (4.75258 seconds per sample), occupancy: 0.534358 I0418 12:49:25.510001 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:49:50.139276 7952 path_trace.cpp:409] Rendered 5 samples in 24.629 seconds (4.9258 seconds per sample), occupancy: 0.536019 I0418 12:49:50.143289 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:50:14.033885 7952 path_trace.cpp:409] Rendered 5 samples in 23.8904 seconds (4.77808 seconds per sample), occupancy: 0.548276 I0418 12:50:14.035892 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:50:37.747836 7952 path_trace.cpp:409] Rendered 5 samples in 23.7116 seconds (4.74232 seconds per sample), occupancy: 0.541213 I0418 12:50:37.747836 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:51:01.931408 7952 path_trace.cpp:409] Rendered 5 samples in 24.1839 seconds (4.83677 seconds per sample), occupancy: 0.537793 I0418 12:51:01.933415 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:51:06.883276 7952 path_trace.cpp:409] Rendered 1 samples in 4.94973 seconds (4.94973 seconds per sample), occupancy: 0.243069 I0418 12:51:06.886788 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:51:21.266705 7952 path_trace.cpp:409] Rendered 3 samples in 14.3802 seconds (4.7934 seconds per sample), occupancy: 0.460858 I0418 12:51:21.268712 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:51:45.054371 7952 path_trace.cpp:409] Rendered 5 samples in 23.7861 seconds (4.75722 seconds per sample), occupancy: 0.544531 I0418 12:51:45.054371 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:52:09.653715 7952 path_trace.cpp:409] Rendered 5 samples in 24.5987 seconds (4.91975 seconds per sample), occupancy: 0.542188 I0418 12:52:09.654719 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:52:24.445649 7952 path_trace.cpp:409] Rendered 3 samples in 14.7898 seconds (4.92993 seconds per sample), occupancy: 0.446578 I0418 12:52:24.448659 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:52:48.311386 7952 path_trace.cpp:409] Rendered 5 samples in 23.862 seconds (4.7724 seconds per sample), occupancy: 0.534449 I0418 12:52:48.322423 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:53:09.869239 7952 path_trace.cpp:409] Rendered 5 samples in 21.5461 seconds (4.30922 seconds per sample), occupancy: 0.541331 I0418 12:53:09.869239 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:53:32.242053 7952 path_trace.cpp:409] Rendered 5 samples in 22.3729 seconds (4.47458 seconds per sample), occupancy: 0.544567 I0418 12:53:32.244480 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:53:36.748584 7952 path_trace.cpp:409] Rendered 1 samples in 4.50465 seconds (4.50465 seconds per sample), occupancy: 0.250496 I0418 12:53:36.753600 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:53:50.547439 7952 path_trace.cpp:409] Rendered 3 samples in 13.7942 seconds (4.59806 seconds per sample), occupancy: 0.453303 I0418 12:53:50.549634 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:54:13.784368 7952 path_trace.cpp:409] Rendered 5 samples in 23.2345 seconds (4.6469 seconds per sample), occupancy: 0.531051 I0418 12:54:13.784368 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:54:37.121783 7952 path_trace.cpp:409] Rendered 5 samples in 23.3377 seconds (4.66755 seconds per sample), occupancy: 0.548293 I0418 12:54:37.123790 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:54:51.070650 7952 path_trace.cpp:409] Rendered 3 samples in 13.9472 seconds (4.64906 seconds per sample), occupancy: 0.456544 I0418 12:54:51.077172 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:55:13.731268 7952 path_trace.cpp:409] Rendered 5 samples in 22.6544 seconds (4.53088 seconds per sample), occupancy: 0.537772 I0418 12:55:13.733274 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:55:36.983613 7952 path_trace.cpp:409] Rendered 5 samples in 23.2502 seconds (4.65004 seconds per sample), occupancy: 0.535428 I0418 12:55:36.983613 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:55:59.324198 7952 path_trace.cpp:409] Rendered 5 samples in 22.3405 seconds (4.4681 seconds per sample), occupancy: 0.53087 I0418 12:55:59.325203 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:56:03.940194 7952 path_trace.cpp:409] Rendered 1 samples in 4.61444 seconds (4.61444 seconds per sample), occupancy: 0.262356 I0418 12:56:03.944208 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:56:17.397420 7952 path_trace.cpp:409] Rendered 3 samples in 13.4534 seconds (4.48446 seconds per sample), occupancy: 0.431579 I0418 12:56:17.399428 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:56:39.949879 7952 path_trace.cpp:409] Rendered 5 samples in 22.5504 seconds (4.51009 seconds per sample), occupancy: 0.519554 I0418 12:56:39.949879 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:57:02.543800 7952 path_trace.cpp:409] Rendered 5 samples in 22.5937 seconds (4.51874 seconds per sample), occupancy: 0.541268 I0418 12:57:02.545807 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:57:15.602694 7952 path_trace.cpp:409] Rendered 3 samples in 13.0565 seconds (4.35215 seconds per sample), occupancy: 0.444754 I0418 12:57:15.605705 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:57:37.828648 7952 path_trace.cpp:409] Rendered 5 samples in 22.2227 seconds (4.44454 seconds per sample), occupancy: 0.530324 I0418 12:57:37.829651 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:57:59.974119 7952 path_trace.cpp:409] Rendered 5 samples in 22.1435 seconds (4.4287 seconds per sample), occupancy: 0.536149 I0418 12:57:59.974119 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:58:22.247373 7952 path_trace.cpp:409] Rendered 5 samples in 22.2735 seconds (4.45469 seconds per sample), occupancy: 0.541073 I0418 12:58:22.248883 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:58:26.734809 7952 path_trace.cpp:409] Rendered 1 samples in 4.48621 seconds (4.48621 seconds per sample), occupancy: 0.252353 I0418 12:58:26.738823 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:58:40.178671 7952 path_trace.cpp:409] Rendered 3 samples in 13.44 seconds (4.48001 seconds per sample), occupancy: 0.434019 I0418 12:58:40.180677 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:59:01.626376 7952 path_trace.cpp:409] Rendered 5 samples in 21.4454 seconds (4.28908 seconds per sample), occupancy: 0.542822 I0418 12:59:01.626376 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:59:24.311374 7952 path_trace.cpp:409] Rendered 5 samples in 22.685 seconds (4.537 seconds per sample), occupancy: 0.534404 I0418 12:59:24.312378 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:59:37.790871 7952 path_trace.cpp:409] Rendered 3 samples in 13.4776 seconds (4.49255 seconds per sample), occupancy: 0.452582 I0418 12:59:37.793882 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 12:59:59.837000 7952 path_trace.cpp:409] Rendered 5 samples in 22.043 seconds (4.4086 seconds per sample), occupancy: 0.530902 I0418 12:59:59.839007 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:00:22.261137 7952 path_trace.cpp:409] Rendered 5 samples in 22.4221 seconds (4.48442 seconds per sample), occupancy: 0.537862 I0418 13:00:22.261137 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:00:44.696656 7952 path_trace.cpp:409] Rendered 5 samples in 22.4351 seconds (4.48701 seconds per sample), occupancy: 0.524329 I0418 13:00:44.698664 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:00:49.309715 7952 path_trace.cpp:409] Rendered 1 samples in 4.61083 seconds (4.61083 seconds per sample), occupancy: 0.264483 I0418 13:00:49.314733 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:01:02.599056 7952 path_trace.cpp:409] Rendered 3 samples in 13.2841 seconds (4.42804 seconds per sample), occupancy: 0.453173 I0418 13:01:02.600059 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:01:24.966364 7952 path_trace.cpp:409] Rendered 5 samples in 22.3654 seconds (4.47308 seconds per sample), occupancy: 0.546352 I0418 13:01:24.966364 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:01:42.831808 7952 path_trace.cpp:409] Rendered 4 samples in 17.8654 seconds (4.46635 seconds per sample), occupancy: 0.497199 I0418 13:01:44.823113 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:01:48.568094 7952 path_trace.cpp:409] Rendered 1 samples in 3.64944 seconds (3.64944 seconds per sample), occupancy: 0.227564 I0418 13:01:48.573108 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:01:57.870929 7952 path_trace.cpp:409] Rendered 3 samples in 9.29747 seconds (3.09916 seconds per sample), occupancy: 0.43142 I0418 13:01:57.870929 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:02:12.323247 7952 path_trace.cpp:409] Rendered 5 samples in 14.4524 seconds (2.89049 seconds per sample), occupancy: 0.524378 I0418 13:02:12.324251 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:02:26.806938 7952 path_trace.cpp:409] Rendered 5 samples in 14.4821 seconds (2.89641 seconds per sample), occupancy: 0.504738 I0418 13:02:26.806938 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:02:40.959168 7952 path_trace.cpp:409] Rendered 5 samples in 14.1521 seconds (2.83042 seconds per sample), occupancy: 0.498808 I0418 13:02:40.961176 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:03:02.202286 7952 path_trace.cpp:409] Rendered 7 samples in 21.2408 seconds (3.03441 seconds per sample), occupancy: 0.547393 I0418 13:03:02.202286 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:03:24.288856 7952 path_trace.cpp:409] Rendered 7 samples in 22.0871 seconds (3.1553 seconds per sample), occupancy: 0.549091 I0418 13:03:24.291867 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:03:44.738248 7952 path_trace.cpp:409] Rendered 7 samples in 20.4465 seconds (2.92092 seconds per sample), occupancy: 0.541303 I0418 13:03:44.738248 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:04:05.941102 7952 path_trace.cpp:409] Rendered 7 samples in 21.2023 seconds (3.0289 seconds per sample), occupancy: 0.547543 I0418 13:04:05.942106 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:04:26.637070 7952 path_trace.cpp:409] Rendered 7 samples in 20.6941 seconds (2.9563 seconds per sample), occupancy: 0.547404 I0418 13:04:26.637070 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:04:47.895196 7952 path_trace.cpp:409] Rendered 7 samples in 21.2586 seconds (3.03694 seconds per sample), occupancy: 0.549001 I0418 13:04:47.896700 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:05:08.387277 7952 path_trace.cpp:409] Rendered 7 samples in 20.4899 seconds (2.92713 seconds per sample), occupancy: 0.549081 I0418 13:05:08.387277 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:05:30.307152 7952 path_trace.cpp:409] Rendered 7 samples in 21.9199 seconds (3.13141 seconds per sample), occupancy: 0.542839 I0418 13:05:30.308667 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:05:52.516784 7952 path_trace.cpp:409] Rendered 7 samples in 22.2071 seconds (3.17245 seconds per sample), occupancy: 0.546013 I0418 13:05:52.516784 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:06:15.085224 7952 path_trace.cpp:409] Rendered 7 samples in 22.5686 seconds (3.22409 seconds per sample), occupancy: 0.550573 I0418 13:06:15.087754 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:06:37.247325 7952 path_trace.cpp:409] Rendered 7 samples in 22.1597 seconds (3.16567 seconds per sample), occupancy: 0.549115 I0418 13:06:37.247325 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:07:00.737556 7952 path_trace.cpp:409] Rendered 7 samples in 23.4901 seconds (3.35573 seconds per sample), occupancy: 0.552162 I0418 13:07:00.739066 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:07:22.104588 7952 path_trace.cpp:409] Rendered 7 samples in 21.3649 seconds (3.05213 seconds per sample), occupancy: 0.548982 I0418 13:07:22.104588 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:07:44.017359 7952 path_trace.cpp:409] Rendered 7 samples in 21.9125 seconds (3.13036 seconds per sample), occupancy: 0.547513 I0418 13:07:44.018362 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:08:05.410055 7952 path_trace.cpp:409] Rendered 7 samples in 21.3909 seconds (3.05584 seconds per sample), occupancy: 0.549043 I0418 13:08:05.410055 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:08:28.997458 7952 path_trace.cpp:409] Rendered 7 samples in 23.587 seconds (3.36957 seconds per sample), occupancy: 0.547627 I0418 13:08:28.998462 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:08:50.713549 7952 path_trace.cpp:409] Rendered 7 samples in 21.7149 seconds (3.10213 seconds per sample), occupancy: 0.53991 I0418 13:08:50.713549 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:09:10.548221 7952 path_trace.cpp:409] Rendered 6 samples in 19.8349 seconds (3.30581 seconds per sample), occupancy: 0.531352 I0418 13:09:10.552233 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:09:30.995765 7952 path_trace.cpp:409] Rendered 6 samples in 20.4427 seconds (3.40711 seconds per sample), occupancy: 0.543344 I0418 13:09:30.995765 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:09:51.182761 7952 path_trace.cpp:409] Rendered 6 samples in 20.1872 seconds (3.36454 seconds per sample), occupancy: 0.525375 I0418 13:09:51.183766 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:10:02.245651 7952 path_trace.cpp:409] Rendered 4 samples in 11.0617 seconds (2.76542 seconds per sample), occupancy: 0.491773 I0418 13:10:02.256744 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:10:18.743803 7952 path_trace.cpp:409] Rendered 6 samples in 16.4875 seconds (2.74791 seconds per sample), occupancy: 0.528023 I0418 13:10:18.745810 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:10:35.750816 7952 path_trace.cpp:409] Rendered 6 samples in 17.005 seconds (2.83416 seconds per sample), occupancy: 0.533217 I0418 13:10:35.750816 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:10:46.684964 7952 path_trace.cpp:409] Rendered 4 samples in 10.9332 seconds (2.7333 seconds per sample), occupancy: 0.485023 I0418 13:10:46.689981 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:11:03.369897 7952 path_trace.cpp:409] Rendered 6 samples in 16.6801 seconds (2.78002 seconds per sample), occupancy: 0.52851 I0418 13:11:03.370946 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:11:19.769403 7952 path_trace.cpp:409] Rendered 6 samples in 16.3984 seconds (2.73306 seconds per sample), occupancy: 0.529513 I0418 13:11:19.770406 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:11:30.211709 7952 path_trace.cpp:409] Rendered 4 samples in 10.4415 seconds (2.61038 seconds per sample), occupancy: 0.487894 I0418 13:11:30.217228 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:11:47.041311 7952 path_trace.cpp:409] Rendered 6 samples in 16.8243 seconds (2.80404 seconds per sample), occupancy: 0.53316 I0418 13:11:47.042821 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:12:03.843246 7952 path_trace.cpp:409] Rendered 6 samples in 16.8004 seconds (2.80007 seconds per sample), occupancy: 0.53032 I0418 13:12:03.843246 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:12:14.563354 7952 path_trace.cpp:409] Rendered 4 samples in 10.7195 seconds (2.67987 seconds per sample), occupancy: 0.480774 I0418 13:12:14.568876 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:12:31.243676 7952 path_trace.cpp:409] Rendered 6 samples in 16.6746 seconds (2.77911 seconds per sample), occupancy: 0.528149 I0418 13:12:31.243676 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:12:48.135310 7952 path_trace.cpp:409] Rendered 6 samples in 16.8908 seconds (2.81513 seconds per sample), occupancy: 0.538552 I0418 13:12:48.137318 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:12:58.763242 7952 path_trace.cpp:409] Rendered 4 samples in 10.6255 seconds (2.65637 seconds per sample), occupancy: 0.500671 I0418 13:12:58.767251 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:13:09.686367 7952 path_trace.cpp:409] Rendered 4 samples in 10.9189 seconds (2.72972 seconds per sample), occupancy: 0.489521 I0418 13:13:09.687371 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:13:25.989359 7952 path_trace.cpp:409] Rendered 6 samples in 16.3017 seconds (2.71695 seconds per sample), occupancy: 0.530685 I0418 13:13:25.989359 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:13:42.642838 7952 path_trace.cpp:409] Rendered 6 samples in 16.6532 seconds (2.77553 seconds per sample), occupancy: 0.535091 I0418 13:13:42.654887 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:13:58.990715 7952 path_trace.cpp:409] Rendered 6 samples in 16.3355 seconds (2.72259 seconds per sample), occupancy: 0.531165 I0418 13:13:58.990715 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:14:15.399677 7952 path_trace.cpp:409] Rendered 6 samples in 16.4089 seconds (2.73482 seconds per sample), occupancy: 0.521128 I0418 13:14:15.401187 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:14:26.009325 7952 path_trace.cpp:409] Rendered 4 samples in 10.6078 seconds (2.65194 seconds per sample), occupancy: 0.498399 I0418 13:14:26.015853 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:14:42.336558 7952 path_trace.cpp:409] Rendered 6 samples in 16.3202 seconds (2.72004 seconds per sample), occupancy: 0.533467 I0418 13:14:42.337561 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:14:58.599396 7952 path_trace.cpp:409] Rendered 6 samples in 16.2616 seconds (2.71026 seconds per sample), occupancy: 0.545664 I0418 13:14:58.599396 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:15:09.251520 7952 path_trace.cpp:409] Rendered 4 samples in 10.652 seconds (2.66299 seconds per sample), occupancy: 0.491688 I0418 13:15:09.266235 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:15:25.845391 7952 path_trace.cpp:409] Rendered 6 samples in 16.5788 seconds (2.76314 seconds per sample), occupancy: 0.534955 I0418 13:15:25.845391 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:15:42.400573 7952 path_trace.cpp:409] Rendered 6 samples in 16.5555 seconds (2.75925 seconds per sample), occupancy: 0.533249 I0418 13:15:42.403090 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:15:53.127663 7952 path_trace.cpp:409] Rendered 4 samples in 10.7251 seconds (2.68126 seconds per sample), occupancy: 0.494699 I0418 13:15:53.130673 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:09.889220 7952 path_trace.cpp:409] Rendered 6 samples in 16.7574 seconds (2.79291 seconds per sample), occupancy: 0.529851 I0418 13:16:09.890223 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:26.327355 7952 path_trace.cpp:409] Rendered 6 samples in 16.4363 seconds (2.73939 seconds per sample), occupancy: 0.536878 I0418 13:16:28.479904 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:29.075608 7952 path_trace.cpp:409] Rendered 1 samples in 0.536335 seconds (0.536335 seconds per sample), occupancy: 0.281337 I0418 13:16:29.078619 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:30.031359 7952 path_trace.cpp:409] Rendered 2 samples in 0.952364 seconds (0.476182 seconds per sample), occupancy: 0.607137 I0418 13:16:30.031359 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:31.044595 7952 path_trace.cpp:409] Rendered 2 samples in 1.01249 seconds (0.506247 seconds per sample), occupancy: 0.607167 I0418 13:16:31.044595 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:31.997591 7952 path_trace.cpp:409] Rendered 2 samples in 0.952761 seconds (0.476381 seconds per sample), occupancy: 0.650515 I0418 13:16:31.998595 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:32.948562 7952 path_trace.cpp:409] Rendered 2 samples in 0.94992 seconds (0.47496 seconds per sample), occupancy: 0.607154 I0418 13:16:32.948562 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:33.937328 7952 path_trace.cpp:409] Rendered 2 samples in 0.988219 seconds (0.49411 seconds per sample), occupancy: 0.607231 I0418 13:16:33.937328 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:34.870188 7952 path_trace.cpp:409] Rendered 2 samples in 0.932697 seconds (0.466348 seconds per sample), occupancy: 0.607155 I0418 13:16:34.871192 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:35.819255 7952 path_trace.cpp:409] Rendered 2 samples in 0.947347 seconds (0.473673 seconds per sample), occupancy: 0.607296 I0418 13:16:35.819255 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:36.503924 7952 path_trace.cpp:409] Rendered 2 samples in 0.684164 seconds (0.342082 seconds per sample), occupancy: 0.60713 I0418 13:16:36.503924 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:36.928331 7952 path_trace.cpp:409] Rendered 2 samples in 0.424574 seconds (0.212287 seconds per sample), occupancy: 0.607259 I0418 13:16:36.929335 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:37.357539 7952 path_trace.cpp:409] Rendered 2 samples in 0.427975 seconds (0.213987 seconds per sample), occupancy: 0.607117 I0418 13:16:37.358542 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:37.770212 7952 path_trace.cpp:409] Rendered 2 samples in 0.411437 seconds (0.205718 seconds per sample), occupancy: 0.607155 I0418 13:16:37.770212 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:38.193748 7952 path_trace.cpp:409] Rendered 2 samples in 0.423552 seconds (0.211776 seconds per sample), occupancy: 0.650517 I0418 13:16:38.193748 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:38.617287 7952 path_trace.cpp:409] Rendered 2 samples in 0.424016 seconds (0.212008 seconds per sample), occupancy: 0.607191 I0418 13:16:38.619328 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:39.031391 7952 path_trace.cpp:409] Rendered 2 samples in 0.411783 seconds (0.205892 seconds per sample), occupancy: 0.650582 I0418 13:16:39.031391 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:39.450716 7952 path_trace.cpp:409] Rendered 2 samples in 0.418933 seconds (0.209467 seconds per sample), occupancy: 0.650614 I0418 13:16:39.450716 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:39.862464 7952 path_trace.cpp:409] Rendered 2 samples in 0.411255 seconds (0.205627 seconds per sample), occupancy: 0.650538 I0418 13:16:39.862464 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:40.723569 7952 path_trace.cpp:409] Rendered 4 samples in 0.861008 seconds (0.215252 seconds per sample), occupancy: 0.628108 I0418 13:16:40.724570 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:42.467674 7952 path_trace.cpp:409] Rendered 8 samples in 1.74256 seconds (0.21782 seconds per sample), occupancy: 0.616382 I0418 13:16:42.467674 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:44.196054 7952 path_trace.cpp:409] Rendered 8 samples in 1.72835 seconds (0.216043 seconds per sample), occupancy: 0.596537 I0418 13:16:44.196054 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:45.903352 7952 path_trace.cpp:409] Rendered 8 samples in 1.7073 seconds (0.213412 seconds per sample), occupancy: 0.606383 I0418 13:16:45.905362 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:47.624310 7952 path_trace.cpp:409] Rendered 8 samples in 1.71803 seconds (0.214754 seconds per sample), occupancy: 0.606316 I0418 13:16:47.624310 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:49.328002 7952 path_trace.cpp:409] Rendered 8 samples in 1.70383 seconds (0.212979 seconds per sample), occupancy: 0.626873 I0418 13:16:49.328002 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:50.986047 7952 path_trace.cpp:409] Rendered 8 samples in 1.6576 seconds (0.2072 seconds per sample), occupancy: 0.616447 I0418 13:16:50.987555 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:52.718986 7952 path_trace.cpp:409] Rendered 8 samples in 1.73143 seconds (0.216428 seconds per sample), occupancy: 0.626921 I0418 13:16:52.718986 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:54.440690 7952 path_trace.cpp:409] Rendered 8 samples in 1.7221 seconds (0.215262 seconds per sample), occupancy: 0.626858 I0418 13:16:54.440690 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:56.179756 7952 path_trace.cpp:409] Rendered 8 samples in 1.73887 seconds (0.217359 seconds per sample), occupancy: 0.606307 I0418 13:16:56.180760 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:57.890556 7952 path_trace.cpp:409] Rendered 8 samples in 1.7084 seconds (0.21355 seconds per sample), occupancy: 0.616411 I0418 13:16:57.890556 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:16:59.620137 7952 path_trace.cpp:409] Rendered 8 samples in 1.72944 seconds (0.21618 seconds per sample), occupancy: 0.606316 I0418 13:16:59.620137 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:01.337520 7952 path_trace.cpp:409] Rendered 8 samples in 1.71763 seconds (0.214704 seconds per sample), occupancy: 0.606325 I0418 13:17:01.339030 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:03.070814 7952 path_trace.cpp:409] Rendered 8 samples in 1.73223 seconds (0.216528 seconds per sample), occupancy: 0.626873 I0418 13:17:03.070814 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:03.715158 7952 path_trace.cpp:409] Rendered 3 samples in 0.643186 seconds (0.214395 seconds per sample), occupancy: 0.422862 I0418 13:17:03.718169 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:05.567777 7952 path_trace.cpp:409] Rendered 8 samples in 1.84984 seconds (0.23123 seconds per sample), occupancy: 0.63768 I0418 13:17:05.568782 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:07.383931 7952 path_trace.cpp:409] Rendered 8 samples in 1.81435 seconds (0.226794 seconds per sample), occupancy: 0.61646 I0418 13:17:07.384933 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:09.251065 7952 path_trace.cpp:409] Rendered 8 samples in 1.86528 seconds (0.233159 seconds per sample), occupancy: 0.616375 I0418 13:17:09.251570 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:11.054759 7952 path_trace.cpp:409] Rendered 8 samples in 1.80319 seconds (0.225399 seconds per sample), occupancy: 0.616404 I0418 13:17:11.057768 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:12.837837 7952 path_trace.cpp:409] Rendered 8 samples in 1.77999 seconds (0.222499 seconds per sample), occupancy: 0.616464 I0418 13:17:12.837837 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:14.673362 7952 path_trace.cpp:409] Rendered 8 samples in 1.83573 seconds (0.229467 seconds per sample), occupancy: 0.616393 I0418 13:17:14.675369 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:16.512403 7952 path_trace.cpp:409] Rendered 8 samples in 1.83661 seconds (0.229577 seconds per sample), occupancy: 0.626889 I0418 13:17:16.513447 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:18.345873 7952 path_trace.cpp:409] Rendered 8 samples in 1.8318 seconds (0.228976 seconds per sample), occupancy: 0.616466 I0418 13:17:18.348879 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:20.194994 7952 path_trace.cpp:409] Rendered 8 samples in 1.84545 seconds (0.230682 seconds per sample), occupancy: 0.626809 I0418 13:17:20.194994 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:22.003393 7952 path_trace.cpp:409] Rendered 8 samples in 1.8081 seconds (0.226013 seconds per sample), occupancy: 0.59654 I0418 13:17:22.005398 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:23.869611 7952 path_trace.cpp:409] Rendered 8 samples in 1.86392 seconds (0.232991 seconds per sample), occupancy: 0.616406 I0418 13:17:23.869611 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:25.700992 7952 path_trace.cpp:409] Rendered 8 samples in 1.83068 seconds (0.228834 seconds per sample), occupancy: 0.606319 I0418 13:17:25.702497 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:27.540841 7952 path_trace.cpp:409] Rendered 8 samples in 1.83806 seconds (0.229757 seconds per sample), occupancy: 0.616475 I0418 13:17:27.540841 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:29.354230 7952 path_trace.cpp:409] Rendered 8 samples in 1.8118 seconds (0.226475 seconds per sample), occupancy: 0.616373 I0418 13:17:29.356276 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:31.210001 7952 path_trace.cpp:409] Rendered 8 samples in 1.85395 seconds (0.231744 seconds per sample), occupancy: 0.606285 I0418 13:17:31.210001 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:33.023882 7952 path_trace.cpp:409] Rendered 8 samples in 1.81348 seconds (0.226685 seconds per sample), occupancy: 0.616451 I0418 13:17:33.025887 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:34.876035 7952 path_trace.cpp:409] Rendered 8 samples in 1.85006 seconds (0.231257 seconds per sample), occupancy: 0.596568 I0418 13:17:34.877039 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:36.706835 7952 path_trace.cpp:409] Rendered 8 samples in 1.83032 seconds (0.228791 seconds per sample), occupancy: 0.616387 I0418 13:17:36.708842 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:38.536939 7952 path_trace.cpp:409] Rendered 8 samples in 1.82704 seconds (0.22838 seconds per sample), occupancy: 0.6164 I0418 13:17:38.536939 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:39.389041 7952 path_trace.cpp:409] Rendered 4 samples in 0.851511 seconds (0.212878 seconds per sample), occupancy: 0.6072 I0418 13:17:39.719046 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:39.933714 7952 path_trace.cpp:409] Rendered 1 samples in 0.194578 seconds (0.194578 seconds per sample), occupancy: 0.0696924 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:39.936723 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:41.761229 7952 path_trace.cpp:409] Rendered 10 samples in 1.82378 seconds (0.182378 seconds per sample), occupancy: 0.380018 I0418 13:17:41.761229 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:45.013649 7952 path_trace.cpp:409] Rendered 18 samples in 3.25227 seconds (0.180682 seconds per sample), occupancy: 0.455629 I0418 13:17:45.014652 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:50.189363 7952 path_trace.cpp:409] Rendered 28 samples in 5.17436 seconds (0.184799 seconds per sample), occupancy: 0.505626 I0418 13:17:50.189363 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:17:55.327571 7952 path_trace.cpp:409] Rendered 28 samples in 5.13758 seconds (0.183485 seconds per sample), occupancy: 0.500708 I0418 13:17:55.328574 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:18:00.434151 7952 path_trace.cpp:409] Rendered 28 samples in 5.10508 seconds (0.182324 seconds per sample), occupancy: 0.491236 I0418 13:18:00.434151 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:18:06.076107 7952 path_trace.cpp:409] Rendered 31 samples in 5.64245 seconds (0.182015 seconds per sample), occupancy: 0.51586 I0418 13:18:06.078619 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:18:09.111179 7952 path_trace.cpp:409] Rendered 16 samples in 3.03216 seconds (0.18951 seconds per sample), occupancy: 0.457703 I0418 13:18:09.112690 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:18:12.171437 7952 path_trace.cpp:409] Rendered 16 samples in 3.05768 seconds (0.191105 seconds per sample), occupancy: 0.447233 I0418 13:18:12.173949 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:18:15.213788 7952 path_trace.cpp:409] Rendered 16 samples in 3.03972 seconds (0.189983 seconds per sample), occupancy: 0.457729 I0418 13:18:15.216796 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:18:18.189695 7952 path_trace.cpp:409] Rendered 16 samples in 2.97279 seconds (0.1858 seconds per sample), occupancy: 0.457664 I0418 13:18:18.198271 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:18:21.315531 7952 path_trace.cpp:409] Rendered 16 samples in 3.11731 seconds (0.194832 seconds per sample), occupancy: 0.4577 I0418 13:18:21.317538 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:18:24.390918 7952 path_trace.cpp:409] Rendered 16 samples in 3.07301 seconds (0.192063 seconds per sample), occupancy: 0.457715 I0418 13:18:24.392426 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:18:27.416155 7952 path_trace.cpp:409] Rendered 16 samples in 3.02307 seconds (0.188942 seconds per sample), occupancy: 0.437178 I0418 13:18:27.418162 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:18:30.466712 7952 path_trace.cpp:409] Rendered 16 samples in 3.04847 seconds (0.19053 seconds per sample), occupancy: 0.454204 I0418 13:18:30.469223 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:18:33.546238 7952 path_trace.cpp:409] Rendered 16 samples in 3.07698 seconds (0.192311 seconds per sample), occupancy: 0.454172 I0418 13:18:33.548246 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:18:35.790205 7952 path_trace.cpp:409] Rendered 12 samples in 2.24174 seconds (0.186812 seconds per sample), occupancy: 0.408293 I0418 13:18:36.157466 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 I0418 13:18:36.167510 7952 integrator.cpp:375] Cycles adaptive sampling: automatic min samples = 128 I0418 13:18:36.167510 7952 session.cpp:160] Rendering in main loop is done in 2687.94 seconds. I0418 13:18:36.167510 7952 session.cpp:161] Full path tracing report Path tracing on: NVIDIA GeForce RTX 3080 (OptiX) [CUDA_NVIDIA GeForce RTX 3080_0000:01:00_OptiX] Denoising on: NVIDIA GeForce RTX 3080 (OptiX) [CUDA_NVIDIA GeForce RTX 3080_0000:01:00_OptiX] Render Scheduler Summary Mode: Background Resolution: 3648x2433 Adaptive sampling: Use: True Step: 16 Min Samples: 128 Threshold: 0.005000 Denoiser: Use: True Type: OpenImageDenoise Start Sample: 0 Passes: Color, Albedo, Normal Time (in seconds): Wall Average Path Tracing 56.014576 0.186715 Adaptive Filter 0.016117 0.000092 Denoiser 0.000000 0.000000 Display Update 0.015680 0.001742 Total: 56.046373 Rendered 300 samples in 56.448882 seconds I0418 13:18:36.168514 19224 session.cpp:473] Total render time: 2719.28 I0418 13:18:36.168514 19224 session.cpp:474] Render time (without synchronization): 2687.94 INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. I0418 13:18:44.537343 19224 device_impl.cpp:81] Closed database: "C:\Users\kgibe\AppData\Local\NVIDIA\OptixCache\optix7cache.db" I0418 13:18:44.538347 19224 device_impl.cpp:81] Cache data size: "277.0 MiB" INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object DrawCom (bound to GL_SHADER_STORAGE_BUFFER (3)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object DrawCom (bound to GL_SHADER_STORAGE_BUFFER (3)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' INFO (gpu.debug): Notification : Pixel-path detailed info: The current pixel-path operation converts data from 4-bit integer to 2-bit integer, and may exhibit data loss. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Program/shader state usage warning: A fragment program/shader is required to correctly render to an integer framebuffer. INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object Resourc (bound to GL_SHADER_STORAGE_BUFFER, and GL_SHADER_STORAGE_BUFFER (11)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 0 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Texture state usage warning: The texture object (0) bound to texture image unit 1 does not have a defined base level and cannot be used for texture mapping. INFO (gpu.debug): Notification : Rasterization usage warning: Blending is enabled, but is not supported for integer framebuffers. Traceback (most recent call last): File "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\jbeam_editor\__init__.py", line 222, in draw_callback_px if obj_data.get(constants.ATTRIBUTE_JBEAM_PART) == None: ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' Saved session recovery to "C:\Users\kgibe\AppData\Local\Temp\blender\debug_logs\quit.blend" Writing userprefs: "C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\config\userpref.blend" ok Информация: Preferences saved Exception in module register(): C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\blam.py register simple_renaming_panel_updater addon: Verbose is enabled simple_renaming_panel_updater addon: Read in JSON settings from file botaniq install dir autodetected as C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\botaniq_full (big zip embedded) Adding local modules dir to the path Exception in module register(): C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\__init__.py Line: 270 Message: raise RuntimeError('Engine version {} required'.format(UvpmVersionInfo.engine_version_string())) Engine version 3.2.1 required Line: 270 Message: raise RuntimeError('Engine version {} required'.format(UvpmVersionInfo.engine_version_string())) Engine version 3.2.1 required Line: 270 Message: raise RuntimeError('Engine version {} required'.format(UvpmVersionInfo.engine_version_string())) Engine version 3.2.1 required Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\BlenderAe_Export.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\BlenderAe_Panel.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\BlenderAe_props.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\export_jbeam.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\updater.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\utils.py' Exception in module register(): C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\blam.py Third party module already added Exception in module register(): C:\Users\kgibe\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\smartphoneremote-master\__init__.py 0 meshes freed Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\BlenderAe_Export.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\BlenderAe_Panel.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\BlenderAe_props.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\export_jbeam.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\updater.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\utils.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\BlenderAe_Export.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\BlenderAe_Panel.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\BlenderAe_props.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\export_jbeam.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\updater.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\\Users\\kgibe\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\scripts\\addons\\utils.py' 0 meshes freed unregister Blender quit