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

Property 'material' not found! #141

Open
serj1024 opened this issue Jul 30, 2023 · 1 comment
Open

Property 'material' not found! #141

serj1024 opened this issue Jul 30, 2023 · 1 comment

Comments

@serj1024
Copy link

When attempting to get the "material" property of the #spinemodel component, an error occurs:

ERROR:SCRIPT: main/main.script:33: Property 'material' not found!
stack traceback:
[C]:-1: in function get
main/main.script:33: in function <main/main.script:27>

To reproduce, add the line: pprint(go.get(self.url, "material")) in the init() method in main.script.

image

However, initially there was another problem. When changing the material at runtime: go.set(..., "material", ...), the following error occurs: (If the material is selected in advance, everything works fine.)

ERROR:RENDER: Failed to get material tag list with hash 0x00008b52

Defold version 1.4.8, Spine version 2.11.1.

@serj1024
Copy link
Author

everything works fine in Defold version 1.4.1 (1.3.7), Spine version 2.5.0.

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

1 participant