No video

How To Make a LIGHT FLICKERING FX with MAYA & ARNOLD

  Рет қаралды 6,150

Primal VFX

Primal VFX

Күн бұрын

Welcome to my channel, I’m Alex aka Skart™ and I'm an Art Director & CG Artist working in the VFX/CGI industry.
Today we will see together how to make a neon flickering fx
inside maya with the mighty Arnold Render. Happy watching!
And subscribe for learn more about VISUAL EFFECTS, CGI and CINEMATOGRAPHY.
#PrimalVFX #CG #3D #VFX #Tutorial #Cinematography
.......................................................................................
► CYBERSLUMS on Artstation ► bit.ly/cyberslums
.......................................................................................
⚡ PRIMALVFX STORE⚡
www.primalvfx.com
GET YOUR PRIMALVFX MERCH NOW!
www.primalvfx....
.......................................................................................
► Click Here To Subscribe: bit.ly/sub2pri...
● ARTSTATION ► bit.ly/primalvf...
● TWITCH ► bit.ly/primalv...
● WEBSITE ► bit.ly/primalvf...
● INSTAGRAM ► bit.ly/primalvf...
● TWITTER ► bit.ly/primalvf...
.......................................................................................
If you're reading this, make sure to click the thumbs up button because it makes me smile!
Thanks for watching!

