Guest User

Untitled

a guest
Sep 11th, 2022
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 67.81 KB | Source Code | 0 0
  1. Last login: Sun Sep 11 09:28:12 on ttys000
  2. user@5CG1237BNJB MacOS % ./Blender
  3. Read prefs: /Users/user/Library/Application Support/Blender/3.2/config/userpref.blend
  4. >> cuda not available, using device mps
  5. Global seed set to 847859043
  6. >> Loading model from /Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/models/ldm/stable-diffusion-v1/model.ckpt
  7. LatentDiffusion: Running in eps-prediction mode
  8. DiffusionWrapper has 859.52 M params.
  9. making attention of type 'vanilla' with 512 in_channels
  10. Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
  11. making attention of type 'vanilla' with 512 in_channels
  12. 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
  13. Task exception was never retrieved
  14. future: <Task finished name='Task-1' coro=<DreamTexture.dream_texture() done, defined at /Users/user/Library/Application Support/Blender/3.2/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)'))>
  15. Traceback (most recent call last):
  16.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 1348, in do_open
  17.     h.request(req.get_method(), req.selector, req.data, headers,
  18.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/http/client.py", line 1282, in request
  19.     self._send_request(method, url, body, headers, encode_chunked)
  20.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/http/client.py", line 1328, in _send_request
  21.     self.endheaders(body, encode_chunked=encode_chunked)
  22.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/http/client.py", line 1277, in endheaders
  23.     self._send_output(message_body, encode_chunked=encode_chunked)
  24.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/http/client.py", line 1037, in _send_output
  25.     self.send(msg)
  26.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/http/client.py", line 975, in send
  27.     self.connect()
  28.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/http/client.py", line 1454, in connect
  29.     self.sock = self._context.wrap_socket(self.sock,
  30.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/ssl.py", line 512, in wrap_socket
  31.     return self.sslsocket_class._create(
  32.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/ssl.py", line 1070, in _create
  33.     self.do_handshake()
  34.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/ssl.py", line 1341, in do_handshake
  35.     self._sslobj.do_handshake()
  36. ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
  37.  
  38. During handling of the above exception, another exception occurred:
  39.  
  40. Traceback (most recent call last):
  41.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/__init__.py", line 493, in dream_texture
  42.     t2i.load_model()
  43.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/simplet2i.py", line 592, in load_model
  44.     model = self._load_model_from_config(config, self.weights)
  45.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/simplet2i.py", line 664, in _load_model_from_config
  46.     model = instantiate_from_config(config.model)
  47.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/util.py", line 89, in instantiate_from_config
  48.     return get_obj_from_str(config['target'])(
  49.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/models/diffusion/ddpm.py", line 657, in __init__
  50.     self.instantiate_cond_stage(cond_stage_config)
  51.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/models/diffusion/ddpm.py", line 768, in instantiate_cond_stage
  52.     model = instantiate_from_config(config)
  53.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/util.py", line 89, in instantiate_from_config
  54.     return get_obj_from_str(config['target'])(
  55.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/util.py", line 99, in get_obj_from_str
  56.     return getattr(importlib.import_module(module, package=None), cls)
  57.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/importlib/__init__.py", line 126, in import_module
  58.     return _bootstrap._gcd_import(name[level:], package, level)
  59.   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  60.   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  61.   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  62.   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  63.   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  64.   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  65.   File "/Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/stable_diffusion/ldm/modules/encoders/modules.py", line 7, in <module>
  66.     import kornia
  67.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/__init__.py", line 10, in <module>
  68.     from . import (
  69.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/augmentation/__init__.py", line 43, in <module>
  70.     from .container import AugmentationSequential, ImageSequential, PatchSequential, VideoSequential
  71.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/augmentation/container/__init__.py", line 1, in <module>
  72.     from .augment import AugmentationSequential
  73.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/augmentation/container/augment.py", line 17, in <module>
  74.     from .patch import PatchSequential
  75.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/augmentation/container/patch.py", line 9, in <module>
  76.     from kornia.contrib.extract_patches import extract_tensor_patches
  77.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/contrib/__init__.py", line 4, in <module>
  78.     from .image_stitching import ImageStitcher
  79.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/contrib/image_stitching.py", line 7, in <module>
  80.     from kornia.feature import LocalFeatureMatcher, LoFTR
  81.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/feature/__init__.py", line 4, in <module>
  82.     from .integrated import (
  83.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/feature/integrated.py", line 52, in <module>
  84.     class LAFDescriptor(nn.Module):
  85.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/feature/integrated.py", line 65, in LAFDescriptor
  86.     patch_descriptor_module: nn.Module = HardNet(True),
  87.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/kornia/feature/hardnet.py", line 66, in __init__
  88.     pretrained_dict = torch.hub.load_state_dict_from_url(
  89.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/torch/hub.py", line 727, in load_state_dict_from_url
  90.     download_url_to_file(url, cached_file, hash_prefix, progress=progress)
  91.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/site-packages/torch/hub.py", line 593, in download_url_to_file
  92.     u = urlopen(req)
  93.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 216, in urlopen
  94.     return opener.open(url, data, timeout)
  95.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 519, in open
  96.     response = self._open(req, data)
  97.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 536, in _open
  98.     result = self._call_chain(self.handle_open, protocol, protocol +
  99.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 496, in _call_chain
  100.     result = func(*args)
  101.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 1391, in https_open
  102.     return self.do_open(http.client.HTTPSConnection, req,
  103.   File "/Applications/Blender.app/Contents/Resources/3.2/python/lib/python3.10/urllib/request.py", line 1351, in do_open
  104.     raise URLError(err)
  105. urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>
  106. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/dream_textures/async_loop.py:62: DeprecationWarning: There is no current event loop
  107.   loop = asyncio.get_event_loop()
  108. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  109.   if(i.getName() == "MainThread" and i.is_alive() == False):
  110. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  111.   if(i.getName() == "MainThread" and i.is_alive() == False):
  112. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  113.   if(i.getName() == "MainThread" and i.is_alive() == False):
  114. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  115.   if(i.getName() == "MainThread" and i.is_alive() == False):
  116. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  117.   if(i.getName() == "MainThread" and i.is_alive() == False):
  118. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  119.   if(i.getName() == "MainThread" and i.is_alive() == False):
  120. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  121.   if(i.getName() == "MainThread" and i.is_alive() == False):
  122. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  123.   if(i.getName() == "MainThread" and i.is_alive() == False):
  124. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  125.   if(i.getName() == "MainThread" and i.is_alive() == False):
  126. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  127.   if(i.getName() == "MainThread" and i.is_alive() == False):
  128. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  129.   if(i.getName() == "MainThread" and i.is_alive() == False):
  130. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  131.   if(i.getName() == "MainThread" and i.is_alive() == False):
  132. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  133.   if(i.getName() == "MainThread" and i.is_alive() == False):
  134. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  135.   if(i.getName() == "MainThread" and i.is_alive() == False):
  136. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  137.   if(i.getName() == "MainThread" and i.is_alive() == False):
  138. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  139.   if(i.getName() == "MainThread" and i.is_alive() == False):
  140. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  141.   if(i.getName() == "MainThread" and i.is_alive() == False):
  142. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  143.   if(i.getName() == "MainThread" and i.is_alive() == False):
  144. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  145.   if(i.getName() == "MainThread" and i.is_alive() == False):
  146. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  147.   if(i.getName() == "MainThread" and i.is_alive() == False):
  148. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  149.   if(i.getName() == "MainThread" and i.is_alive() == False):
  150. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  151.   if(i.getName() == "MainThread" and i.is_alive() == False):
  152. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  153.   if(i.getName() == "MainThread" and i.is_alive() == False):
  154. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  155.   if(i.getName() == "MainThread" and i.is_alive() == False):
  156. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  157.   if(i.getName() == "MainThread" and i.is_alive() == False):
  158. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  159.   if(i.getName() == "MainThread" and i.is_alive() == False):
  160. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  161.   if(i.getName() == "MainThread" and i.is_alive() == False):
  162. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  163.   if(i.getName() == "MainThread" and i.is_alive() == False):
  164. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  165.   if(i.getName() == "MainThread" and i.is_alive() == False):
  166. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  167.   if(i.getName() == "MainThread" and i.is_alive() == False):
  168. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  169.   if(i.getName() == "MainThread" and i.is_alive() == False):
  170. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  171.   if(i.getName() == "MainThread" and i.is_alive() == False):
  172. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  173.   if(i.getName() == "MainThread" and i.is_alive() == False):
  174. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  175.   if(i.getName() == "MainThread" and i.is_alive() == False):
  176. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  177.   if(i.getName() == "MainThread" and i.is_alive() == False):
  178. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  179.   if(i.getName() == "MainThread" and i.is_alive() == False):
  180. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  181.   if(i.getName() == "MainThread" and i.is_alive() == False):
  182. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  183.   if(i.getName() == "MainThread" and i.is_alive() == False):
  184. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  185.   if(i.getName() == "MainThread" and i.is_alive() == False):
  186. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  187.   if(i.getName() == "MainThread" and i.is_alive() == False):
  188. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  189.   if(i.getName() == "MainThread" and i.is_alive() == False):
  190. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  191.   if(i.getName() == "MainThread" and i.is_alive() == False):
  192. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  193.   if(i.getName() == "MainThread" and i.is_alive() == False):
  194. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  195.   if(i.getName() == "MainThread" and i.is_alive() == False):
  196. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  197.   if(i.getName() == "MainThread" and i.is_alive() == False):
  198. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  199.   if(i.getName() == "MainThread" and i.is_alive() == False):
  200. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  201.   if(i.getName() == "MainThread" and i.is_alive() == False):
  202. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  203.   if(i.getName() == "MainThread" and i.is_alive() == False):
  204. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  205.   if(i.getName() == "MainThread" and i.is_alive() == False):
  206. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  207.   if(i.getName() == "MainThread" and i.is_alive() == False):
  208. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  209.   if(i.getName() == "MainThread" and i.is_alive() == False):
  210. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  211.   if(i.getName() == "MainThread" and i.is_alive() == False):
  212. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  213.   if(i.getName() == "MainThread" and i.is_alive() == False):
  214. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  215.   if(i.getName() == "MainThread" and i.is_alive() == False):
  216. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  217.   if(i.getName() == "MainThread" and i.is_alive() == False):
  218. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  219.   if(i.getName() == "MainThread" and i.is_alive() == False):
  220. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  221.   if(i.getName() == "MainThread" and i.is_alive() == False):
  222. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  223.   if(i.getName() == "MainThread" and i.is_alive() == False):
  224. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  225.   if(i.getName() == "MainThread" and i.is_alive() == False):
  226. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  227.   if(i.getName() == "MainThread" and i.is_alive() == False):
  228. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  229.   if(i.getName() == "MainThread" and i.is_alive() == False):
  230. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  231.   if(i.getName() == "MainThread" and i.is_alive() == False):
  232. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  233.   if(i.getName() == "MainThread" and i.is_alive() == False):
  234. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  235.   if(i.getName() == "MainThread" and i.is_alive() == False):
  236. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  237.   if(i.getName() == "MainThread" and i.is_alive() == False):
  238. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  239.   if(i.getName() == "MainThread" and i.is_alive() == False):
  240. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  241.   if(i.getName() == "MainThread" and i.is_alive() == False):
  242. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  243.   if(i.getName() == "MainThread" and i.is_alive() == False):
  244. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  245.   if(i.getName() == "MainThread" and i.is_alive() == False):
  246. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  247.   if(i.getName() == "MainThread" and i.is_alive() == False):
  248. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  249.   if(i.getName() == "MainThread" and i.is_alive() == False):
  250. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  251.   if(i.getName() == "MainThread" and i.is_alive() == False):
  252. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  253.   if(i.getName() == "MainThread" and i.is_alive() == False):
  254. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  255.   if(i.getName() == "MainThread" and i.is_alive() == False):
  256. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  257.   if(i.getName() == "MainThread" and i.is_alive() == False):
  258. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  259.   if(i.getName() == "MainThread" and i.is_alive() == False):
  260. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  261.   if(i.getName() == "MainThread" and i.is_alive() == False):
  262. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  263.   if(i.getName() == "MainThread" and i.is_alive() == False):
  264. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  265.   if(i.getName() == "MainThread" and i.is_alive() == False):
  266. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  267.   if(i.getName() == "MainThread" and i.is_alive() == False):
  268. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  269.   if(i.getName() == "MainThread" and i.is_alive() == False):
  270. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  271.   if(i.getName() == "MainThread" and i.is_alive() == False):
  272. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  273.   if(i.getName() == "MainThread" and i.is_alive() == False):
  274. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  275.   if(i.getName() == "MainThread" and i.is_alive() == False):
  276. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  277.   if(i.getName() == "MainThread" and i.is_alive() == False):
  278. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  279.   if(i.getName() == "MainThread" and i.is_alive() == False):
  280. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  281.   if(i.getName() == "MainThread" and i.is_alive() == False):
  282. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  283.   if(i.getName() == "MainThread" and i.is_alive() == False):
  284. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  285.   if(i.getName() == "MainThread" and i.is_alive() == False):
  286. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  287.   if(i.getName() == "MainThread" and i.is_alive() == False):
  288. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  289.   if(i.getName() == "MainThread" and i.is_alive() == False):
  290. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  291.   if(i.getName() == "MainThread" and i.is_alive() == False):
  292. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  293.   if(i.getName() == "MainThread" and i.is_alive() == False):
  294. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  295.   if(i.getName() == "MainThread" and i.is_alive() == False):
  296. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  297.   if(i.getName() == "MainThread" and i.is_alive() == False):
  298. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  299.   if(i.getName() == "MainThread" and i.is_alive() == False):
  300. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  301.   if(i.getName() == "MainThread" and i.is_alive() == False):
  302. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  303.   if(i.getName() == "MainThread" and i.is_alive() == False):
  304. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  305.   if(i.getName() == "MainThread" and i.is_alive() == False):
  306. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  307.   if(i.getName() == "MainThread" and i.is_alive() == False):
  308. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  309.   if(i.getName() == "MainThread" and i.is_alive() == False):
  310. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  311.   if(i.getName() == "MainThread" and i.is_alive() == False):
  312. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  313.   if(i.getName() == "MainThread" and i.is_alive() == False):
  314. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  315.   if(i.getName() == "MainThread" and i.is_alive() == False):
  316. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  317.   if(i.getName() == "MainThread" and i.is_alive() == False):
  318. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  319.   if(i.getName() == "MainThread" and i.is_alive() == False):
  320. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  321.   if(i.getName() == "MainThread" and i.is_alive() == False):
  322. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  323.   if(i.getName() == "MainThread" and i.is_alive() == False):
  324. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  325.   if(i.getName() == "MainThread" and i.is_alive() == False):
  326. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  327.   if(i.getName() == "MainThread" and i.is_alive() == False):
  328. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  329.   if(i.getName() == "MainThread" and i.is_alive() == False):
  330. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  331.   if(i.getName() == "MainThread" and i.is_alive() == False):
  332. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  333.   if(i.getName() == "MainThread" and i.is_alive() == False):
  334. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  335.   if(i.getName() == "MainThread" and i.is_alive() == False):
  336. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  337.   if(i.getName() == "MainThread" and i.is_alive() == False):
  338. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  339.   if(i.getName() == "MainThread" and i.is_alive() == False):
  340. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  341.   if(i.getName() == "MainThread" and i.is_alive() == False):
  342. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  343.   if(i.getName() == "MainThread" and i.is_alive() == False):
  344. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  345.   if(i.getName() == "MainThread" and i.is_alive() == False):
  346. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  347.   if(i.getName() == "MainThread" and i.is_alive() == False):
  348. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  349.   if(i.getName() == "MainThread" and i.is_alive() == False):
  350. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  351.   if(i.getName() == "MainThread" and i.is_alive() == False):
  352. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  353.   if(i.getName() == "MainThread" and i.is_alive() == False):
  354. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  355.   if(i.getName() == "MainThread" and i.is_alive() == False):
  356. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  357.   if(i.getName() == "MainThread" and i.is_alive() == False):
  358. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  359.   if(i.getName() == "MainThread" and i.is_alive() == False):
  360. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  361.   if(i.getName() == "MainThread" and i.is_alive() == False):
  362. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  363.   if(i.getName() == "MainThread" and i.is_alive() == False):
  364. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  365.   if(i.getName() == "MainThread" and i.is_alive() == False):
  366. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  367.   if(i.getName() == "MainThread" and i.is_alive() == False):
  368. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  369.   if(i.getName() == "MainThread" and i.is_alive() == False):
  370. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  371.   if(i.getName() == "MainThread" and i.is_alive() == False):
  372. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  373.   if(i.getName() == "MainThread" and i.is_alive() == False):
  374. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  375.   if(i.getName() == "MainThread" and i.is_alive() == False):
  376. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  377.   if(i.getName() == "MainThread" and i.is_alive() == False):
  378. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  379.   if(i.getName() == "MainThread" and i.is_alive() == False):
  380. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  381.   if(i.getName() == "MainThread" and i.is_alive() == False):
  382. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  383.   if(i.getName() == "MainThread" and i.is_alive() == False):
  384. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  385.   if(i.getName() == "MainThread" and i.is_alive() == False):
  386. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  387.   if(i.getName() == "MainThread" and i.is_alive() == False):
  388. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  389.   if(i.getName() == "MainThread" and i.is_alive() == False):
  390. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  391.   if(i.getName() == "MainThread" and i.is_alive() == False):
  392. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  393.   if(i.getName() == "MainThread" and i.is_alive() == False):
  394. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  395.   if(i.getName() == "MainThread" and i.is_alive() == False):
  396. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  397.   if(i.getName() == "MainThread" and i.is_alive() == False):
  398. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  399.   if(i.getName() == "MainThread" and i.is_alive() == False):
  400. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  401.   if(i.getName() == "MainThread" and i.is_alive() == False):
  402. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  403.   if(i.getName() == "MainThread" and i.is_alive() == False):
  404. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  405.   if(i.getName() == "MainThread" and i.is_alive() == False):
  406. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  407.   if(i.getName() == "MainThread" and i.is_alive() == False):
  408. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  409.   if(i.getName() == "MainThread" and i.is_alive() == False):
  410. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  411.   if(i.getName() == "MainThread" and i.is_alive() == False):
  412. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  413.   if(i.getName() == "MainThread" and i.is_alive() == False):
  414. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  415.   if(i.getName() == "MainThread" and i.is_alive() == False):
  416. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  417.   if(i.getName() == "MainThread" and i.is_alive() == False):
  418. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  419.   if(i.getName() == "MainThread" and i.is_alive() == False):
  420. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  421.   if(i.getName() == "MainThread" and i.is_alive() == False):
  422. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  423.   if(i.getName() == "MainThread" and i.is_alive() == False):
  424. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  425.   if(i.getName() == "MainThread" and i.is_alive() == False):
  426. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  427.   if(i.getName() == "MainThread" and i.is_alive() == False):
  428. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  429.   if(i.getName() == "MainThread" and i.is_alive() == False):
  430. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  431.   if(i.getName() == "MainThread" and i.is_alive() == False):
  432. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  433.   if(i.getName() == "MainThread" and i.is_alive() == False):
  434. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  435.   if(i.getName() == "MainThread" and i.is_alive() == False):
  436. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  437.   if(i.getName() == "MainThread" and i.is_alive() == False):
  438. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  439.   if(i.getName() == "MainThread" and i.is_alive() == False):
  440. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  441.   if(i.getName() == "MainThread" and i.is_alive() == False):
  442. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  443.   if(i.getName() == "MainThread" and i.is_alive() == False):
  444. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  445.   if(i.getName() == "MainThread" and i.is_alive() == False):
  446. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  447.   if(i.getName() == "MainThread" and i.is_alive() == False):
  448. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  449.   if(i.getName() == "MainThread" and i.is_alive() == False):
  450. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  451.   if(i.getName() == "MainThread" and i.is_alive() == False):
  452. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  453.   if(i.getName() == "MainThread" and i.is_alive() == False):
  454. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  455.   if(i.getName() == "MainThread" and i.is_alive() == False):
  456. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  457.   if(i.getName() == "MainThread" and i.is_alive() == False):
  458. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  459.   if(i.getName() == "MainThread" and i.is_alive() == False):
  460. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  461.   if(i.getName() == "MainThread" and i.is_alive() == False):
  462. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  463.   if(i.getName() == "MainThread" and i.is_alive() == False):
  464. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  465.   if(i.getName() == "MainThread" and i.is_alive() == False):
  466. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  467.   if(i.getName() == "MainThread" and i.is_alive() == False):
  468. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  469.   if(i.getName() == "MainThread" and i.is_alive() == False):
  470. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  471.   if(i.getName() == "MainThread" and i.is_alive() == False):
  472. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  473.   if(i.getName() == "MainThread" and i.is_alive() == False):
  474. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  475.   if(i.getName() == "MainThread" and i.is_alive() == False):
  476. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  477.   if(i.getName() == "MainThread" and i.is_alive() == False):
  478. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  479.   if(i.getName() == "MainThread" and i.is_alive() == False):
  480. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  481.   if(i.getName() == "MainThread" and i.is_alive() == False):
  482. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  483.   if(i.getName() == "MainThread" and i.is_alive() == False):
  484. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  485.   if(i.getName() == "MainThread" and i.is_alive() == False):
  486. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  487.   if(i.getName() == "MainThread" and i.is_alive() == False):
  488. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  489.   if(i.getName() == "MainThread" and i.is_alive() == False):
  490. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  491.   if(i.getName() == "MainThread" and i.is_alive() == False):
  492. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  493.   if(i.getName() == "MainThread" and i.is_alive() == False):
  494. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  495.   if(i.getName() == "MainThread" and i.is_alive() == False):
  496. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  497.   if(i.getName() == "MainThread" and i.is_alive() == False):
  498. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  499.   if(i.getName() == "MainThread" and i.is_alive() == False):
  500. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  501.   if(i.getName() == "MainThread" and i.is_alive() == False):
  502. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  503.   if(i.getName() == "MainThread" and i.is_alive() == False):
  504. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  505.   if(i.getName() == "MainThread" and i.is_alive() == False):
  506. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  507.   if(i.getName() == "MainThread" and i.is_alive() == False):
  508. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  509.   if(i.getName() == "MainThread" and i.is_alive() == False):
  510. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  511.   if(i.getName() == "MainThread" and i.is_alive() == False):
  512. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  513.   if(i.getName() == "MainThread" and i.is_alive() == False):
  514. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  515.   if(i.getName() == "MainThread" and i.is_alive() == False):
  516. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  517.   if(i.getName() == "MainThread" and i.is_alive() == False):
  518. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  519.   if(i.getName() == "MainThread" and i.is_alive() == False):
  520. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  521.   if(i.getName() == "MainThread" and i.is_alive() == False):
  522. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  523.   if(i.getName() == "MainThread" and i.is_alive() == False):
  524. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  525.   if(i.getName() == "MainThread" and i.is_alive() == False):
  526. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  527.   if(i.getName() == "MainThread" and i.is_alive() == False):
  528. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  529.   if(i.getName() == "MainThread" and i.is_alive() == False):
  530. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  531.   if(i.getName() == "MainThread" and i.is_alive() == False):
  532. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  533.   if(i.getName() == "MainThread" and i.is_alive() == False):
  534. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  535.   if(i.getName() == "MainThread" and i.is_alive() == False):
  536. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  537.   if(i.getName() == "MainThread" and i.is_alive() == False):
  538. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  539.   if(i.getName() == "MainThread" and i.is_alive() == False):
  540. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  541.   if(i.getName() == "MainThread" and i.is_alive() == False):
  542. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  543.   if(i.getName() == "MainThread" and i.is_alive() == False):
  544. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  545.   if(i.getName() == "MainThread" and i.is_alive() == False):
  546. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  547.   if(i.getName() == "MainThread" and i.is_alive() == False):
  548. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  549.   if(i.getName() == "MainThread" and i.is_alive() == False):
  550. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  551.   if(i.getName() == "MainThread" and i.is_alive() == False):
  552. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  553.   if(i.getName() == "MainThread" and i.is_alive() == False):
  554. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  555.   if(i.getName() == "MainThread" and i.is_alive() == False):
  556. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  557.   if(i.getName() == "MainThread" and i.is_alive() == False):
  558. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  559.   if(i.getName() == "MainThread" and i.is_alive() == False):
  560. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  561.   if(i.getName() == "MainThread" and i.is_alive() == False):
  562. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  563.   if(i.getName() == "MainThread" and i.is_alive() == False):
  564. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  565.   if(i.getName() == "MainThread" and i.is_alive() == False):
  566. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  567.   if(i.getName() == "MainThread" and i.is_alive() == False):
  568. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  569.   if(i.getName() == "MainThread" and i.is_alive() == False):
  570. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  571.   if(i.getName() == "MainThread" and i.is_alive() == False):
  572. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  573.   if(i.getName() == "MainThread" and i.is_alive() == False):
  574. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  575.   if(i.getName() == "MainThread" and i.is_alive() == False):
  576. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  577.   if(i.getName() == "MainThread" and i.is_alive() == False):
  578. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  579.   if(i.getName() == "MainThread" and i.is_alive() == False):
  580. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  581.   if(i.getName() == "MainThread" and i.is_alive() == False):
  582. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  583.   if(i.getName() == "MainThread" and i.is_alive() == False):
  584. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  585.   if(i.getName() == "MainThread" and i.is_alive() == False):
  586. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  587.   if(i.getName() == "MainThread" and i.is_alive() == False):
  588. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  589.   if(i.getName() == "MainThread" and i.is_alive() == False):
  590. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  591.   if(i.getName() == "MainThread" and i.is_alive() == False):
  592. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  593.   if(i.getName() == "MainThread" and i.is_alive() == False):
  594. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  595.   if(i.getName() == "MainThread" and i.is_alive() == False):
  596. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  597.   if(i.getName() == "MainThread" and i.is_alive() == False):
  598. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  599.   if(i.getName() == "MainThread" and i.is_alive() == False):
  600. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  601.   if(i.getName() == "MainThread" and i.is_alive() == False):
  602. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  603.   if(i.getName() == "MainThread" and i.is_alive() == False):
  604. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  605.   if(i.getName() == "MainThread" and i.is_alive() == False):
  606. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  607.   if(i.getName() == "MainThread" and i.is_alive() == False):
  608. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  609.   if(i.getName() == "MainThread" and i.is_alive() == False):
  610. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  611.   if(i.getName() == "MainThread" and i.is_alive() == False):
  612. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  613.   if(i.getName() == "MainThread" and i.is_alive() == False):
  614. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  615.   if(i.getName() == "MainThread" and i.is_alive() == False):
  616. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  617.   if(i.getName() == "MainThread" and i.is_alive() == False):
  618. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  619.   if(i.getName() == "MainThread" and i.is_alive() == False):
  620. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  621.   if(i.getName() == "MainThread" and i.is_alive() == False):
  622. /Users/user/Library/Application Support/Blender/3.2/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
  623.   if(i.getName() == "MainThread" and i.is_alive() == False):
  624.  
  625.  
Advertisement
Add Comment
Please, Sign In to add comment