how can I access shape_keys from .mesh ??

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Inces

I can’t find access to blend_shapes from mesh itself. It seems .mesh only has blend_shape_mode as property ? While blend_shape itself exists only within MeshInstance ??
I tried mesh.set("blend_shapes/nameShapeHere", value)but it doesn’t work, yet no error comes.
I want to set it for my Multimesh instances, is there no way ??

as far as I understand, this should work:

yourInstance.multimesh.mesh.set("blend_shapes/nameShapeHere", value)

maybe show us some more of your code / setup?

rossunger | 2022-12-18 23:20