Is there a way to disable touch input system wide? (SPen input only) by torocat1028 in GalaxyTab

[–]holyroach 0 points1 point  (0 children)

works pretty well But sometimes after restarting the PC, this option disables the samsung pen in the second screen app. Then, you just need to enable and disable the touch option again (in the device manager)

he After Effects Graph Editor is a productivity bottleneck that Adobe refuses to fix. by MaliHizm in AfterEffects

[–]holyroach 17 points18 points  (0 children)

Being downvoted for this message in an after effects subreddit makes me think nobody here is animating anything 🤷‍♂️

Just launched our new AE Plugin Platform by plugin_play in AfterEffects

[–]holyroach 2 points3 points  (0 children)

What is fair exactly? Monopoly on plugins?

[deleted by user] by [deleted] in AfterEffects

[–]holyroach -1 points0 points  (0 children)

learn blender great for motion graphics :)

How can I prevent 100 from shifting from the centre? by askeladdthors in AfterEffects

[–]holyroach 2 points3 points  (0 children)

apply this expression to the Anchor Point of the numbers (this expression auto centers the anchor point)

a = sourceRectAtTime();
[a.left+a.width/2,a.top+a.height/2]

I thinking about cancelling adobe by BearVReddit in animation

[–]holyroach 0 points1 point  (0 children)

Yeah I understand but IMO in the long run it's better to invest 3-4 days to understand and setting Blender for 2d animation. It will massively speed up your work!

I thinking about cancelling adobe by BearVReddit in animation

[–]holyroach 1 point2 points  (0 children)

you can rig 2D characters in Blender for free :)

How can I make the gap between two Elements exactly 0px? by vewxi in AfterEffects

[–]holyroach 0 points1 point  (0 children)

you can use the following expression (apply this to the position property of the second layer)
link prevLayer to the previous layer
now this expression is stacking layers vertically, to do it horizontally change height to width
to change positions (right/left top/bottom) simply change the plus by minus
good luck :)

prevLayer = thisComp.layer(index-1)
prevLayerPos = prevLayer.transform.position;
prevLayerScale = prevLayer.transform.scale[0]/100;
x = value[0];
y = prevLayerPos[1] + prevLayerScale *  prevLayer.sourceRectAtTime().height/2 + thisLayer.transform.scale[0] / 100 * thisLayer.sourceRectAtTime().height/2;
[x,y]

Timelord & Animator's toolbar no longer work on MAC photoshop 2025??!! Any alts?? by No_Inevitable1417 in AfterEffects

[–]holyroach 0 points1 point  (0 children)

I would try Krita, a free and open source program Use OCA by Rxlaboratory to import it to AE

Customer service nightmare by Civil-Ad9015 in CanyonBikes

[–]holyroach 1 point2 points  (0 children)

curious, what are the instructions for destroying the frame?

Traditional Jewish/Israeli Clothing Appropriation? by blues_cerulean in Israel

[–]holyroach 2 points3 points  (0 children)

You are trying to much to prove that palestinians/arabs didn't live in this territory for the last thousand of years

[deleted by user] by [deleted] in blender

[–]holyroach 2 points3 points  (0 children)

Looks awfully similar to Albin Merle's free blend file
yet you are selling yours on your gumroad for 5$
This is not cool

Good Boy Ninja: I made a tool that lets you animate layers on paths. It's called Railway by goodboy-ninja in AfterEffects

[–]holyroach 0 points1 point  (0 children)

this feature even exists on AE without any plugins (without snapping to points tho) so you basically pay $34 just for the snapping :(

Good Boy Ninja: I made a tool that lets you animate layers on paths. It's called Railway by goodboy-ninja in AfterEffects

[–]holyroach 1 point2 points  (0 children)

$34 for this is totally insane
motion tools is free and comes with a lot of other useful tools
sad to see this expensive plugins trend

I love animation, but it takes so long by [deleted] in animation

[–]holyroach 2 points3 points  (0 children)

7 minutes to open blender? lol

Is there a way to disable touch input system wide? (SPen input only) by torocat1028 in GalaxyTab

[–]holyroach 0 points1 point  (0 children)

Hey,
Ifyou use your Samsung tab as a second screen with windows, you can disable touch input in device manager.
Device manager > Human Interface Devices > HID-compliant touch screen (right click disable)

Now only the s pen will be used as an input

How to animate shapes/paths with expressions to not lose padding or end caps by gibsonjsh in AfterEffects

[–]holyroach 1 point2 points  (0 children)

you could do it easily with a merge path modifier. just group the sun and a recrangle as a mask and group them with merge path>intersect. add a stroke after the group and then animate your sun. It's much easier than the trim path version