problems by adding new materials into material libary vx #72962

Closed
opened 2020-01-08 00:51:10 +01:00 by ulrich kehrein · 4 comments

System Information
Operating system:windows 10
Graphics card:nvidey Geforce GTX 1070

Blender Version
Broken: v 2.81
(example: 2.79b release)
(example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen)
Worked: (optional)

problems by adding new materials into material libary vx

created an new simple material and tried to save it into then material libarx vx. By typing the add to libary button following error occured

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\render_povray\ui.py", line 1727, in poll
  return mat and (mat.type in {'SURFACE', 'WIRE', 'HALO'}) and (engine in cls.COMPAT_ENGINES)

AttributeError: 'Material' object has no attribute 'type'

location: :-1

**System Information** Operating system:windows 10 Graphics card:nvidey Geforce GTX 1070 **Blender Version** Broken: v 2.81 (example: 2.79b release) (example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen) Worked: (optional) problems by adding new materials into material libary vx created an new simple material and tried to save it into then material libarx vx. By typing the add to libary button following error occured Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\render_povray\ui.py", line 1727, in poll return mat and (mat.type in {'SURFACE', 'WIRE', 'HALO'}) and (engine in cls.COMPAT_ENGINES) ``` AttributeError: 'Material' object has no attribute 'type' location: <unknown location>:-1
Author

Added subscriber: @ulrichkehrein

Added subscriber: @ulrichkehrein
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

investigating

investigating
Member

Closed as duplicate of #73899

Closed as duplicate of #73899
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#72962
No description provided.