This year’s Houdini HIVE was basically hyped around USD. Think about it – a whole day of presentation and tutorials for USD. That may suggest SideFX is serious about putting […]
How to track large files with git
A note for using git lfs to track large files in a git repo
C++ project generator
Another day at home, I was trying to get my head around Cmake. It is a tool that I must learn since I want to code in C/C++ in the […]
How to create hundreds of fire with Maya Fluid and Python
Remember the last episode of Game of Thrones? By the last, I meant not the 6th episode which made no sense and nearly destroyed the story of the whole show, […]
Setting Maya for development
During the last weekend, I had tried to set up maya python environment. You know, developing python scripts using IDE and testing it with maya script editor is a bit […]
3Ds Max project assist tool
One of the annoying task during 3D production is managing scene files and files associated with the scenes. As it is very easy to forget to update or change a […]
Image Resizer
During Christmas break, I wanted to develop python software or package following industry practice. So I had started a data science project, machine learning deployment, and python package. I have […]
How to setup Nuke Python scripting environment
A while ago I had spent a couple of hours to set up my Nuke scripting environment. There were only a few things that need to be taken care of. […]
Developing Python application: Virtual environment
Nowadays Python is everywhere – academics, data science, machine learning, enterprise application, web application, scripting you name it python is everywhere. Whatever you do, python is there to help you […]