Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Last login: Sun Sep 11 13:39:00 on ttys000
- user@5CG1237BNJ bin % ./python3.10 -m pip install --upgrade certifi
- Requirement already satisfied: certifi in /Applications/Blender.app/Contents/Resources/3.3/python/lib/python3.10/site-packages (2021.10.8)
- Collecting certifi
- Using cached certifi-2022.6.15.1-py3-none-any.whl (160 kB)
- Installing collected packages: certifi
- Attempting uninstall: certifi
- Found existing installation: certifi 2021.10.8
- Uninstalling certifi-2021.10.8:
- Successfully uninstalled certifi-2021.10.8
- Successfully installed certifi-2022.6.15.1
- WARNING: You are using pip version 21.2.4; however, version 22.2.2 is available.
- You should consider upgrading via the '/Applications/Blender.app/Contents/Resources/3.3/python/bin/python3.10 -m pip install --upgrade pip' command.
- user@5CG1237BNJ bin % ./python3.10 -m pip install --upgrade pip
- Requirement already satisfied: pip in /Applications/Blender.app/Contents/Resources/3.3/python/lib/python3.10/site-packages (21.2.4)
- Collecting pip
- Using cached pip-22.2.2-py3-none-any.whl (2.0 MB)
- Installing collected packages: pip
- Attempting uninstall: pip
- Found existing installation: pip 21.2.4
- Uninstalling pip-21.2.4:
- Successfully uninstalled pip-21.2.4
- Successfully installed pip-22.2.2
- user@5CG1237BNJ bin % ./Blender
- zsh: no such file or directory: ./Blender
- user@5CG1237BNJ bin % cd /applications/Blender.app
- user@5CG1237BNJ Blender.app % cd MacOs
- cd: no such file or directory: MacOs
- user@5CG1237BNJ Blender.app % cd MacOS
- cd: no such file or directory: MacOS
- user@5CG1237BNJ Blender.app % cd contents
- user@5CG1237BNJ contents % cd macos
- user@5CG1237BNJ macos % ./Blender
- Read prefs: /Users/user/Library/Application Support/Blender/3.3/config/userpref.blend
- >> cuda not available, using device mps
- Global seed set to 2801206230
- >> Loading model from /Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/models/ldm/stable-diffusion-v1/model.ckpt
- LatentDiffusion: Running in eps-prediction mode
- DiffusionWrapper has 859.52 M params.
- making attention of type 'vanilla' with 512 in_channels
- Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
- making attention of type 'vanilla' with 512 in_channels
- 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
- Task exception was never retrieved
- 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)'))>
- Traceback (most recent call last):
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 1348, in do_open
- h.request(req.get_method(), req.selector, req.data, headers,
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/http/client.py", line 1282, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/http/client.py", line 1328, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/http/client.py", line 1277, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/http/client.py", line 1037, in _send_output
- self.send(msg)
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/http/client.py", line 975, in send
- self.connect()
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/http/client.py", line 1454, in connect
- self.sock = self._context.wrap_socket(self.sock,
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/ssl.py", line 512, in wrap_socket
- return self.sslsocket_class._create(
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/ssl.py", line 1070, in _create
- self.do_handshake()
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/ssl.py", line 1341, in do_handshake
- self._sslobj.do_handshake()
- ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/__init__.py", line 493, in dream_texture
- t2i.load_model()
- File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/ldm/simplet2i.py", line 592, in load_model
- model = self._load_model_from_config(config, self.weights)
- 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
- model = instantiate_from_config(config.model)
- File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/ldm/util.py", line 89, in instantiate_from_config
- return get_obj_from_str(config['target'])(
- File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/ldm/models/diffusion/ddpm.py", line 657, in __init__
- self.instantiate_cond_stage(cond_stage_config)
- 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
- model = instantiate_from_config(config)
- File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/ldm/util.py", line 89, in instantiate_from_config
- return get_obj_from_str(config['target'])(
- 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
- return getattr(importlib.import_module(module, package=None), cls)
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
- File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
- File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 883, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "/Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/stable_diffusion/ldm/modules/encoders/modules.py", line 7, in <module>
- import kornia
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/__init__.py", line 10, in <module>
- from . import (
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/augmentation/__init__.py", line 43, in <module>
- from .container import AugmentationSequential, ImageSequential, PatchSequential, VideoSequential
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/augmentation/container/__init__.py", line 1, in <module>
- from .augment import AugmentationSequential
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/augmentation/container/augment.py", line 17, in <module>
- from .patch import PatchSequential
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/augmentation/container/patch.py", line 9, in <module>
- from kornia.contrib.extract_patches import extract_tensor_patches
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/contrib/__init__.py", line 4, in <module>
- from .image_stitching import ImageStitcher
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/contrib/image_stitching.py", line 7, in <module>
- from kornia.feature import LocalFeatureMatcher, LoFTR
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/feature/__init__.py", line 4, in <module>
- from .integrated import (
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/feature/integrated.py", line 52, in <module>
- class LAFDescriptor(nn.Module):
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/feature/integrated.py", line 65, in LAFDescriptor
- patch_descriptor_module: nn.Module = HardNet(True),
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/kornia/feature/hardnet.py", line 66, in __init__
- pretrained_dict = torch.hub.load_state_dict_from_url(
- 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
- download_url_to_file(url, cached_file, hash_prefix, progress=progress)
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/site-packages/torch/hub.py", line 593, in download_url_to_file
- u = urlopen(req)
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 216, in urlopen
- return opener.open(url, data, timeout)
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 519, in open
- response = self._open(req, data)
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 536, in _open
- result = self._call_chain(self.handle_open, protocol, protocol +
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 496, in _call_chain
- result = func(*args)
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 1391, in https_open
- return self.do_open(http.client.HTTPSConnection, req,
- File "/applications/Blender.app/contents/Resources/3.3/python/lib/python3.10/urllib/request.py", line 1351, in do_open
- raise URLError(err)
- urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/dream_textures/async_loop.py:62: DeprecationWarning: There is no current event loop
- loop = asyncio.get_event_loop()
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
- /Users/user/Library/Application Support/Blender/3.3/scripts/addons/MSPlugin/__init__.py:527: DeprecationWarning: getName() is deprecated, get the name attribute instead
- if(i.getName() == "MainThread" and i.is_alive() == False):
Advertisement
Add Comment
Please, Sign In to add comment