We're here to help! We just need a little bit of information...
What system are you using?
Have you downloaded the latest version of Lens Studio?
Is this issue causing Lens Studio to crash?
What system do you run Lens Studio on?
Version
Graphics
Follow the next steps to help us solve your issue:
-
Copy and paste this text into your TerminalCommand Window
open ~/Library/Preferences/Snap/Lens\ Studio/ %LOCALAPPDATA%\Snap\Lens Studio Copy Text
- Press ReturnEnter to run the command. The Lens Studio folder will automatically open
-
Prepare to upload your files: zip the "Log" Folder by right-clicking and choosing "compress."Locate the Log.txt file right above it.
Attach a screenshot of the issue:
Name:
Email:
What is this most relevant to?
Please enter a brief description of your issue:
Thanks for submitting this issue.
Unfortunately, it's likely due to the operating system or hardware you're using – since they don't meet the system requirements for Lens Studio.
Still, we hear you loud and clear, and are logging the issue in case there's ever a workaround we can provide!
Minimum Requirements
Operating System: Windows 10 (64 bit); MacOS 10.11+
Hardware: Minimum of Intel Core i3 2.5Ghz or AMD Phenom II 2.6Ghz with 4 GB RAM; Intel HD Graphics 4000 / Nvidia GeForce 710 / AMD Radeon HD 6450 or better; screen resolution of 1280x768 or higher
We'll try to resolve this issue as soon as possible. Thanks for letting us know about it!
Keep an eye out for a followup email from us. We may have a couple more questions for you, or we might already have a solution to offer.
Happy creating!
Hey there! I created a quick revision to the TweenColor script to work with eye color. Create a new script called TweenEyeColor.js and paste this into it:
https://pastebin.com/3Tvbareq
Then, use it like the other Tween Types. Hope that helps!
Hi,
I'm trying to do the same thing with a face retouch... but doesn't work!
Does a script exist for this?
Thx
Hi Cyrielle!
The Tween Manager has been updated in the new version of Lens Studio 1.7.
In addition to automatically working for things like the Eye Color effect, it now includes a tween type called TweenValue. This new tween type allows you to write scripts to tween almost any property in Lens Studio.
Let's say you want to Tween the Soft Skin Intensity property on a Retouch effect. You can follow these steps in Lens Studio 1.7:
1) Download Lens Studio 1.7.
2) Create a new project
3) Add the Retouch Effect
4) Add the new Tween Manager: In the Objects Panel, select Add New > Scripting > Tween Manager
5) On the Retouch object, add a Script Component.
6) On the Retouch object's Script Component, add the Tween Value script (found in Tween > Tween Types > Tween Value). Set this Script Component's event to Lens Turned On in the dropdown.
7) On the Tween Value script you just added, set the following properties:
Tween Name: my_tween
Loop: Ping Pong
Data Type: float
Start: 0.0
End: 1.0
8) Create a new Scene Object. On this new Scene Object, add a Script Component. Set it to Lens Turned On, and add the following script:
9) Set the Script Component's retouchVisual property to the Retouch Effect
10) You should see the soft skin in the Preview panel ping pong loop between 0.0 and 1.0.
Let me know if you have any questions about this set-up.
Best,
Peter
Hey Peter,
I tried to adapt your script to the Shake PostEffect.
The Logger spits out the following:
13:45:24 Tween Manager: Tween Value, myShaking, is not found. Ensure that myShaking is enabled and the Tween Name passed into this function exactly matches the specified Tween Name for this Tween Value in the Inspector.
no matter how I do the stacking of the Elements, it just doesn´t work.
Can you help me out, please?