mi_bump_flakes and Uvs
Posted in: MayaPlease Help..
Cheers!
Please Help..
Cheers!
i done a test of fire fluid.the fire i done it looks ugly , i can’t see the fire shape .i tried to modify the swirl from velocity it still looks fake .can you all give me the advice to solve this problem?
this’s how my shadow pass looks like
maya 2009
:rolleyes:
thanks…Amresh
# Error: argument 1 must be string or read-only character buffer, not list
Here is the code:
import maya.cmds as mc
myFileObject=open('/data/keyFrames.txt', 'w')
obs = mc.ls(sl=True)
myY = []
for selection in obs:
myAtF = mc.getAttr(selection + '.ty')
myAt = str(myAtF)
myY.append(myAt +'\n')
myFileObject.write(myY)
myFileObject.close()
I guess the problem lies here:
myFileObject.write(myY)
I need to know how to convert myY ([‘1.32054365278\n’, ‘9.59632723791\n’, ‘5.49012983596\n’]), which is a list, to a string?
What I am trying to end up with raw values, formatted like below, in a text file.
1.32054365278
9.59632723791
5.49012983596
These are the y translate values of three selected spheres, just for example.
I’m doing a simple composite of a game model into my garden. I created a HDR and plugged it into the mip_mirrorball node, however I can’t work out how to rotate this. There doesn’t seem to be any reference to this in the documentation. I’ve tried the Homer Simpson approach of rotating the scene but the HDR dome goes with it.
Secondly I’m kind of new to passes in MR and passes in Maya 2011 in general. I’ve worked out how to create them using layers, and how to get them to save out as individual files.. but I don’t actually know which ones I want because there’s so many to choose from. What would you suggest for this type of comp to give a good degree of control. In my scene I have one key and the HDR.
I just installed maya 2011 on my Ubuntu laptop, it has ATI Mobility Radeon 4670 1 GB graphic card.
My mouse is not working, I couldn’t do tumble and dolly my view. Someone please help me out solve this poblem.
Thanks in advance.
Questions and comments welcome!
For tutorial Click Here!
Have ideas for more tutorials? Contact me via GreenSODA or Twitter
Alex
I attached my node tree in the file attachment. If anybody could help or point to me what I am doing wrong, that would be great!