send to 3d coat doesnt work #81415

Closed
opened 2020-10-03 16:22:47 +02:00 by Mateusz Sprawka · 2 comments

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67

Blender Version
Broken: version: 2.90.1, branch: master, commit date: 2020-09-23 06:43, hash: blender/blender@3e85bb34d0
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: 3D-Coat Applink (4, 9, 34)
Author: Kalle-Samuli Riihikoski (haikalle)

Short description of error
[Please fill out a short description of the error here]

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

3d coat applink doesnt export anything to 3d coat. It shows error everytime i press "send"

Traceback (most recent call last):

File "D:\program files\steamapps\common\Blender\2.90\scripts\addons\io_coat3D\__init__.py", line 578, in invoke
  bpy.ops.export_applink.pilgway_3d_coat()
File "D:\program files\steamapps\common\Blender\2.90\scripts\modules\bpy\ops.py", line 201, in __call__
  ret = op_call(self.idname_py(), None, kw)

RuntimeError: Error: Traceback (most recent call last):

File "D:\program files\steamapps\common\Blender\2.90\scripts\addons\io_coat3D\__init__.py", line 612, in execute
  coat3D.exchangedir = set_exchange_folder()
File "D:\program files\steamapps\common\Blender\2.90\scripts\addons\io_coat3D\__init__.py", line 136, in set_exchange_folder
  if(source != coat3D.exchangedir and coat3D.exchangedir != '' and coat3D.exchangedir.rfind('Exchange') >= 0):

UnboundLocalError: local variable 'source' referenced before assignment

location: D:\program files\steamapps\common\Blender\2.90\scripts\modules\bpy\ops.py:201

location: :-1

**System Information** Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67 **Blender Version** Broken: version: 2.90.1, branch: master, commit date: 2020-09-23 06:43, hash: `blender/blender@3e85bb34d0` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: 3D-Coat Applink (4, 9, 34) Author: Kalle-Samuli Riihikoski (haikalle) **Short description of error** [Please fill out a short description of the error here] **Exact steps for others to reproduce the error** [Please describe the exact steps needed to reproduce the issue] [Based on the default startup or an attached .blend file (as simple as possible)] 3d coat applink doesnt export anything to 3d coat. It shows error everytime i press "send" Traceback (most recent call last): ``` File "D:\program files\steamapps\common\Blender\2.90\scripts\addons\io_coat3D\__init__.py", line 578, in invoke bpy.ops.export_applink.pilgway_3d_coat() File "D:\program files\steamapps\common\Blender\2.90\scripts\modules\bpy\ops.py", line 201, in __call__ ret = op_call(self.idname_py(), None, kw) ``` RuntimeError: Error: Traceback (most recent call last): ``` File "D:\program files\steamapps\common\Blender\2.90\scripts\addons\io_coat3D\__init__.py", line 612, in execute coat3D.exchangedir = set_exchange_folder() File "D:\program files\steamapps\common\Blender\2.90\scripts\addons\io_coat3D\__init__.py", line 136, in set_exchange_folder if(source != coat3D.exchangedir and coat3D.exchangedir != '' and coat3D.exchangedir.rfind('Exchange') >= 0): ``` UnboundLocalError: local variable 'source' referenced before assignment location: D:\program files\steamapps\common\Blender\2.90\scripts\modules\bpy\ops.py:201 location: <unknown location>:-1

Added subscriber: @sprawa

Added subscriber: @sprawa

Closed as duplicate of #79407

Closed as duplicate of #79407
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#81415
No description provided.