Пікірлер: 35
@akshay1654
@akshay1654 2 жыл бұрын
ty
@PrimalVFX
@PrimalVFX 2 жыл бұрын
You're welcome @Akshay ! Glad you've liked the video. Here's the script with the time gap. I've just finished to write it right now, because it was interesting how to implement the time gap. ;) So just copy the code below and read the comments. // Get the current time int $varCurTime = `currentTime -query`; // Range for the exposure // Variable declaration float $varExposure; // Random function, range from 0 to 10 of exposure // So change here for expo value $varExposure = rand(0,10); // Time gap between change of exposure value // Variable declaration float $varTimeGap; // Numbers of frames // change here for gap between change $varTimeGap = 5; // Final expression // Change "aiAreaLight1" with the name of your light if(fmod($varCurTime,$varTimeGap)==0) { aiAreaLight1.aiExposure = $varExposure; } Good luck with your project!
@akshay1654
@akshay1654 2 жыл бұрын
@@PrimalVFX wow❤️ thanks a lot, you helped me the right time🫂
@PrimalVFX
@PrimalVFX 2 жыл бұрын
you're welcome ;)
@Michael-eb9vq
@Michael-eb9vq 2 жыл бұрын
Thank you, I love the way that you teach fast without wasting time.👍
@PrimalVFX
@PrimalVFX 2 жыл бұрын
Hi Michael, thank you it's much appreciated!
@nothingness644
@nothingness644 Жыл бұрын
Boom boom bam straight to point
@PrimalVFX
@PrimalVFX Жыл бұрын
Thank you very much! Glad you have enjoyed the video ⚡👍
@nothingness644
@nothingness644 Жыл бұрын
@@PrimalVFX its showing me syntax error 🤔
@PrimalVFX
@PrimalVFX Жыл бұрын
@Nothing Ness try to copy the code in the pinned comment. I think you make an error or something. It's strange.
@nothingness644
@nothingness644 Жыл бұрын
@@PrimalVFX Thanks i made it can i also use this exppresion in other lights like point and others
@nothingness644
@nothingness644 Жыл бұрын
@@PrimalVFX Actually i am trying to make obliesk kinda thing in which i want it to flicker a light
@redcocktail
@redcocktail 2 жыл бұрын
Dope! Thanks for the sweet tut. 👌
@PrimalVFX
@PrimalVFX 2 жыл бұрын
Thank you mate for watching it ;)
@horuszoo8672
@horuszoo8672 2 жыл бұрын
bamm ^^
@PrimalVFX
@PrimalVFX 2 жыл бұрын
Horus! Thank you for watching, hope you've like it.
@bumper6426
@bumper6426 2 жыл бұрын
Baam, thanks for this video !
@PrimalVFX
@PrimalVFX 2 жыл бұрын
Thank you Bumper for watching!
@PIVA974
@PIVA974 2 жыл бұрын
Bam :)
@PrimalVFX
@PrimalVFX 2 жыл бұрын
Here it is! Thanks mate.
@christiangrafe8048
@christiangrafe8048 2 жыл бұрын
can you next time please show te final render?
@PrimalVFX
@PrimalVFX 2 жыл бұрын
yes for sure, I didn't thought at time of making the video that it was necessary (flickering fx). Sorry for that. By the way, the final artwork of this particular scene is here: www.artstation.com/artwork/oAonbB
@KipperTD
@KipperTD 9 ай бұрын
I found that these expressions give a more realistic flicker. You can mess around with the exposure noise variables to achieve quicker or slower overall flicker and the intensity for the micro flickers. aiAreaLightShape.intensity = rand (0,10) *.5 ; aiAreaLightShape.exposure = noise (time*1) *7 ;
@PrimalVFX
@PrimalVFX 9 ай бұрын
Thank you very much for sharing with the community! 🤘⚡
@KipperTD
@KipperTD 9 ай бұрын
@@PrimalVFX thanks for the tutorial!
@PrimalVFX
@PrimalVFX 9 ай бұрын
You're welcome! Thanks for watching 🎥
@joliekubinigambula7282
@joliekubinigambula7282 Жыл бұрын
I can not see the flickering in the arnold Renderview? Is there anyone else having the same issue?
@PrimalVFX
@PrimalVFX Жыл бұрын
Hello! It's a bit strange I'm not sure. When you playback your scene, do you see the exposure of your light changing values? In the attribute editor.
@christiangrafe8048
@christiangrafe8048 2 жыл бұрын
can i key the expression?
@PrimalVFX
@PrimalVFX 2 жыл бұрын
No, it's a method to avoid using keyframes animation.
@christiangrafe8048
@christiangrafe8048 2 жыл бұрын
@@PrimalVFX oh thats pitty, i wanted to use the flackering fort starting up the light till frame 15 and than stop the flackering. And it was possible to stop the expression using: if (frame
@PrimalVFX
@PrimalVFX 2 жыл бұрын
Surely there is a way for set-up it with expression/script and add it to my previous code. If I've got time I will look into it to find a solution.
Untold Secrets of VOLUMETRIC LIGHTS in MAYA & ARNOLD
10:04
Primal VFX
Рет қаралды 4,7 М.
How To Create a REALISTIC Plastic SHADER with MAYA & ARNOLD
7:06
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 3,1 МЛН
Bony Just Wants To Take A Shower #animation
00:10
GREEN MAX
Рет қаралды 7 МЛН
Light Flickering Animation In Maya And Arnold Renderer - Tutorial
9:33
How To Make a MESMERIZING Wax SHADER With MAYA & ARNOLD
7:44
Primal VFX
Рет қаралды 2,4 М.
Create a BOLD Energy Drink COMMERCIAL with MAYA & ARNOLD
7:51
How To Create a REALISTIC Tire & Rim SHADER with MAYA & ARNOLD
10:22
10 Minutes vs. 10 Years of Animation
19:29
Isto Inc.
Рет қаралды 848 М.
How to make a Cyberpunk 2077 city in Maya and Arnold
16:03
How To Create a REALISTIC Snow SHADER with MAYA & ARNOLD
8:03
Primal VFX
Рет қаралды 1,4 М.
Arnold Tutorial - Using the mesh_light in MtoA
4:59
Arnold renderer
Рет қаралды 13 М.
Recreating The Look of SPIDER-VERSE With MAYA & ARNOLD
8:30
Primal VFX
Рет қаралды 3 М.