Skip to content

Update CyclesMaterialData.py Blender5.0 error#264

Open
AlbertLujan wants to merge 1 commit intoeliemichel:masterfrom
AlbertLujan:master
Open

Update CyclesMaterialData.py Blender5.0 error#264
AlbertLujan wants to merge 1 commit intoeliemichel:masterfrom
AlbertLujan:master

Conversation

@AlbertLujan
Copy link

Solved blender 5.0 error
Traceback (most recent call last):
File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\LilySurfaceScraper\frontend.py", line 156, in execute
data.create_material()
File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\LilySurfaceScraper\CyclesMaterialData.py", line 101, in create_material
self.material.cycles.displacement_method = 'BOTH'
AttributeError: 'CyclesMaterialSettings' object has no attribute 'displacement_method'

Solved blender 5.0 error
Traceback (most recent call last):
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\LilySurfaceScraper\frontend.py", line 156, in execute
    data.create_material()
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\LilySurfaceScraper\CyclesMaterialData.py", line 101, in create_material
    self.material.cycles.displacement_method = 'BOTH'
AttributeError: 'CyclesMaterialSettings' object has no attribute 'displacement_method'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant