Face Expression Issue
I was trying out the facial expression in the new update 3.3 I believe I'm doing the same thing I've always done and I'm doing it correctly because I've done it like 40 times and every time it worked when importing the model it works correctly but since the new update its no longer a component when it gets imported, I also tried it by reimporting the Blue bear which is from the template itself but when importing it gives it different formate, not the original one.
New Update:
Old version:
It just doesn't pick it up as a component anymore, I don't know if this is something you guys didn't notice while adding in face morph but facial expressions no longer work the way I do it
Hey ItzJustSamu,
Thanks for flagging that. I will pass it on to the team.
Cheers,
Vincent
Hi ItzJustSamuel!
Thanks for flagging this. You're right in 3.3, Blendshapes has been moved to the RenderMeshVisuals themselves so you don't have to access a blendshape component. We've created a ticket to update the template. In the mean time to fix:
in Line 5, change the input component to RenderMeshVisual:
Change APIs from
hasBlendShape
tohasBlendShapeWeight
andsetBlendShape
tosetBlendShapeWeight
:LN 437:
LN 465:
LN 474:
Thanks again for flagging this!
Cheers,
Jonathan
Thanks for this solution, it'll help other people but I'm on an older version so I don't need it, for now, Thanks in advance.
Thanks for updating it! :D
Hello, it looks like this is still a problem with the new update. I'm getting the exact same problem as the OP—blendshapes are in the project, everything should work but I get nothing when I click the field to call my blendshape component.
Also noticing that the lines you suggested changing in the script are one or two lines off. No problem though, changing the APIs works!
Jbug they pinned a template in general that one works fine I used it myself on the newest version
https://support.lensstudio.snapchat.com/hc/en-us/community/posts/360076362611--TEMPLATE-Face-Expressions-update-for-LS-3-3
I'm using Lens Studio 4.16 and I'm still having the same (or similar) problem.