..::ചുമ്മാ കാണുക ... ഇതുവരെ ഉള്ള എല്ലാ ഫോട്ടോകളും ഉണ്ട് ::..

Sunday, December 20, 2009

..:: ഒരു കിടു കവിത ::..

ഹഹഹ എന്തായാലും ഇ കവിത എഴുതിയ ആളു കിടു തന്നെ , നമിച്ചു ആരാ ആ കവി എന്ന് അറിയില്ല എന്നാല്ലും പുള്ളി കിടു തന്നെ .. എല്ലാ ആശംസകളും

ഇനി നിങ്ങള്‍ കൂടെ കേട്ടിട്ട് പറയു


Thursday, December 3, 2009

..:: Face Center Value ::..

for Maya developers ... if any one want to find out the center value of a face then use this API method to get it .

for eg : if you want to constrain some object to the center of a face then its easy now to do check this

for better view click


def getFaceCenter(obj):
objList = OM.MSelectionList()
node = OM.MObject()
dgPath = OM.MDagPath()
objList.clear()
objList.add(obj)
objList.getDagPath(0, dgPath)
mmtrix = dgPath.inclusiveMatrix()
dgPath.extendToShape()
mobj = dgPath.node()
meshPoly = OM.MItMeshPolygon(mobj)
meshPoly.reset()
ctr = 0
faceNormalValue=[]
while not meshPoly.isDone():
mpoint = meshPoly.center()
mPointToMatrix = mpoint * mmtrix
currentFaceNormal=[mPointToMatrix.x,mPointToMatrix.y,mPointToMatrix.z]
faceNormalValue.append(currentFaceNormal)
meshPoly.next()
return(faceNormalValue)

::..ഇപ്പൊ ഇത്രേം പേരു ഇവിടെ ഉണ്ട്..::

..:: സഹിക്കുന്നവര്‍ ::..

..:: സഹിച്ചവര്‍ ::..

..:: കുറെ നല്ല പാട്ടുകള്‍ ::..

..:: കോപ്പിറൈറ്റ് ::..

അടിച്ചോണ്ട് പോയിട്ട് ലാസ്റ്റ് പാര ആയാല്‍ എന്നെ ഒന്നും പറയരുത്

TOP