paragliding / aero-modeling Trip to Muzafferabad
by lala on Jun.14, 2009, under General
recently (two weeks ago) i had a chance to attend an event in muzafferabad(kashmir). primarily event was about Gliding and Aero Modeling. i was lucky enough to be part of aero modeling team and hold camera (cannon-eosD40) for first time in my life. Also got permission to capture whatever i like. offcourse these images are not world’s best, but i am putting them here for my personal memories
few pictures of aero modeling team
few pictures of Gliders
also i didn’t missed the expressions (small amount of general public, which wasn’t frustrating a bit)
also first panorama of my life. i think, few aero modelers might be enjoying this in their Real Flight Simulator.
ATI / NVIDIA, gaming card issues with commercial 3d apps
by lala on May.25, 2009, under General
maya viewports behaving strangely even with latest october 2008 drivers
thanks to noeg and cbamber85
product renders
by lala on Mar.01, 2009, under Renders
Recently i asked few of my colleagues to give me products (car models, perfume bottles etc) to experiment with product renders. below are results, modeling credit goes to relevant modelers (naeem,raja,atyeb,farhan,safi,jab) happy viewing,
Vehicle Gallery
more will be coming soon…
Toon Eyes (quick/easy setup)
by lala on Jan.11, 2009, under MXS (max script), Scripting
Installation: Just drag-drop or put in your “usermacros” folder
Usage: 3dsmax>>customize>>lm_Rigging(Catagory)>>ToonEyes (assign a key,quadmenu,etc)
Download: ToonEyes_v0.2

Update: minor fix (closing UI accidently without finalizing now can be fixed by selecting left and right ffds and hitting finalize button.
Notes:The Script helps you to setup toon ffd eyes symmetrically. it also add two helpers which you can constaint later (lookat) .
arch viz previous 2008 work images
by lala on Jan.03, 2009, under Renders
below are images from projects on which i have been involved at Evolve Studios. Greatful for their permission to let me add those here. Their website is not updated but sooner you’ll see more / complete projects / videos on their website.
Stretchy Biped (updated)
by lala on Dec.25, 2008, under MXS (max script), Scripting
Installation: Just drag-drop or put in your “usermacros” folder
Usage: 3dsmax>>customize>>lm_Rigging(Catagory)>>SquashyBiped (assign a key,quadmenu,etc)
Download: squashyBiped_v0.2 | StretchyBiped_v0.1

Update: new version add squash support (not physically real for volume calculation, but as per my liking aesthetically). also all reactor controllers now have been removed and expression controllers have been used.
Notes:The Script helps you to setup stretchy biped bones (arms,legs,spine,etc) quickly with 1 mouse click. It simply adds a parameter “stretchy” to first selected bone(modifier stack) from selection. ( you can copy paste modifier where ever you want after wards).
Example:if you want two arm bones to stretch and hand as controller parameter, just select hand and then arm bones and hit “make stretch” with optional “skip 1st”.
if you want whole spine to be stretchy, just select all spine bones and hit make stretchy.(parameter will be added to 1st selected biped bone)
CofeeBar RealTime Visualization WIP
by lala on Dec.21, 2008, under RealTime
last month i had a chance to participate in interesting real time visualization project with EVOLVE Studios. this is third output build where following are done
- RealTime Reflections on Floor, OK
- Artwork/ Assets Lighting / Baking process test, OK
- Pano Image testing working,OK
- All basic type of shaders (baked GI,cubic reflections,metal,videos) are working,OK
offcourse right now you can go outside, but in final version this won’t be allowed and things will be interlinked properly.

AG_Cofeebar
Download Executable. Run in FULL SCREEN MODE, when asked and for navigation use MOUSE and “WSAD”
Shot2:raja (WIP)
by lala on Nov.23, 2008, under Renders
so precise status is
process 1: extracting raja from BG
process 2: matching tracking all cameras (specially moving ones)
Get the Flash Player to see this content.
remaining process will be (soon i’ll put estimate dates for finish, once i get some free time)
- modeling / shading environment
- animating props
- rendering
- comping
Shot1:car shot WIP
by lala on Nov.22, 2008, under Renders
precise update is:
steps Done:
- matching tracking(boujou)
- assets / animation (maya 2009)
- shading (mental ray)
for assets / props (car/glass) i used “mia_material_x_passes” and for bgPlane i used mrProductionShaders(to catch reflection / shadow as alpha) - rendering setup (passes / renderlayers)
2 basic layers (foreground & background)
foreground contains (car and glass) passes extracted are (diffuse, specular,reflection,refraction,occ,motionblur(toxic,2d))
background contains (bpPlane as object. car and glass primary visibility off) mia_matteShadow was used to capture shadow and reflection in separate passes
Current Look/Acheivement
Get the Flash Player to see this content.
steps WIP and issues/Doubts:
apparently all basic passes are connected and almost close to final look. see this

Lastly feel free to add / comment and help to improve.
maya,python,wxpython good/bad news
by lala on Oct.19, 2008, under MEL
keep in mind
- c:\python25 is different installation
- maya root python and mayapy.exe are different shells and nothing to do with orignal python
to tell your main python about maya modules do:
- pythonpath(environment variable)
- maya_location(environment variable)
to test and confirmation, open IDLE and type:
- import maya.standalone
- maya.standalone.initialize()
to tell maya python shell or mayapy.exe about your typically added site packages (wx / win32 etc)
do userSetup.py in maya scripts folder with code below
- import maya.cmds as mc
- import sys
- sys.path.append(’C:\\Python25\\lib\\site-packages\\win32′)
- sys.path.append(’C:\\Python25\\lib\\site-packages\\win32\\lib’)
- sys.path.append(’C:\\Python25\\lib\\site-packages\\Pythonwin’)
- sys.path.append(’C:\\Python25\\lib\\site-packages\\wx-2.8-msw-ansi’)
to test this, open maya script editor and in python tab script type
- import wx and hit ctrl + enter and it will hopefully work or check code below to test
————————————————————
import wxclass MyFrame(wx.Frame):
def __init__(self, parent, id, title):
wx.Frame.__init__(self, parent, id, title, wx.DefaultPosition, wx.Size(250, 50))panel = wx.Panel(self, -1)
wx.Button(panel, -1, “Button1″, (0,0))
wx.Button(panel, -1, “Button2″, (80,0))
wx.Button(panel, -1, “Button3″, (160,0))class MyApp(wx.App):
def OnInit(self):
frame = MyFrame(None, -1, ‘layout.py’)
frame.Show(True)
frame.Centre()
return Trueapp = MyApp(0)
app.MainLoop()———————————————————————–
looks good
bad news,unable to fix
executing commands (python) from outsite maya(maxya / eclipse,pydev) is issue,
when i create same window (few lines above) maya hangs / refresh stops
so apparently it seems only work around is to do com port connection
don’t know much about it but hopefully it will work soon











