Advertisement
Guest User

Terminal Output

a guest
Feb 23rd, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.01 KB | None | 0 0
  1. Writing Preset: '/Users/[USERNAME]/Library/Application Support/Blender/2.93/scripts/presets/interface_theme/looksnice_v2.xml'
  2. Python: Traceback (most recent call last):
  3.   File "/Users/[USERNAME]/OpenSource/blender-git/build_alpha_darwin/bin/Blender.app/Contents/Resources/2.93/scripts/startup/bl_operators/presets.py", line 134, in execute
  4.     rna_xml.xml_file_write(context,
  5.   File "/Users/[USERNAME]/OpenSource/blender-git/build_alpha_darwin/bin/Blender.app/Contents/Resources/2.93/scripts/modules/rna_xml.py", line 400, in xml_file_write
  6.     rna2xml(fw,
  7.   File "/Users/[USERNAME]/OpenSource/blender-git/build_alpha_darwin/bin/Blender.app/Contents/Resources/2.93/scripts/modules/rna_xml.py", line 81, in rna2xml
  8.     property_typemap = build_property_typemap(skip_classes, skip_typemap)
  9.   File "/Users/[USERNAME]/OpenSource/blender-git/build_alpha_darwin/bin/Blender.app/Contents/Resources/2.93/scripts/modules/rna_xml.py", line 30, in build_property_typemap
  10.     if issubclass(cls, skip_classes):
  11. TypeError: issubclass() arg 1 must be a class
  12.  
  13. location: <unknown location>:-1
  14. Error: Python: Traceback (most recent call last):
  15.   File "/Users/[USERNAME]/OpenSource/blender-git/build_alpha_darwin/bin/Blender.app/Contents/Resources/2.93/scripts/startup/bl_operators/presets.py", line 134, in execute
  16.     rna_xml.xml_file_write(context,
  17.   File "/Users/[USERNAME]/OpenSource/blender-git/build_alpha_darwin/bin/Blender.app/Contents/Resources/2.93/scripts/modules/rna_xml.py", line 400, in xml_file_write
  18.     rna2xml(fw,
  19.   File "/Users/[USERNAME]/OpenSource/blender-git/build_alpha_darwin/bin/Blender.app/Contents/Resources/2.93/scripts/modules/rna_xml.py", line 81, in rna2xml
  20.     property_typemap = build_property_typemap(skip_classes, skip_typemap)
  21.   File "/Users/[USERNAME]/OpenSource/blender-git/build_alpha_darwin/bin/Blender.app/Contents/Resources/2.93/scripts/modules/rna_xml.py", line 30, in build_property_typemap
  22.     if issubclass(cls, skip_classes):
  23. TypeError: issubclass() arg 1 must be a class
  24.  
  25. location: <unknown location>:-1
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement