HUGO Vs LINO by DNA INC BATCH II

A lopsided fight between two consenting unequals. An arena where the rules of fair play aren’t applicable. The sheer audacity of a frail android to challenge the herculean might of a formidable hulk. Pride, trickery, frustration and vengeance are all at play as the battleground turns murky. Hugo, a hulk with rippling muscles all over his frame responds to Lino’s open invitation in a newspaper advertisement to beat him in an arm-wrestling bout. The booty: One million dollars in cash. Hugo is gung-ho about winning hands down as Lino is not even half his size. Post the bout, Hugo goes berserk, Lino’s not impressed and all hell breaks loose. Watch this exhilarating fiction plot.

Fresh from the incubator…

Two more films to add to the short film vault of DNA Inc.While one of the projects was a challenge in terms of the scale of the project and also in terms of the implementation of a new character pipeline for DNA Inc(with the implementation of Maya Muscle and  Maya Geometry Cache ) , the other one made us harness the power of joint-based facial rig than the preset blend shape set.Both the films were launched during the 12th Anniversary celebrations of Dilsukhnagar Arena held at Shilpakala Vedika,Hyderabad.Sharing a few posters from the DNA Inc blog.

FEEL THE PUNCH

HUGO Vs LINO

My new Rig for home

Finally got the PC upgrade done.Something I have been postponing for a long time.Not exactly the config I had thought of.But quite close to that one with some addons  missing here and there.But good enough to help me get my work done without any compromise on the performance side.Here are the specs of my new Rig.

Decided to go with AMD Phenom II X2 555 Black Edition with a total cache(L2 +L3) of 7MB, AMD 785G chipset based motherboard from GIGABYTE(GA-785GMT-USB3) with support for DDR3 1800 and on-board  ATI 4200 with ATI Hybrid Graphics Technology support(Planning to go for ATI HD 5670 next month of course…badly need better graphic support).4GB DDR3-1333Mhz RAM from KINGSTON.This time I was very particular not to compromise on the chassis part since I am planning more addons in the coming months.So got hold of CM690 mid-tower chassis from COOLER MASTER with SLI certification.

So now its time to put an end to the excuse of longer working hours at office and get back to this online space with new techniques which I explored during the past few months.

Bee in the Bonnet by DNA INC BATCH I

This is the first High-Definition short film from batch I of DNA Inc. And also my first assignment as Mentor since I got associated with DNA Inc. The task handed over to me was that of supervising and reviewing the asset building process and also setting up an efficient pipeline at par with the one available in high-end production houses.

The execution of the project in the scheduled time frame was indeed a challenge with 70-plus shots spanning across a duration of 4 mins. But I am glad that the effort was paid off in the end with the successful completion of the film as scheduled and also an amazing portfolio for every student who was involved in project.

The film was done entirely in Maya 2009 and rendered using Maya Software Renderer.

Wearing the cap of Mentor for DNA Inc.

The year 2009 had been a wonderful year in terms of the professional assignments taken up.Relocating to a new city like Hyderabad too added enough thrill to life.But the most remarkable one being my new avatar in the form of mentor for the students of DNA Inc, a Path-Breaking initiative by Dilsukhnagar Arena.

The challenge of managing the work schedule at the same time wearing the cap of a mentor helped me in improving my time management skills. The last three months had been quite productive in terms of the tasks taken up, but at the same time found myself completely disconnected from the online space since the free time after work was minimal.

Now that I feel my absence in this space has crossed the tolerance level, I thought its time to get back and share the new things which I explored in the past few months.

Qcalendar widget for Maya GUI using PyQt

QCalendar widget is one of the handy widgets provided by PyQt that can be included in your maya custom UI for the user to deal with date information.Apart from providing current date information to the user, Qcalendar widget can be used to get valid date inputs from the user.It includes a set of signals like selectionChanged() and currentPageChanged() which can be used to update the information based on user selection.

The selected date can be retrieved using the method selectedDate() which will return a Qdate.The day() and month() methods of QDate can be used to get seperate day and month values. Similarly longMonthName() method can be used to get the long names of the month since the method month() gives the month in number format (12 for December).

