Olha
- Total activity 387
- Last activity
- Member since
- Following 0 users
- Followed by 26 users
- Votes 56
- Subscriptions 139
Comments
Recent activity by Olha Sort by recent activity-
Hi @... You could open Snap Camera preferences and remove or change the hotkey Best Olha
-
Hi, rubal 17! You can add this simple script to your project //@input SceneObject[] screenImagesvar dayOfWeek = new Date().getDay();print(dayOfWeek);for(var i = 0; i < 7; i++){ script.screenIma...
-
Hi, Jhonnel Pica It's just an empty texture before anything is assigned to it. You can use it to create your copy. For example: // @input Asset.Texture fromTexture// @input Asset.Texture toTexture...
-
Hi, anna belle I assume you are using rig to attach your cloth 3D objects to the use body? In your fbx file you have those sub-meshes from the Reference 3d model (head, body, hands) You could try...
-
Hi all! From the guide above it seems like the order of scene objects in the objects panel should be next Hair Color Provider Hair Color Controller (uses script above) Your Custom script (uses hai...
-
Hi, Alexander Samoshin! You are right, lens studio does not support materials on a subset of the mesh polygons. And it splits mesh into two based on the material. Your approach with two different e...
-
Hi, @... Updating Snapchat App to the latest version should resolve this. You can also disable Shader Optimizer checkbox in the inspector of the material editor BTW to avoid swiping Snapchat UI yo...
-
I see! It's not that straightforward but still can be used for your case. You just need a texture reference to set provider to, that's why i was using default material. You can also use proxy tex...
-
Hi, Colin! Really hope i've got the idea correctly, if no there still might be something useful. This lens idea might require some advanced camera set up. First take a look at the Camera and Layer...
-
Hi, Jhonnel Pica The clone method actually clones Texture Provider and not a texture itself. You have to set cloned texture provider to be a control of another texture. This should work : // @inpu...