Material IO doesn't work #49026

Closed
opened 2016-08-06 08:33:55 +02:00 by Massimiliano Puliero · 5 comments

System Information
win7 64 quadro k2200

Blender Version
Broken: (example: 2.69.7 4b206af, see splash screen)
Worked: git.734e0ac-

Short description of error
I got this error

Traceback (most recent call last):

File "C:\Users\Max\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\io_material0_6.py", line 777, in execute
  export_material(self, context)
File "C:\Users\Max\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\io_material0_6.py", line 275, in export_material
  m_nodes = mat.node_tree.nodes

AttributeError: 'NoneType' object has no attribute 'nodes'

location: :-1

Exact steps for others to reproduce the error
try to export a material

**System Information** win7 64 quadro k2200 **Blender Version** Broken: (example: 2.69.7 4b206af, see splash screen) Worked: git.734e0ac- **Short description of error** I got this error Traceback (most recent call last): ``` File "C:\Users\Max\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\io_material0_6.py", line 777, in execute export_material(self, context) File "C:\Users\Max\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\io_material0_6.py", line 275, in export_material m_nodes = mat.node_tree.nodes ``` AttributeError: 'NoneType' object has no attribute 'nodes' location: <unknown location>:-1 **Exact steps for others to reproduce the error** try to export a material

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @MassimilianoPuliero

Added subscriber: @MassimilianoPuliero

Added subscriber: @mont29

Added subscriber: @mont29

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2016-08-06 09:21:50 +02:00

Please do not report bugs about third-party add-ons not distributed with Blender, those shall be reported to the add-on's author(s).

Please do not report bugs about third-party add-ons not distributed with Blender, those shall be reported to the add-on's author(s).
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#49026
No description provided.