This is where I post fun stuff & experiments mainly to learn coding 
# 1    Nuke Python "Viewer"
This projects goal is to start learning python in nuke. This is a pretty "pointless" ? , yet fun and educative project to learn python.
This is a script that takes an image, and reconstructs it with nuke nodes ! Creating a second fake viewer. This taught me alot about python in nuke, placing nodes, expression's
and is quite an interesting intro to the nuke python ecosystem. This is still a work in progress and i plan to make it video compatible soon ! Still lots to learn !  
A handsome Dog And its node counterpart
A handsome Dog And its node counterpart
The nodes a bit more zoomed it
The nodes a bit more zoomed it
 # 2    Nuke BlinkScript Ambient Occlusion

That was my intro to nuke's BlinkScript, one if its programming languages, it was a language that caught my interest after seeing some amazing stylisation tools online.
 After a bit of research, decided to make a Blinkscript that converts a position and normal pass into ambient occlusion.
That was a fun experience to start to learn Blinkscript, had a lot of scripting challenges associated with learning C++ , and a bit of math,  however,  it all went well in the end !​​​​​​​
 # 3    Soon
Back to Top