Topic was automatically imported from the old Question2Answer platform.
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 ??