Hi Ben, Thank you very much for your videos, they are great. I have a question, and would you help me with an answer. Do you think these animations could be put on a 3D shirt with bodytracking? regards.
I know its a long shot to asl here, but it seems that png sequences are no longer supported? There is no "add 2d animation from file" option with the new updated UI
@@LensTutorials hmm, still not there for me. Just installed it on my personal PC and it is there. I'm going to see if IT can update it for me, that may be the issue 🤷♂️
Hi ben, how can i translate something in Y direction without using tweens ? // @input float speed // @input float startY // @input float endY var sceneObj = script.getSceneObject(); var trans = sceneObj.getTransform(); var origPos = trans.getLocalPosition(); var newx = trans.getLocalPosition().x; var updevent2 = script.createEvent("UpdateEvent") updevent2.bind(function(eventData){ newx += script.speed * eventData.getDeltaTime(); if(newx < script.endX){ newx = script.startX; } trans.setLocalPosition(new vec3(newx, origPos.y, origPos.z)); }); i tried this for x direction ..but when i change axis to Y nothing works. How can i do that ?
@@LensTutorials Thank you.. sorry, i turned off the cropping or the autodetect when i Load in. the animation.. it just give me this small size.. animation image is not cut in anyway.. just the pixel quality of the animation is drastically reduced.
@@LensTutorials I figured that I was putting the entire timeline into 1 sprite file... i spread around 2-3 sprite sheets and picture quality got better... I think comes with increased size as well.. Thank you again for replies :)
That intro though 😍🤩
Hi Ben,
Thank you very much for your videos, they are great.
I have a question, and would you help me with an answer.
Do you think these animations could be put on a 3D shirt with bodytracking?
regards.
hlo? how to add full video ?
How can i tap-start my animation at frame 1 or 0, instead of the last frame ?
How do you get Giphy in your lens studio on the bottom left? My lens studio doesn’t have it 😞
I know its a long shot to asl here, but it seems that png sequences are no longer supported? There is no "add 2d animation from file" option with the new updated UI
@@drewalbritton1625 yeah it’s just called 2D animation now!
@@LensTutorials hmm, still not there for me. Just installed it on my personal PC and it is there. I'm going to see if IT can update it for me, that may be the issue 🤷♂️
@@drewalbritton1625 are you adding it from the assets/resources? It is called “2D animation from files”
face event worked...but how to stop looping?
Hi ben, how can i translate something in Y direction without using tweens ?
// @input float speed
// @input float startY
// @input float endY
var sceneObj = script.getSceneObject();
var trans = sceneObj.getTransform();
var origPos = trans.getLocalPosition();
var newx = trans.getLocalPosition().x;
var updevent2 = script.createEvent("UpdateEvent")
updevent2.bind(function(eventData){
newx += script.speed * eventData.getDeltaTime();
if(newx < script.endX){
newx = script.startX;
}
trans.setLocalPosition(new vec3(newx, origPos.y, origPos.z));
});
i tried this for x direction ..but when i change axis to Y nothing works. How can i do that ?
Sir where can we get these jpg and png image frames from ?
when i add in my 14 frames, they automatically appear in the order 1, 10-14, 2-9. when i switch them to 1-14, they revert back. what do i do?
Isaac Deans you’ll need to name the 1-10 frames 01, 02, 03...10 so that will make sure they go in the right order!
Ben Knutson thank you very much!
my sequence @2048x2048, when i import it in on lens studios, i only have 154x154... and very blurry, why is that?
merlin try turning off cropping
@@LensTutorials is it because of 150mb ram limit to the whole sequence?
merlin no you need to turn off cropping when creating the 2D animation
@@LensTutorials Thank you.. sorry, i turned off the cropping or the autodetect when i Load in. the animation.. it just give me this small size.. animation image is not cut in anyway.. just the pixel quality of the animation is drastically reduced.
@@LensTutorials I figured that I was putting the entire timeline into 1 sprite file... i spread around 2-3 sprite sheets and picture quality got better... I think comes with increased size as well.. Thank you again for replies :)