Guest User

Dream Texture Terminal output

a guest
Sep 11th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 27.98 KB | Source Code | 0 0
  1. Last login: Sun Sep 11 13:39:00 on ttys000
  2. user@5CG1237BNJ bin % ./python3.10 -m pip install --upgrade certifi
  3. Requirement already satisfied: certifi in /Applications/Blender.app/Contents/Resources/3.3/python/lib/python3.10/site-packages (2021.10.8)
  4. Collecting certifi
  5.   Using cached certifi-2022.6.15.1-py3-none-any.whl (160 kB)
  6. Installing collected packages: certifi
  7.   Attempting uninstall: certifi
  8.     Found existing installation: certifi 2021.10.8
  9.     Uninstalling certifi-2021.10.8:
  10.       Successfully uninstalled certifi-2021.10.8
  11. Successfully installed certifi-2022.6.15.1
  12. WARNING: You are using pip version 21.2.4; however, version 22.2.2 is available.
  13. You should consider upgrading via the '/Applications/Blender.app/Contents/Resources/3.3/python/bin/python3.10 -m pip install --upgrade pip' command.
  14. user@5CG1237BNJ bin % ./python3.10 -m pip install --upgrade pip    
  15. Requirement already satisfied: pip in /Applications/Blender.app/Contents/Resources/3.3/python/lib/python3.10/site-packages (21.2.4)
  16. Collecting pip
  17.   Using cached pip-22.2.2-py3-none-any.whl (2.0 MB)
  18. Installing collected packages: pip
  19.   Attempting uninstall: pip
  20.     Found existing installation: pip 21.2.4
  21.     Uninstalling pip-21.2.4:
  22.       Successfully uninstalled pip-21.2.4
  23. Successfully installed pip-22.2.2
  24. user@5CG1237BNJ bin % ./Blender                                    
  25. zsh: no such file or directory: ./Blender
  26. user@5CG1237BNJ bin % cd /applications/Blender.app
  27. user@5CG1237BNJ Blender.app % cd MacOs
  28. cd: no such file or directory: MacOs
  29. user@5CG1237BNJ Blender.app % cd MacOS
  30. cd: no such file or directory: MacOS
  31. user@5CG1237BNJ Blender.app % cd contents
  32. user@5CG1237BNJ contents % cd macos
  33. user@5CG1237BNJ macos % ./Blender
  34. Read prefs: /Users/user/Library/Application Support/Blender/3.3/config/userpref.blend
  35. >> cuda not available, using device mps
  36. Global seed set to 2801206230
  37. >> Loading model from /Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/models/ldm/stable-diffusion-v1/model.ckpt
  38. LatentDiffusion: Running in eps-prediction mode
  39. DiffusionWrapper has 859.52 M params.
  40. making attention of type 'vanilla' with 512 in_channels
  41. Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
  42. making attention of type 'vanilla' with 512 in_channels
  43. Downloading: "https://github.com/DagnyT/hardnet/raw/master/pretrained/train_liberty_with_aug/checkpoint_liberty_with_aug.pth" to /Users/user/.cache/torch/hub/checkpoints/checkpoint_liberty_with_aug.pth
  44. Task exception was never retrieved
  45. future: <Task finished name='Task-1' coro=<DreamTexture.dream_texture() done, defined at /Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/__init__.py:448> exception=URLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)'))>
  46. Traceback (most recent call last):
  47.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 1348, in do_open
  48.     h.request(req.get_method(), req.selector, req.data, headers,
  49.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/http/client.py", line 1282, in request
  50.     self._send_request(method, url, body, headers, encode_chunked)
  51.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/http/client.py", line 1328, in _send_request
  52.     self.endheaders(body, encode_chunked=encode_chunked)
  53.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/http/client.py", line 1277, in endheaders
  54.     self._send_output(message_body, encode_chunked=encode_chunked)
  55.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/http/client.py", line 1037, in _send_output
  56.     self.send(msg)
  57.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/http/client.py", line 975, in send
  58.     self.connect()
  59.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/http/client.py", line 1454, in connect
  60.     self.sock = self._context.wrap_socket(self.sock,
  61.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/ssl.py", line 512, in wrap_socket
  62.     return self.sslsocket_class._create(
  63.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/ssl.py", line 1070, in _create
  64.     self.do_handshake()
  65.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/ssl.py", line 1341, in do_handshake
  66.     self._sslobj.do_handshake()
  67. ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
  68.  
  69. During handling of the above exception, another exception occurred:
  70.  
  71. Traceback (most recent call last):
  72.   File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/__init__.py", line 493, in dream_texture
  73.     t2i.load_model()
  74.   File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/ldm/simplet2i.py", line 592, in load_model
  75.     model = self._load_model_from_config(config, self.weights)
  76.   File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/ldm/simplet2i.py", line 664, in _load_model_from_config
  77.     model = instantiate_from_config(config.model)
  78.   File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/ldm/util.py", line 89, in instantiate_from_config
  79.     return get_obj_from_str(config['target'])(
  80.   File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/ldm/models/diffusion/ddpm.py", line 657, in __init__
  81.     self.instantiate_cond_stage(cond_stage_config)
  82.   File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/ldm/models/diffusion/ddpm.py", line 768, in instantiate_cond_stage
  83.     model = instantiate_from_config(config)
  84.   File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/ldm/util.py", line 89, in instantiate_from_config
  85.     return get_obj_from_str(config['target'])(
  86.   File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/ldm/util.py", line 99, in get_obj_from_str
  87.     return getattr(importlib.import_module(module, package=None), cls)
  88.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/importlib/__init__.py", line 126, in import_module
  89.     return _bootstrap._gcd_import(name[level:], package, level)
  90.   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  91.   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  92.   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  93.   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  94.   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  95.   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  96.   File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/ldm/modules/encoders/modules.py", line 7, in <module>
  97.     import kornia
  98.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/__init__.py", line 10, in <module>
  99.     from . import (
  100.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/augmentation/__init__.py", line 43, in <module>
  101.     from .container import AugmentationSequential, ImageSequential, PatchSequential, VideoSequential
  102.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/augmentation/container/__init__.py", line 1, in <module>
  103.     from .augment import AugmentationSequential
  104.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/augmentation/container/augment.py", line 17, in <module>
  105.     from .patch import PatchSequential
  106.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/augmentation/container/patch.py", line 9, in <module>
  107.     from kornia.contrib.extract_patches import extract_tensor_patches
  108.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/contrib/__init__.py", line 4, in <module>
  109.     from .image_stitching import ImageStitcher
  110.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/contrib/image_stitching.py", line 7, in <module>
  111.     from kornia.feature import LocalFeatureMatcher, LoFTR
  112.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/feature/__init__.py", line 4, in <module>
  113.     from .integrated import (
  114.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/feature/integrated.py", line 52, in <module>
  115.     class LAFDescriptor(nn.Module):
  116.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/feature/integrated.py", line 65, in LAFDescriptor
  117.     patch_descriptor_module: nn.Module = HardNet(True),
  118.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/feature/hardnet.py", line 66, in __init__
  119.     pretrained_dict = torch.hub.load_state_dict_from_url(
  120.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/torch/hub.py", line 727, in load_state_dict_from_url
  121.     download_url_to_file(url, cached_file, hash_prefix, progress=progress)
  122.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/torch/hub.py", line 593, in download_url_to_file
  123.     u = urlopen(req)
  124.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 216, in urlopen
  125.     return opener.open(url, data, timeout)
  126.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 519, in open
  127.     response = self._open(req, data)
  128.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 536, in _open
  129.     result = self._call_chain(self.handle_open, protocol, protocol +
  130.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 496, in _call_chain
  131.     result = func(*args)
  132.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 1391, in https_open
  133.     return self.do_open(http.client.HTTPSConnection, req,
  134.   File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 1351, in do_open
  135.     raise URLError(err)
  136. urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>
  137. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/async_loop.py:62: DeprecationWarning: There is no current event loop
  138.   loop = asyncio.get_event_loop()
  139. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  140.   if(i.getName() == "MainThread" and i.is_alive() == False):
  141. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  142.   if(i.getName() == "MainThread" and i.is_alive() == False):
  143. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  144.   if(i.getName() == "MainThread" and i.is_alive() == False):
  145. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  146.   if(i.getName() == "MainThread" and i.is_alive() == False):
  147. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  148.   if(i.getName() == "MainThread" and i.is_alive() == False):
  149. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  150.   if(i.getName() == "MainThread" and i.is_alive() == False):
  151. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  152.   if(i.getName() == "MainThread" and i.is_alive() == False):
  153. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  154.   if(i.getName() == "MainThread" and i.is_alive() == False):
  155. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  156.   if(i.getName() == "MainThread" and i.is_alive() == False):
  157. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  158.   if(i.getName() == "MainThread" and i.is_alive() == False):
  159. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  160.   if(i.getName() == "MainThread" and i.is_alive() == False):
  161. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  162.   if(i.getName() == "MainThread" and i.is_alive() == False):
  163. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  164.   if(i.getName() == "MainThread" and i.is_alive() == False):
  165. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  166.   if(i.getName() == "MainThread" and i.is_alive() == False):
  167. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  168.   if(i.getName() == "MainThread" and i.is_alive() == False):
  169. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  170.   if(i.getName() == "MainThread" and i.is_alive() == False):
  171. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  172.   if(i.getName() == "MainThread" and i.is_alive() == False):
  173. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  174.   if(i.getName() == "MainThread" and i.is_alive() == False):
  175. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  176.   if(i.getName() == "MainThread" and i.is_alive() == False):
  177. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  178.   if(i.getName() == "MainThread" and i.is_alive() == False):
  179. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  180.   if(i.getName() == "MainThread" and i.is_alive() == False):
  181. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  182.   if(i.getName() == "MainThread" and i.is_alive() == False):
  183. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  184.   if(i.getName() == "MainThread" and i.is_alive() == False):
  185. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  186.   if(i.getName() == "MainThread" and i.is_alive() == False):
  187. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  188.   if(i.getName() == "MainThread" and i.is_alive() == False):
  189. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  190.   if(i.getName() == "MainThread" and i.is_alive() == False):
  191. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  192.   if(i.getName() == "MainThread" and i.is_alive() == False):
  193. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  194.   if(i.getName() == "MainThread" and i.is_alive() == False):
  195. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  196.   if(i.getName() == "MainThread" and i.is_alive() == False):
  197. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  198.   if(i.getName() == "MainThread" and i.is_alive() == False):
  199. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  200.   if(i.getName() == "MainThread" and i.is_alive() == False):
  201. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  202.   if(i.getName() == "MainThread" and i.is_alive() == False):
  203. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  204.   if(i.getName() == "MainThread" and i.is_alive() == False):
  205. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  206.   if(i.getName() == "MainThread" and i.is_alive() == False):
  207. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  208.   if(i.getName() == "MainThread" and i.is_alive() == False):
  209. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  210.   if(i.getName() == "MainThread" and i.is_alive() == False):
  211. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  212.   if(i.getName() == "MainThread" and i.is_alive() == False):
  213. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  214.   if(i.getName() == "MainThread" and i.is_alive() == False):
  215. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  216.   if(i.getName() == "MainThread" and i.is_alive() == False):
  217. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  218.   if(i.getName() == "MainThread" and i.is_alive() == False):
  219. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  220.   if(i.getName() == "MainThread" and i.is_alive() == False):
  221. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  222.   if(i.getName() == "MainThread" and i.is_alive() == False):
  223. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  224.   if(i.getName() == "MainThread" and i.is_alive() == False):
  225. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  226.   if(i.getName() == "MainThread" and i.is_alive() == False):
  227. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  228.   if(i.getName() == "MainThread" and i.is_alive() == False):
  229. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  230.   if(i.getName() == "MainThread" and i.is_alive() == False):
  231. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  232.   if(i.getName() == "MainThread" and i.is_alive() == False):
  233. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  234.   if(i.getName() == "MainThread" and i.is_alive() == False):
  235. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  236.   if(i.getName() == "MainThread" and i.is_alive() == False):
  237. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  238.   if(i.getName() == "MainThread" and i.is_alive() == False):
  239. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  240.   if(i.getName() == "MainThread" and i.is_alive() == False):
  241. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  242.   if(i.getName() == "MainThread" and i.is_alive() == False):
  243. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  244.   if(i.getName() == "MainThread" and i.is_alive() == False):
  245. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  246.   if(i.getName() == "MainThread" and i.is_alive() == False):
  247. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  248.   if(i.getName() == "MainThread" and i.is_alive() == False):
  249. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  250.   if(i.getName() == "MainThread" and i.is_alive() == False):
  251. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  252.   if(i.getName() == "MainThread" and i.is_alive() == False):
  253. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  254.   if(i.getName() == "MainThread" and i.is_alive() == False):
  255. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  256.   if(i.getName() == "MainThread" and i.is_alive() == False):
  257. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  258.   if(i.getName() == "MainThread" and i.is_alive() == False):
  259. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  260.   if(i.getName() == "MainThread" and i.is_alive() == False):
  261. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  262.   if(i.getName() == "MainThread" and i.is_alive() == False):
  263. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  264.   if(i.getName() == "MainThread" and i.is_alive() == False):
  265. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  266.   if(i.getName() == "MainThread" and i.is_alive() == False):
  267. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  268.   if(i.getName() == "MainThread" and i.is_alive() == False):
  269. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  270.   if(i.getName() == "MainThread" and i.is_alive() == False):
  271. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  272.   if(i.getName() == "MainThread" and i.is_alive() == False):
  273. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  274.   if(i.getName() == "MainThread" and i.is_alive() == False):
  275. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  276.   if(i.getName() == "MainThread" and i.is_alive() == False):
  277. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  278.   if(i.getName() == "MainThread" and i.is_alive() == False):
  279. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  280.   if(i.getName() == "MainThread" and i.is_alive() == False):
  281. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  282.   if(i.getName() == "MainThread" and i.is_alive() == False):
  283. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  284.   if(i.getName() == "MainThread" and i.is_alive() == False):
  285. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  286.   if(i.getName() == "MainThread" and i.is_alive() == False):
  287. /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  288.   if(i.getName() == "MainThread" and i.is_alive() == False):
  289.  
  290.  
Advertisement
Add Comment
Please, Sign In to add comment