Posts
Run Unit Test Before Every Commit with pre-commit Hook
· β˜• 3 min read
Why wait for CI/CD services to run your test? And in case you've already submitted a pull request, you'll have to push another commit to fix the cause of failed test held by CI provider. You can prevent that by running unit tests locally before every commit.
https://d2kbulfv42d43j.cloudfront.net/2019/git_hooks.png

Cycles Rendering Checklist for Faster and Clear Renders
· β˜• 4 min read
We'll see how we can create better renders and how render times can be reduced by merely changing some factory settings, and also what prices we might have to pay for that optimization.
https://d2kbulfv42d43j.cloudfront.net/2019/gpu-settings.png

Software Testing and Test Driven Development
· β˜• 3 min read
Every little software grows big, trying to solve more problem regarding its particular domain. It faces bugs in the way which also needs to be taken care of. As software grows big. It becomes harder to go and test if every part of the software is behaving the way it should...
https://d2kbulfv42d43j.cloudfront.net/2019/tdd_flow.gif

What I've Learnt as a Self Taught Programmer Till Now
· β˜• 2 min read
I have been an independent programmer for a long time. Like 5-6 years at the time of writing this? Recently been employed with Xentrix Studios, an animation studio based in Bengaluru, as a pipeline developer. Today I want to share what changes I've felt in these recent years.
https://d2kbulfv42d43j.cloudfront.net/2018/coupling_sketches_cropped_1.jpeg

Making a Switch to KDE and zsh
· β˜• 3 min read
Today, I talk about the selection of packages which I use on a daily basis. From the day I started using Linux, I was mostly using these two stuffs. Bash for shell, and GNOME for desktop environment. But that have changed now. Let find out more.
https://d2kbulfv42d43j.cloudfront.net/2018/kde-zsh.png

Advance Interface Topics in Blender
· β˜• 4 min read
This is kind of a manual for new Blender user which I compiled up when I was learning Blender. First of all, when you're switching from Maya, you'll find the interface a bit alien. Blender has an option to behave like Maya, but in long run, that's not gonna be productive. So let's get started...
https://d2kbulfv42d43j.cloudfront.net/2018/pivot-point-menu.jpg

How would you exclude all extension-less executable from your repo?
· β˜• 2 min read
While learning to program in C++, have this though ever cross your mind that how to exclude all the binary file created with 'make source'? This has happened with me. And that is the reason which inspired me to write this post.
https://d2kbulfv42d43j.cloudfront.net/2018/exclude_executable_from_repo.png

Blending Modes Explained
· β˜• 2 min read
Back in time when I used to see Photoshop's layers section, there was a list of things named like Darken, Multiply, Screen and so on. They used to change the color when that particular layer was placed on some other layer.
https://d2kbulfv42d43j.cloudfront.net/2018/blending_modes.png

Nuke Optimization Tips
· β˜• 2 min read
Nuke is a very powerful VFX tool in the industry. But at the time of learning, people often don't pay attention to the optimization. Which leaves them with relatively longer render times.
https://d2kbulfv42d43j.cloudfront.net/2017/fast_nuke.png

Merge more than one Commits before Pushing
· β˜• 2 min read
The process of merging commits together is called squashing.Β There are many commands to do the same thing, but I will discuss the one I learned. There's a read more section below if you want to know more about this topic.
https://d2kbulfv42d43j.cloudfront.net/2017/git_merge_squash.jpg

Digital Compositor Checklist
· β˜• 3 min read
Here I present a list of procedures a compositor should follow while composing his shots. I also have a blog post compiled of optimization tips, which should work as side document to this post.
https://d2kbulfv42d43j.cloudfront.net/2017/list-147904_640.png

mental ray shader terminology explained
· β˜• 1 min read
Although newer version of Maya have incorporated Solid Angle's Arnold renderer. NVIDIA's mental ray is still used in production quality rendering. People coming from Maya's basic shader e.g. Phong, Blinn, Lambert don't get daunted watching the mental ray shaders. So today I'll explain what they actually mean.
https://d2kbulfv42d43j.cloudfront.net/2017/mental-ray-materials.png