The usage is as follows:

myDate = myCalendar.selectedDate()

month = myDate.month()

day = myDate.day()

monthName = myDate.longMonthName(myDate.month())

The calendar grid visibility can be set for east readability using the setGridVisible() method which will accept a boolean value.

myCalendar.setGridVisible(True)

The Flawless Arm Rig Challenge at CGTANTRA

Flawless Rig???If u feel skeptical about the possibility of such a rig, head on to CGTANTRA. The first among the Monthly Rigging Challenges that started in CGTANTRA will leave you speechless with innovative setup techniques from students and professionals alike. I have been handed over the task of moderating the challenge which has proved to be a double edged sword that restricts me from participating in the challenge. So planning to follow the same guidelines as that of the challenge and post my work in this space so that it doesn’t go against the rules of the challenge.Watch out for flawless arm rig from Virual Puppeteer.

Subscribe to Pragmatic Artistry

One more addon to favor the frequent visitors to this page.Now you can sign-up with your e-mail to get live updates of new techniques and tutorials covered in this space in your mail inbox. I just loved this new widget that wordpress introduced couple of days back which will help you keep track of your favorite blogs. Enter your e-mail address on the subscription widget and hit the Sign me up button and there you go!!!!

Autodesk Backburner job submission using cmdjob.exe

Autodesk’s decision to ship Backburner 2008 with Maya2010 has leveraged  the utilisation of resources across the network for executing batch rendering task from a single node point. Backburner jobs can be easily created from within Maya 2010 using the Create Backburner Job command under the Render menuset as shown in the  figure below.

This will bring up a window similar to the one shown below.

Here you can specify the job name, frame range, number of tasks, Renderer and also specify the IP address of the machine in which the backburner Manager is running.

But the real power of backburner is revealed when you get under the hood and explore the power of the command line based utiliy cmdjob.exe. This is a handy tool for adding jobs to backburner manager for  literally any version of maya and not even just maya even Softimage, Aftereffects, and Nuke projects with a change in the passed arguments.The cmdjob utility can be accessed from within the backburner installation directory.

The basic syntax for the cmdjob is as follows CMDJOB <Options> executable to run <executable parameters>

By specifying the executable for the specific version of maya and passing the arguments for the maya batch we can trigger renders across multiple machines in the network and still monitor the progress using the backburner monitor.For example:

cmdjob.exe -jobName myRenderJob -jobNameAdjust -manager localhost -priority 50 -numTasks noOfTasks -taskName 1 -leaveInQueue “C:\Program Files (x86)\Autodesk\Maya2009\bin\Render.exe” -r mr -s 0 -e 196 -of tiff -proj projectPath -rd renderDirectory fileName.ma

will add a job named myRenderJob to manager running in the same machine(localhost) using Maya2009 batch using renderer mentalray(mr) for frame range o to 196 with file format of tiff to renderDirectory location for file named fileName.ma.It will distribute the job to noOfTasks number of machines in which backburner server is running.

You can get a list of all the valid parameters accepted by cmbjob from the list below

Performing arts with shiamak’s winter funk’09

Like always, there is a valid reason for the prolonged silence in this space. This time I am not getting away with the excuses of hectic work schedule, because thats never a new thing in our industry. I got myself enrolled for the Winter Funk’09 conducted by Shiamak Davar’s Institute for the Performing Arts.After delaying the plan for more than a year I finally made up my mind to join for the same. Getting trained by professionals who got trained by Shiamak himself has been a really wonderful experience. Last weekend turned out to be even more exciting for me with participation in the Hyderabad 10k run representing Shiamak’s Victory Arts Foundation.

VAF is a non-profit organisation with a mission to spread the power of of the performing arts to bring joy to the less privileged, specially challenged, visually impaired, terminally ill children and young adults, and all those infected/affected with HIV/AIDS, committing to making dance a meaningful experience for everyone.

So these days more time has been set aside for activities apart from work, which means less experiments in the digital space. Will get back soon with more updates on character setup techniques.

Here is a promo of Shiamak’s Winter Funk’09

Follow

Get every new post delivered to your Inbox.

Join 28 other followers