UV Export layout problem #49270

Closed
opened 2016-09-06 10:16:23 +02:00 by Sajidur Rahman · 5 comments

Blender version: blender-2.78-rc1-windows64
**OS:**windows 10 x64

Traceback (most recent call last):
  File "C:\Users\name\Downloads\Compressed\blender-2.78.0-git.0e5089c-windows64\2.78\scripts\addons\io_mesh_uv_layout\__init__.py", line 203, in execute
    lambda: self._face_uv_iter(context, mesh, self.tessellated))
  File "C:\Users\name\Downloads\Compressed\blender-2.78.0-git.0e5089c-windows64\2.78\scripts\addons\io_mesh_uv_layout\export_uv_png.py", line 140, in write
    bpy.data.scenes.remove(scene)
RuntimeError: Error: Scene 'uv_temp' must have zero users to be removed, found 1 (try with do_unlink=True parameter)


location: <unknown location>:-1

That is the error shown after UV export when the task is done successfully.

Steps:

  1. Unwrap UV.
  2. Export it UVs > Export UV Layout
**Blender** version: blender-2.78-rc1-windows64 **OS:**windows 10 x64 ``` Traceback (most recent call last): File "C:\Users\name\Downloads\Compressed\blender-2.78.0-git.0e5089c-windows64\2.78\scripts\addons\io_mesh_uv_layout\__init__.py", line 203, in execute lambda: self._face_uv_iter(context, mesh, self.tessellated)) File "C:\Users\name\Downloads\Compressed\blender-2.78.0-git.0e5089c-windows64\2.78\scripts\addons\io_mesh_uv_layout\export_uv_png.py", line 140, in write bpy.data.scenes.remove(scene) RuntimeError: Error: Scene 'uv_temp' must have zero users to be removed, found 1 (try with do_unlink=True parameter) location: <unknown location>:-1 ``` **That is the error shown after UV export when the task is done successfully.** **Steps:** 1. Unwrap UV. 2. Export it UVs > Export UV Layout
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @SajidurRahman

Added subscriber: @SajidurRahman
Bastien Montagne self-assigned this 2016-09-06 11:50:11 +02:00

This issue was referenced by d023f6e8de

This issue was referenced by d023f6e8de71a35ca13caa535a131b4a43f93b92

This issue was referenced by 511f8c457c

This issue was referenced by 511f8c457c76c4d042b5d5558f695b147b0462f8

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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#49270
No description provided.