Skip to content

Instantly share code, notes, and snippets.

@ericwomer
Last active November 2, 2020 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericwomer/26ad866eda59c4c3ae831c382ef449a8 to your computer and use it in GitHub Desktop.
Save ericwomer/26ad866eda59c4c3ae831c382ef449a8 to your computer and use it in GitHub Desktop.
Blender: 2.91 Beta 01-November-20-07:12 276d19f63b45
DECALmachine: 2.0.1
Decal: decallib_Examples Examples 001
Required logs: See Attached (pil.log, system-info.txt)
Issue #1: Appying the decal via the plus button [+] causes the following python traceback error message but no crash
Issue #1 Terminal Output: See attached
Issue #2: Applying the decal (same as previous) via selecting it in the layout view works as intended buy pressing [CTRL] + [Z] (Undo) right after causes the following blender crash in the terminal output.
Issue #2 Terminal Output: See attached
Read prefs: /home/eric/.config/blender/2.91/config/userpref.blend
found bundled python: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/python
Registered MESHmachine 0.6.13 with 2 plug libraries
» plug library: Examples
» plug library: MyPlugs
Registered MACHIN3tools 0.4.1 with 2 tools, 1 pie menu and 0 context menus
Traceback (most recent call last):
File "/home/eric/.config/blender/2.91/scripts/addons/kitops/addon/property.py", line 14, in <module>
try: from . utility import smart
ImportError: cannot import name 'smart' from 'kitops.addon.utility' (/home/eric/.config/blender/2.91/scripts/addons/kitops/addon/utility/__init__.py)
Traceback (most recent call last):
File "/home/eric/.config/blender/2.91/scripts/addons/kitops/addon/utility/handler.py", line 10, in <module>
try: from . import smart
ImportError: cannot import name 'smart' from 'kitops.addon.utility' (/home/eric/.config/blender/2.91/scripts/addons/kitops/addon/utility/__init__.py)
Registered DECALmachine 2.0.1 with 4 decal libraries, 1 trim sheet libraries and 2 atlases. PIL 6.0.0 Image Module: /home/eric/.local/lib/python3.7/site-packages/PIL/_imaging.cpython-37m-x86_64-linux-gnu.so
» decal library: Aircraft
» decal library: Example Panels
» decal library: Examples
» decal library: MyDecals
» trim sheet library: Example Sheet
» atlas: Aircraft Atlas
» atlas: Example Atlas
Python: Traceback (most recent call last):
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/operators/insert.py", line 40, in invoke
self.insert(context, assetspath)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/operators/insert.py", line 151, in insert
apply_decal(dg, decalobj, raycast=True)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/decal.py", line 309, in apply_decal
auto_match_material(decalobj, decalobj.active_material, matchobj=target_eval, face_idx=faceidx, face_idx2=faceidx2)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1605, in auto_match_material
match_material(decalobj, decalmat, matchmatname=matchmatname, matchmat2name=matchmat2name, matchsubname=matchsubname, debug=debug)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1648, in match_material
set_decalgroup_from_dict(decalnodegroup, material=materialdict, material2=material2dict, subset=subsetdict)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1564, in set_decalgroup_from_dict
nodegroup.inputs["Material %s" % i].default_value = material[i]
KeyError: 'bpy_prop_collection[key]: key "Material Emission Strength" not found'
location: <unknown location>:-1
Error: Python: Traceback (most recent call last):
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/operators/insert.py", line 40, in invoke
self.insert(context, assetspath)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/operators/insert.py", line 151, in insert
apply_decal(dg, decalobj, raycast=True)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/decal.py", line 309, in apply_decal
auto_match_material(decalobj, decalobj.active_material, matchobj=target_eval, face_idx=faceidx, face_idx2=faceidx2)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1605, in auto_match_material
match_material(decalobj, decalmat, matchmatname=matchmatname, matchmat2name=matchmat2name, matchsubname=matchsubname, debug=debug)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1648, in match_material
set_decalgroup_from_dict(decalnodegroup, material=materialdict, material2=material2dict, subset=subsetdict)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1564, in set_decalgroup_from_dict
nodegroup.inputs["Material %s" % i].default_value = material[i]
KeyError: 'bpy_prop_collection[key]: key "Material Emission Strength" not found'
location: <unknown location>:-1
Read prefs: /home/eric/.config/blender/2.91/config/userpref.blend
found bundled python: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/python
Registered MESHmachine 0.6.13 with 2 plug libraries
» plug library: Examples
» plug library: MyPlugs
Registered MACHIN3tools 0.4.1 with 2 tools, 1 pie menu and 0 context menus
Traceback (most recent call last):
File "/home/eric/.config/blender/2.91/scripts/addons/kitops/addon/property.py", line 14, in <module>
try: from . utility import smart
ImportError: cannot import name 'smart' from 'kitops.addon.utility' (/home/eric/.config/blender/2.91/scripts/addons/kitops/addon/utility/__init__.py)
Traceback (most recent call last):
File "/home/eric/.config/blender/2.91/scripts/addons/kitops/addon/utility/handler.py", line 10, in <module>
try: from . import smart
ImportError: cannot import name 'smart' from 'kitops.addon.utility' (/home/eric/.config/blender/2.91/scripts/addons/kitops/addon/utility/__init__.py)
Registered DECALmachine 2.0.1 with 4 decal libraries, 1 trim sheet libraries and 2 atlases. PIL is not installed.
» decal library: Aircraft
» decal library: Example Panels
» decal library: Examples
» decal library: MyDecals
» trim sheet library: Example Sheet
» atlas: Aircraft Atlas
» atlas: Example Atlas
Python: Traceback (most recent call last):
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/operators/insert.py", line 40, in invoke
self.insert(context, assetspath)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/operators/insert.py", line 151, in insert
apply_decal(dg, decalobj, raycast=True)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/decal.py", line 309, in apply_decal
auto_match_material(decalobj, decalobj.active_material, matchobj=target_eval, face_idx=faceidx, face_idx2=faceidx2)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1605, in auto_match_material
match_material(decalobj, decalmat, matchmatname=matchmatname, matchmat2name=matchmat2name, matchsubname=matchsubname, debug=debug)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1648, in match_material
set_decalgroup_from_dict(decalnodegroup, material=materialdict, material2=material2dict, subset=subsetdict)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1564, in set_decalgroup_from_dict
nodegroup.inputs["Material %s" % i].default_value = material[i]
KeyError: 'bpy_prop_collection[key]: key "Material Emission Strength" not found'
location: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/modules/bpy/ops.py:130
Error: Python: Traceback (most recent call last):
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/operators/insert.py", line 40, in invoke
self.insert(context, assetspath)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/operators/insert.py", line 151, in insert
apply_decal(dg, decalobj, raycast=True)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/decal.py", line 309, in apply_decal
auto_match_material(decalobj, decalobj.active_material, matchobj=target_eval, face_idx=faceidx, face_idx2=faceidx2)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1605, in auto_match_material
match_material(decalobj, decalmat, matchmatname=matchmatname, matchmat2name=matchmat2name, matchsubname=matchsubname, debug=debug)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1648, in match_material
set_decalgroup_from_dict(decalnodegroup, mTraceback (most recent call last):
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/registration.py", line 400, in function_template
bpy.ops.machin3.insert_decal('INVOKE_DEFAULT', library=libraryname, decal=getattr(bpy.context.window_manager, "decallib_" + libraryname), instant=False, force_cursor_align=False, trim=False, batch=False)
File "/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/modules/bpy/ops.py", line 130, in __call__
ret = _op_call(self.idname_py(), C_dict, kw, C_exec, C_undo)
RuntimeError: Error: Python: Traceback (most recent call last):
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/operators/insert.py", line 40, in invoke
self.insert(context, assetspath)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/operators/insert.py", line 151, in insert
apply_decal(dg, decalobj, raycast=True)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/decal.py", line 309, in apply_decal
auto_match_material(decalobj, decalobj.active_material, matchobj=target_eval, face_idx=faceidx, face_idx2=faceidx2)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1605, in auto_match_material
match_material(decalobj, decalmat, matchmatname=matchmatname, matchmat2name=matchmat2name, matchsubname=matchsubname, debug=debug)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1648, in match_material
set_decalgroup_from_dict(decalnodegroup, material=materialdict, material2=material2dict, subset=subsetdict)
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/material.py", line 1564, in set_decalgroup_from_dict
nodegroup.inputs["Material %s" % i].default_value = material[i]
KeyError: 'bpy_prop_collection[key]: key "Material Emission Strength" not found'
location: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/modules/bpy/ops.py:130
File "/home/eric/.config/blender/2.91/scripts/addons/DECALmachine/utils/registration.py", line 391, in function_template
Writing: /tmp/blender.crash.txt
Segmentation fault (core dumped)
DECALmachine: Installing PIL 6.0.0
Platform: Linux
Python Binary: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/python/bin/python3.7m True
Python Library: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/python/lib/python3.7 True
Ensurepip: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/python/lib/python3.7/ensurepip True
Modules: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/modules True
Modules: /home/eric/.config/blender/2.91/scripts/modules False
Site-Packages: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/python/lib/python3.7/site-packages True
User Site-Packages: /home/eric/.local/lib/python3.7/site-packages True
EasyInstall Path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/python/lib/python3.7/site-packages/easy_install.py False
EasyInstall User Path: /home/eric/.local/lib/python3.7/site-packages/easy_install.py False
Looking in links: /tmp/tmpamsken6i
Collecting setuptools
Collecting pip
Installing collected packages: setuptools, pip
Successfully installed pip-19.2.3 setuptools-41.2.0
ERROR: twine 1.13.0 requires requests!=2.15,!=2.16,>=2.5.0, which is not installed.
Collecting pip
Downloading https://files.pythonhosted.org/packages/cb/28/91f26bd088ce8e22169032100d4260614fc3da435025ff389ef1d396a433/pip-20.2.4-py2.py3-none-any.whl (1.5MB)
Installing collected packages: pip
Found existing installation: pip 19.2.3
Uninstalling pip-19.2.3:
Successfully uninstalled pip-19.2.3
Successfully installed pip-20.2.4
Collecting Pillow==6.0.0
Downloading Pillow-6.0.0-cp37-cp37m-manylinux1_x86_64.whl (2.0 MB)
Installing collected packages: Pillow
Successfully installed Pillow-6.0.0
Found /home/eric/.local/lib/python3.7/site-packages in sys.path.
Successfully imported PIL's Image module. PIL is ready to go.
ENVIRONMENT
SHELL: /bin/bash
SESSION_MANAGER: local/eric-desktop:@/tmp/.ICE-unix/1478,unix/eric-desktop:/tmp/.ICE-unix/1478
WINDOWID: 134217735
QT_ACCESSIBILITY: 1
COLORTERM: truecolor
XDG_CONFIG_DIRS: /etc/xdg/xdg-plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings
XDG_SESSION_PATH: /org/freedesktop/DisplayManager/Session1
HISTSIZE: 1000000
LANGUAGE:
MANDATORY_PATH: /usr/share/gconf/plasma.mandatory.path
SSH_AUTH_SOCK: /tmp/ssh-5zTciLWCgBaR/agent.1354
SHELL_SESSION_ID: 929129ac2a9a48aa806298bb256e9853
DESKTOP_SESSION: plasma
LC_MONETARY: en_US.UTF-8
SSH_AGENT_PID: 1407
EDITOR: /usr/bin/vim
XDG_SEAT: seat0
PWD: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64
XDG_SESSION_DESKTOP: KDE
LOGNAME: eric
XDG_SESSION_TYPE: x11
GPG_AGENT_INFO: /run/user/1000/gnupg/S.gpg-agent:0:1
XAUTHORITY: /home/eric/.Xauthority
SDL2DIR: /mnt/store/opt/
WINEARCH: win64
HOME: /home/eric
LANG: en_US.UTF-8
LS_COLORS: rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
XDG_CURRENT_DESKTOP: KDE
KONSOLE_DBUS_SERVICE: :1.214
KONSOLE_DBUS_SESSION: /Sessions/11
PROFILEHOME:
XDG_SEAT_PATH: /org/freedesktop/DisplayManager/Seat0
KONSOLE_VERSION: 191203
KDE_SESSION_UID: 1000
LESSCLOSE: /usr/bin/lesspipe %s %s
XDG_SESSION_CLASS: user
TERM: xterm-256color
DEFAULTS_PATH: /usr/share/gconf/plasma.default.path
LESSOPEN: | /usr/bin/lesspipe %s
USER: eric
COLORFGBG: 0;15
KDE_SESSION_VERSION: 5
PAM_KWALLET5_LOGIN: /run/user/1000/kwallet5.socket
DISPLAY: :0
SHLVL: 1
XDG_VTNR: 1
XDG_SESSION_ID: 3
OAUTH_TOKEN: d9aac8314e4f4e9cdb85949e43bf2a72390fa096
XDG_RUNTIME_DIR: /run/user/1000
PS1: \[\033[30;36m\]\u\[\033[m\]@\[\033[30;32m\]\h:\[\033[33;1m\]\w\[\033[m\]$
QT_AUTO_SCREEN_SCALE_FACTOR: 0
XCURSOR_THEME: breeze_cursors
XDG_DATA_DIRS: /usr/share/plasma:/home/eric/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop
KDE_FULL_SESSION: true
PATH: /home/eric/.local/bin:/home/eric/.local/bin:/home/eric/bin::/opt/Natron:/opt/renderdoc/bin:/store/opt/sdl2/bin:/opt/blender/:/opt/cmake/bin:/store/opt/dotnet:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/eric/.dotnet/tools:/store/opt/bin
HISTFILESIZE: 1000000000
DBUS_SESSION_BUS_ADDRESS: unix:path=/run/user/1000/bus
LC_NUMERIC: en_US.UTF-8
PIP3_PATH: /home/eric/.local/bin
KONSOLE_DBUS_WINDOW: /Windows/1
OLDPWD: /store/opt/Blender/Builds/daily
_: ./blender
==========================================
= Blender 2.91.0 Beta System Information =
==========================================
Blender:
==========================================
version: 2.91.0 Beta, branch: master, commit date: 2020-11-01 07:12, hash: 276d19f63b45, type: Release
build date: 2020-11-02, 00:06:43
platform: Linux
binary path: '/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/blender'
build cflags: -Wall -Wcast-align -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wrestrict -Wnonnull -Wabsolute-value -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -Wimplicit-fallthrough=5 -fuse-ld=gold -std=gnu11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2 -D_GLIBCXX_USE_CXX11_ABI=0
build cxxflags: -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wuninitialized -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5 -fuse-ld=gold -std=c++17 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2 -D_GLIBCXX_USE_CXX11_ABI=0
build linkflags: -Wl,--version-script='/home/sources/buildbot-worker-linux_centos7/linux_291/blender.git/source/creator/blender.map'
build system: CMake
Python:
==========================================
version: 3.7.7 (default, Jul 9 2020, 12:52:49) [GCC 9.3.1 20200408 (Red Hat 9.3.1-2)]
file system encoding: utf-8:surrogateescape
paths:
'/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/startup'
'/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/modules'
'/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/python/lib/python37.zip'
'/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/python/lib/python3.7'
'/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/python/lib/python3.7/lib-dynload'
'/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/python/lib/python3.7/site-packages'
'/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/freestyle/modules'
'/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/modules'
'/home/eric/.config/blender/2.91/scripts/addons/modules'
'/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons'
'/home/eric/.config/blender/2.91/scripts/addons'
'/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons_contrib'
'/home/eric/.local/lib/python3.7/site-packages'
Python (External Binary):
==========================================
binary path: '/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/python/bin/python3.7m'
version: Python 3.7.7
Directories:
==========================================
scripts:
'/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/modules'
'/store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts'
'/home/eric/.config/blender/2.91/scripts'
user scripts: '/home/eric/.config/blender/2.91/scripts'
pref scripts: None
datafiles: '/home/eric/.config/blender/2.91/datafiles'
config: '/home/eric/.config/blender/2.91/config'
scripts : '/home/eric/.config/blender/2.91/scripts'
autosave: '/home/eric/.config/blender/2.91/autosave'
tempdir: '/tmp/blender_Xqfkmd/'
FFmpeg:
==========================================
avcodec: '58, 54, 100'
avdevice: '58, 8, 100'
avformat: '58, 29, 100'
avutil: '56, 31, 100'
swscale: ' 5, 5, 100'
SDL:
==========================================
Version: 2.0.10
Loading method: dynamically loaded by Blender (WITH_SDL_DYNLOAD=ON)
Other Libraries:
==========================================
OpenColorIO: 1, 1, 1
OpenImageIO: 2, 1, 15
OpenShadingLanguage: 1, 10, 10
OpenSubdiv: 0, 0, 0
OpenVDB: 7, 0, 0
Alembic: 1, 7, 12
USD: 0, 20, 5
OpenGL:
==========================================
renderer: 'GeForce GTX 960/PCIe/SSE2'
vendor: 'NVIDIA Corporation'
version: '4.5.0 NVIDIA 455.23.04'
extensions:
GL_AMD_multi_draw_indirect
GL_AMD_seamless_cubemap_per_texture
GL_AMD_vertex_shader_layer
GL_AMD_vertex_shader_viewport_index
GL_ARB_ES2_compatibility
GL_ARB_ES3_1_compatibility
GL_ARB_ES3_2_compatibility
GL_ARB_ES3_compatibility
GL_ARB_arrays_of_arrays
GL_ARB_base_instance
GL_ARB_bindless_texture
GL_ARB_blend_func_extended
GL_ARB_buffer_storage
GL_ARB_clear_buffer_object
GL_ARB_clear_texture
GL_ARB_clip_control
GL_ARB_color_buffer_float
GL_ARB_compressed_texture_pixel_storage
GL_ARB_compute_shader
GL_ARB_compute_variable_group_size
GL_ARB_conditional_render_inverted
GL_ARB_conservative_depth
GL_ARB_copy_buffer
GL_ARB_copy_image
GL_ARB_cull_distance
GL_ARB_debug_output
GL_ARB_depth_buffer_float
GL_ARB_depth_clamp
GL_ARB_depth_texture
GL_ARB_derivative_control
GL_ARB_direct_state_access
GL_ARB_draw_buffers
GL_ARB_draw_buffers_blend
GL_ARB_draw_elements_base_vertex
GL_ARB_draw_indirect
GL_ARB_draw_instanced
GL_ARB_enhanced_layouts
GL_ARB_explicit_attrib_location
GL_ARB_explicit_uniform_location
GL_ARB_fragment_coord_conventions
GL_ARB_fragment_layer_viewport
GL_ARB_fragment_program
GL_ARB_fragment_program_shadow
GL_ARB_fragment_shader
GL_ARB_fragment_shader_interlock
GL_ARB_framebuffer_no_attachments
GL_ARB_framebuffer_object
GL_ARB_framebuffer_sRGB
GL_ARB_geometry_shader4
GL_ARB_get_program_binary
GL_ARB_get_texture_sub_image
GL_ARB_gl_spirv
GL_ARB_gpu_shader5
GL_ARB_gpu_shader_fp64
GL_ARB_gpu_shader_int64
GL_ARB_half_float_pixel
GL_ARB_half_float_vertex
GL_ARB_imaging
GL_ARB_indirect_parameters
GL_ARB_instanced_arrays
GL_ARB_internalformat_query
GL_ARB_internalformat_query2
GL_ARB_invalidate_subdata
GL_ARB_map_buffer_alignment
GL_ARB_map_buffer_range
GL_ARB_multi_bind
GL_ARB_multi_draw_indirect
GL_ARB_multisample
GL_ARB_multitexture
GL_ARB_occlusion_query
GL_ARB_occlusion_query2
GL_ARB_parallel_shader_compile
GL_ARB_pipeline_statistics_query
GL_ARB_pixel_buffer_object
GL_ARB_point_parameters
GL_ARB_point_sprite
GL_ARB_polygon_offset_clamp
GL_ARB_post_depth_coverage
GL_ARB_program_interface_query
GL_ARB_provoking_vertex
GL_ARB_query_buffer_object
GL_ARB_robust_buffer_access_behavior
GL_ARB_robustness
GL_ARB_sample_locations
GL_ARB_sample_shading
GL_ARB_sampler_objects
GL_ARB_seamless_cube_map
GL_ARB_seamless_cubemap_per_texture
GL_ARB_separate_shader_objects
GL_ARB_shader_atomic_counter_ops
GL_ARB_shader_atomic_counters
GL_ARB_shader_ballot
GL_ARB_shader_bit_encoding
GL_ARB_shader_clock
GL_ARB_shader_draw_parameters
GL_ARB_shader_group_vote
GL_ARB_shader_image_load_store
GL_ARB_shader_image_size
GL_ARB_shader_objects
GL_ARB_shader_precision
GL_ARB_shader_storage_buffer_object
GL_ARB_shader_subroutine
GL_ARB_shader_texture_image_samples
GL_ARB_shader_texture_lod
GL_ARB_shader_viewport_layer_array
GL_ARB_shading_language_100
GL_ARB_shading_language_420pack
GL_ARB_shading_language_include
GL_ARB_shading_language_packing
GL_ARB_shadow
GL_ARB_sparse_buffer
GL_ARB_sparse_texture
GL_ARB_sparse_texture2
GL_ARB_sparse_texture_clamp
GL_ARB_spirv_extensions
GL_ARB_stencil_texturing
GL_ARB_sync
GL_ARB_tessellation_shader
GL_ARB_texture_barrier
GL_ARB_texture_border_clamp
GL_ARB_texture_buffer_object
GL_ARB_texture_buffer_object_rgb32
GL_ARB_texture_buffer_range
GL_ARB_texture_compression
GL_ARB_texture_compression_bptc
GL_ARB_texture_compression_rgtc
GL_ARB_texture_cube_map
GL_ARB_texture_cube_map_array
GL_ARB_texture_env_add
GL_ARB_texture_env_combine
GL_ARB_texture_env_crossbar
GL_ARB_texture_env_dot3
GL_ARB_texture_filter_anisotropic
GL_ARB_texture_filter_minmax
GL_ARB_texture_float
GL_ARB_texture_gather
GL_ARB_texture_mirror_clamp_to_edge
GL_ARB_texture_mirrored_repeat
GL_ARB_texture_multisample
GL_ARB_texture_non_power_of_two
GL_ARB_texture_query_levels
GL_ARB_texture_query_lod
GL_ARB_texture_rectangle
GL_ARB_texture_rg
GL_ARB_texture_rgb10_a2ui
GL_ARB_texture_stencil8
GL_ARB_texture_storage
GL_ARB_texture_storage_multisample
GL_ARB_texture_swizzle
GL_ARB_texture_view
GL_ARB_timer_query
GL_ARB_transform_feedback2
GL_ARB_transform_feedback3
GL_ARB_transform_feedback_instanced
GL_ARB_transform_feedback_overflow_query
GL_ARB_transpose_matrix
GL_ARB_uniform_buffer_object
GL_ARB_vertex_array_bgra
GL_ARB_vertex_array_object
GL_ARB_vertex_attrib_64bit
GL_ARB_vertex_attrib_binding
GL_ARB_vertex_buffer_object
GL_ARB_vertex_program
GL_ARB_vertex_shader
GL_ARB_vertex_type_10f_11f_11f_rev
GL_ARB_vertex_type_2_10_10_10_rev
GL_ARB_viewport_array
GL_ARB_window_pos
GL_ATI_draw_buffers
GL_ATI_texture_float
GL_ATI_texture_mirror_once
GL_EXTX_framebuffer_mixed_formats
GL_EXT_Cg_shader
GL_EXT_abgr
GL_EXT_bgra
GL_EXT_bindable_uniform
GL_EXT_blend_color
GL_EXT_blend_equation_separate
GL_EXT_blend_func_separate
GL_EXT_blend_minmax
GL_EXT_blend_subtract
GL_EXT_compiled_vertex_array
GL_EXT_depth_bounds_test
GL_EXT_direct_state_access
GL_EXT_draw_buffers2
GL_EXT_draw_instanced
GL_EXT_draw_range_elements
GL_EXT_fog_coord
GL_EXT_framebuffer_blit
GL_EXT_framebuffer_multisample
GL_EXT_framebuffer_multisample_blit_scaled
GL_EXT_framebuffer_object
GL_EXT_framebuffer_sRGB
GL_EXT_geometry_shader4
GL_EXT_gpu_program_parameters
GL_EXT_gpu_shader4
GL_EXT_import_sync_object
GL_EXT_memory_object
GL_EXT_memory_object_fd
GL_EXT_multi_draw_arrays
GL_EXT_multiview_texture_multisample
GL_EXT_multiview_timer_query
GL_EXT_packed_depth_stencil
GL_EXT_packed_float
GL_EXT_packed_pixels
GL_EXT_pixel_buffer_object
GL_EXT_point_parameters
GL_EXT_polygon_offset_clamp
GL_EXT_post_depth_coverage
GL_EXT_provoking_vertex
GL_EXT_raster_multisample
GL_EXT_rescale_normal
GL_EXT_secondary_color
GL_EXT_semaphore
GL_EXT_semaphore_fd
GL_EXT_separate_shader_objects
GL_EXT_separate_specular_color
GL_EXT_shader_image_load_formatted
GL_EXT_shader_image_load_store
GL_EXT_shader_integer_mix
GL_EXT_shadow_funcs
GL_EXT_sparse_texture2
GL_EXT_stencil_two_side
GL_EXT_stencil_wrap
GL_EXT_texture3D
GL_EXT_texture_array
GL_EXT_texture_buffer_object
GL_EXT_texture_compression_dxt1
GL_EXT_texture_compression_latc
GL_EXT_texture_compression_rgtc
GL_EXT_texture_compression_s3tc
GL_EXT_texture_cube_map
GL_EXT_texture_edge_clamp
GL_EXT_texture_env_add
GL_EXT_texture_env_combine
GL_EXT_texture_env_dot3
GL_EXT_texture_filter_anisotropic
GL_EXT_texture_filter_minmax
GL_EXT_texture_integer
GL_EXT_texture_lod
GL_EXT_texture_lod_bias
GL_EXT_texture_mirror_clamp
GL_EXT_texture_object
GL_EXT_texture_sRGB
GL_EXT_texture_sRGB_R8
GL_EXT_texture_sRGB_decode
GL_EXT_texture_shadow_lod
GL_EXT_texture_shared_exponent
GL_EXT_texture_storage
GL_EXT_texture_swizzle
GL_EXT_timer_query
GL_EXT_transform_feedback2
GL_EXT_vertex_array
GL_EXT_vertex_array_bgra
GL_EXT_vertex_attrib_64bit
GL_EXT_window_rectangles
GL_EXT_x11_sync_object
GL_IBM_rasterpos_clip
GL_IBM_texture_mirrored_repeat
GL_KHR_blend_equation_advanced
GL_KHR_blend_equation_advanced_coherent
GL_KHR_context_flush_control
GL_KHR_debug
GL_KHR_no_error
GL_KHR_parallel_shader_compile
GL_KHR_robust_buffer_access_behavior
GL_KHR_robustness
GL_KHR_shader_subgroup
GL_KTX_buffer_region
GL_NVX_conditional_render
GL_NVX_gpu_memory_info
GL_NVX_nvenc_interop
GL_NVX_progress_fence
GL_NV_ES1_1_compatibility
GL_NV_ES3_1_compatibility
GL_NV_alpha_to_coverage_dither_control
GL_NV_bindless_multi_draw_indirect
GL_NV_bindless_multi_draw_indirect_count
GL_NV_bindless_texture
GL_NV_blend_equation_advanced
GL_NV_blend_equation_advanced_coherent
GL_NV_blend_minmax_factor
GL_NV_blend_square
GL_NV_command_list
GL_NV_compute_program5
GL_NV_conditional_render
GL_NV_conservative_raster
GL_NV_conservative_raster_dilate
GL_NV_copy_depth_to_color
GL_NV_copy_image
GL_NV_depth_buffer_float
GL_NV_depth_clamp
GL_NV_draw_texture
GL_NV_draw_vulkan_image
GL_NV_explicit_multisample
GL_NV_feature_query
GL_NV_fence
GL_NV_fill_rectangle
GL_NV_float_buffer
GL_NV_fog_distance
GL_NV_fragment_coverage_to_color
GL_NV_fragment_program
GL_NV_fragment_program2
GL_NV_fragment_program_option
GL_NV_fragment_shader_interlock
GL_NV_framebuffer_mixed_samples
GL_NV_framebuffer_multisample_coverage
GL_NV_geometry_shader4
GL_NV_geometry_shader_passthrough
GL_NV_gpu_multicast
GL_NV_gpu_program4
GL_NV_gpu_program4_1
GL_NV_gpu_program5
GL_NV_gpu_program5_mem_extended
GL_NV_gpu_program_fp64
GL_NV_gpu_shader5
GL_NV_half_float
GL_NV_internalformat_sample_query
GL_NV_light_max_exponent
GL_NV_memory_attachment
GL_NV_multisample_coverage
GL_NV_multisample_filter_hint
GL_NV_occlusion_query
GL_NV_packed_depth_stencil
GL_NV_parameter_buffer_object
GL_NV_parameter_buffer_object2
GL_NV_path_rendering
GL_NV_path_rendering_shared_edge
GL_NV_pixel_data_range
GL_NV_point_sprite
GL_NV_primitive_restart
GL_NV_query_resource
GL_NV_query_resource_tag
GL_NV_register_combiners
GL_NV_register_combiners2
GL_NV_robustness_video_memory_purge
GL_NV_sample_locations
GL_NV_sample_mask_override_coverage
GL_NV_shader_atomic_counters
GL_NV_shader_atomic_float
GL_NV_shader_atomic_fp16_vector
GL_NV_shader_atomic_int64
GL_NV_shader_buffer_load
GL_NV_shader_storage_buffer_object
GL_NV_shader_subgroup_partitioned
GL_NV_shader_thread_group
GL_NV_shader_thread_shuffle
GL_NV_texgen_reflection
GL_NV_texture_barrier
GL_NV_texture_compression_vtc
GL_NV_texture_env_combine4
GL_NV_texture_multisample
GL_NV_texture_rectangle
GL_NV_texture_rectangle_compressed
GL_NV_texture_shader
GL_NV_texture_shader2
GL_NV_texture_shader3
GL_NV_transform_feedback
GL_NV_transform_feedback2
GL_NV_uniform_buffer_unified_memory
GL_NV_vdpau_interop
GL_NV_vdpau_interop2
GL_NV_vertex_array_range
GL_NV_vertex_array_range2
GL_NV_vertex_attrib_integer_64bit
GL_NV_vertex_buffer_unified_memory
GL_NV_vertex_program
GL_NV_vertex_program1_1
GL_NV_vertex_program2
GL_NV_vertex_program2_option
GL_NV_vertex_program3
GL_NV_viewport_array2
GL_NV_viewport_swizzle
GL_OVR_multiview
GL_OVR_multiview2
GL_S3_s3tc
GL_SGIS_generate_mipmap
GL_SGIS_texture_lod
GL_SGIX_depth_texture
GL_SGIX_shadow
GL_SUN_slice_accum
Implementation Dependent OpenGL Limits:
==========================================
Maximum DrawElements Vertices: 1048576
Maximum DrawElements Indices: 1048576
GLSL:
Maximum Varying Floats: 124
Maximum Vertex Attributes: 16
Maximum Vertex Uniform Components: 4096
Maximum Fragment Uniform Components: 4096
Maximum Vertex Image Units: 32
Maximum Fragment Image Units: 32
Maximum Pipeline Image Units: 192
Cycles:
==========================================
CPU device capabilities: SSE2 SSE3 SSE41 AVX AVX2
OpenCL device capabilities:
Number of platforms: 1
Platform #0
Platform Name: NVIDIA CUDA
Platform Vendor: NVIDIA Corporation
Platform Version: OpenCL 1.2 CUDA 11.1.70
Platform Profile: FULL_PROFILE
Platform Extensions: cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64 cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts cl_nv_create_buffer cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_device_uuid
Number of devices: 1
Device: #0
Device Name: GeForce GTX 960
Device Vendor: NVIDIA Corporation
Device OpenCL C Version: OpenCL C 1.2
Device Profile: FULL_PROFILE
Device Version: OpenCL 1.2 CUDA
Device Extensions: cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64 cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts cl_nv_create_buffer cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_device_uuid
Device Max clock frequency (MHz): 1291
Device Max compute units: 8
Device Max work group size: 1024
CUDA device capabilities:
GeForce GTX 960
CU_DEVICE_ATTRIBUTE_MAX_THREADS_PER_BLOCK 1024
CU_DEVICE_ATTRIBUTE_MAX_BLOCK_DIM_X 1024
CU_DEVICE_ATTRIBUTE_MAX_BLOCK_DIM_Y 1024
CU_DEVICE_ATTRIBUTE_MAX_BLOCK_DIM_Z 64
CU_DEVICE_ATTRIBUTE_MAX_GRID_DIM_X 2147483647
CU_DEVICE_ATTRIBUTE_MAX_GRID_DIM_Y 65535
CU_DEVICE_ATTRIBUTE_MAX_GRID_DIM_Z 65535
CU_DEVICE_ATTRIBUTE_MAX_SHARED_MEMORY_PER_BLOCK 49152
CU_DEVICE_ATTRIBUTE_SHARED_MEMORY_PER_BLOCK 49152
CU_DEVICE_ATTRIBUTE_TOTAL_CONSTANT_MEMORY 65536
CU_DEVICE_ATTRIBUTE_WARP_SIZE 32
CU_DEVICE_ATTRIBUTE_MAX_PITCH 2147483647
CU_DEVICE_ATTRIBUTE_MAX_REGISTERS_PER_BLOCK 65536
CU_DEVICE_ATTRIBUTE_REGISTERS_PER_BLOCK 65536
CU_DEVICE_ATTRIBUTE_CLOCK_RATE 1291000
CU_DEVICE_ATTRIBUTE_TEXTURE_ALIGNMENT 512
CU_DEVICE_ATTRIBUTE_GPU_OVERLAP 1
CU_DEVICE_ATTRIBUTE_MULTIPROCESSOR_COUNT 8
CU_DEVICE_ATTRIBUTE_KERNEL_EXEC_TIMEOUT 1
CU_DEVICE_ATTRIBUTE_INTEGRATED 0
CU_DEVICE_ATTRIBUTE_CAN_MAP_HOST_MEMORY 1
CU_DEVICE_ATTRIBUTE_COMPUTE_MODE 0
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE1D_WIDTH 65536
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_WIDTH 65536
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_HEIGHT 65536
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE3D_WIDTH 4096
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE3D_HEIGHT 4096
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE3D_DEPTH 4096
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_LAYERED_WIDTH 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_LAYERED_HEIGHT 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_LAYERED_LAYERS 2048
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_ARRAY_WIDTH 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_ARRAY_HEIGHT 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_ARRAY_NUMSLICES 2048
CU_DEVICE_ATTRIBUTE_SURFACE_ALIGNMENT 512
CU_DEVICE_ATTRIBUTE_CONCURRENT_KERNELS 1
CU_DEVICE_ATTRIBUTE_ECC_ENABLED 0
CU_DEVICE_ATTRIBUTE_TCC_DRIVER 0
CU_DEVICE_ATTRIBUTE_MEMORY_CLOCK_RATE 3600000
CU_DEVICE_ATTRIBUTE_GLOBAL_MEMORY_BUS_WIDTH 128
CU_DEVICE_ATTRIBUTE_L2_CACHE_SIZE 1048576
CU_DEVICE_ATTRIBUTE_MAX_THREADS_PER_MULTIPROCESSOR 2048
CU_DEVICE_ATTRIBUTE_ASYNC_ENGINE_COUNT 2
CU_DEVICE_ATTRIBUTE_UNIFIED_ADDRESSING 1
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE1D_LAYERED_WIDTH 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE1D_LAYERED_LAYERS 2048
CU_DEVICE_ATTRIBUTE_CAN_TEX2D_GATHER 1
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_GATHER_WIDTH 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_GATHER_HEIGHT 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE3D_WIDTH_ALTERNATE 2048
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE3D_HEIGHT_ALTERNATE 2048
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE3D_DEPTH_ALTERNATE 16384
CU_DEVICE_ATTRIBUTE_TEXTURE_PITCH_ALIGNMENT 32
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURECUBEMAP_WIDTH 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURECUBEMAP_LAYERED_WIDTH 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURECUBEMAP_LAYERED_LAYERS 2046
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACE1D_WIDTH 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACE2D_WIDTH 65536
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACE2D_HEIGHT 65536
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACE3D_WIDTH 4096
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACE3D_HEIGHT 4096
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACE3D_DEPTH 4096
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACE1D_LAYERED_WIDTH 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACE1D_LAYERED_LAYERS 2048
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACE2D_LAYERED_WIDTH 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACE2D_LAYERED_HEIGHT 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACE2D_LAYERED_LAYERS 2048
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACECUBEMAP_WIDTH 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACECUBEMAP_LAYERED_WIDTH 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACECUBEMAP_LAYERED_LAYERS 2046
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE1D_LINEAR_WIDTH 268435456
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_LINEAR_WIDTH 65536
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_LINEAR_HEIGHT 65536
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_LINEAR_PITCH 1048544
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_MIPMAPPED_WIDTH 16384
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE2D_MIPMAPPED_HEIGHT 16384
CU_DEVICE_ATTRIBUTE_COMPUTE_CAPABILITY_MAJOR 5
CU_DEVICE_ATTRIBUTE_COMPUTE_CAPABILITY_MINOR 2
CU_DEVICE_ATTRIBUTE_MAXIMUM_TEXTURE1D_MIPMAPPED_WIDTH 16384
CU_DEVICE_ATTRIBUTE_STREAM_PRIORITIES_SUPPORTED 1
CU_DEVICE_ATTRIBUTE_GLOBAL_L1_CACHE_SUPPORTED 1
CU_DEVICE_ATTRIBUTE_LOCAL_L1_CACHE_SUPPORTED 1
CU_DEVICE_ATTRIBUTE_MAX_SHARED_MEMORY_PER_MULTIPROCESSOR 98304
CU_DEVICE_ATTRIBUTE_MAX_REGISTERS_PER_MULTIPROCESSOR 65536
CU_DEVICE_ATTRIBUTE_MANAGED_MEMORY 1
CU_DEVICE_ATTRIBUTE_MULTI_GPU_BOARD 0
CU_DEVICE_ATTRIBUTE_MULTI_GPU_BOARD_GROUP_ID 0
Enabled add-ons:
==========================================
io_anim_bvh (version: (1, 0, 0), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/io_anim_bvh/__init__.py)
io_curve_svg (version: UNKNOWN, path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/io_curve_svg/__init__.py)
io_mesh_ply (version: UNKNOWN, path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/io_mesh_ply/__init__.py)
io_mesh_stl (version: (1, 1, 3), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/io_mesh_stl/__init__.py)
io_mesh_uv_layout (version: (1, 1, 1), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/io_mesh_uv_layout/__init__.py)
io_scene_fbx (version: (4, 21, 3), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/io_scene_fbx/__init__.py)
io_scene_gltf2 (version: (1, 4, 39), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/io_scene_gltf2/__init__.py)
io_scene_obj (version: (3, 8, 0), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/io_scene_obj/__init__.py)
io_scene_x3d (version: (2, 2, 5), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/io_scene_x3d/__init__.py)
cycles (version: UNKNOWN, path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/cycles/__init__.py)
node_wrangler (version: (3, 37), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/node_wrangler.py)
object_print3d_utils (version: UNKNOWN, path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/object_print3d_utils/__init__.py)
space_view3d_modifier_tools (version: (0, 2, 6), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/space_view3d_modifier_tools.py)
MESHmachine (version: (0, 6, 13), path: /home/eric/.config/blender/2.91/scripts/addons/MESHmachine/__init__.py)
mesh_looptools (version: (4, 7, 3), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/mesh_looptools.py)
mesh_tools (version: (0, 3, 6), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/mesh_tools/__init__.py)
space_view3d_copy_attributes (version: (0, 4, 9), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/space_view3d_copy_attributes.py)
add_curve_extra_objects (version: (0, 1, 4), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/add_curve_extra_objects/__init__.py)
add_mesh_extra_objects (version: (0, 3, 7), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/add_mesh_extra_objects/__init__.py)
PowerSave (version: (0, 3, 4), path: /home/eric/.config/blender/2.91/scripts/addons/PowerSave/__init__.py)
Boxcutter (version: (7, 17, 6), path: /home/eric/.config/blender/2.91/scripts/addons/Boxcutter/__init__.py)
MACHIN3tools (version: (0, 4, 1), path: /home/eric/.config/blender/2.91/scripts/addons/MACHIN3tools/__init__.py)
mira_tools (version: (3, 0, 0), path: /home/eric/.config/blender/2.91/scripts/addons/mira_tools/__init__.py)
UvSquares-master (version: (1, 14, 0), path: /home/eric/.config/blender/2.91/scripts/addons/UvSquares-master/__init__.py)
mesh_f2 (version: (1, 8, 4), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/mesh_f2.py)
kitops (version: (2, 18, 0), path: /home/eric/.config/blender/2.91/scripts/addons/kitops/__init__.py)
HOps (version: (0, 9, 86, 26), path: /home/eric/.config/blender/2.91/scripts/addons/HOps/__init__.py)
add_camera_rigs (version: (1, 4, 4), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/add_camera_rigs/__init__.py)
io_import_images_as_planes (version: (3, 3, 2), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/io_import_images_as_planes.py)
render_auto_tile_size (version: (3, 1, 3), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/render_auto_tile_size.py)
space_view3d_stored_views (version: (0, 3, 7), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/space_view3d_stored_views/__init__.py)
space_view3d_3d_navigation (version: (1, 2, 5), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/space_view3d_3d_navigation.py)
curve_simplify (version: (1, 1, 2), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/curve_simplify.py)
object_boolean_tools (version: (0, 4, 1), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/object_boolean_tools.py)
precision_drawing_tools (version: (1, 4, 0), path: /store/opt/Blender/Builds/daily/blender-2.91.0-276d19f63b45-linux64/2.91/scripts/addons/precision_drawing_tools/__init__.py)
Cablerator (version: (1, 2, 0), path: /home/eric/.config/blender/2.91/scripts/addons/Cablerator/__init__.py)
DECALmachine (version: (2, 0, 1), path: /home/eric/.config/blender/2.91/scripts/addons/DECALmachine/__init__.py)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment