Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textures Inaccessible in Plugin for Blender 2.8 #21

Open
yearofthewhopper opened this issue Jun 20, 2020 · 1 comment
Open

Textures Inaccessible in Plugin for Blender 2.8 #21

yearofthewhopper opened this issue Jun 20, 2020 · 1 comment

Comments

@yearofthewhopper
Copy link

Isn't able to access textures for blender 2.8
The traceback call looks like its referencing the wrong spot

Traceback (most recent call last):
  File "/Library/Application Support/Blender/2.8/scripts/addons/GrowthNodes-master/operators/bake.py", line 21, in execute
    node_tree.execute(refholder)
  File "/Library/Application Support/Blender/2.8/scripts/addons/GrowthNodes-master/node_tree/node_tree.py", line 280, in execute
    node.execute(refholder)
  File "/Library/Application Support/Blender/2.8/scripts/addons/GrowthNodes-master/nodes/geometry/displace.py", line 58, in execute
    texture = self.inputs[2].getTexture()
  File "/Library/Application Support/Blender/2.8/scripts/addons/GrowthNodes-master/sockets/texture2.py", line 164, in getTexture
    return bpy.data.textures[self.value]
KeyError: 'bpy_prop_collection[key]: key "" not found'
@itsKaspar
Copy link

Have you tried creating your own textures from the object dropdown menu ? last tab in the right menu

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

No branches or pull requests

2 participants