All Questions

0
votes
1answer
31 views

What options are available for 2D to 3D stereo conversion and how do they measure up

Can anyone give some first hand experience with any 2D 3D conversion technology or services? How do they work? What's the quality like? How labour intensive are they? Are there an …
1
vote
0answers
7 views

Maya Python: find encoding for printing byte strings

I'm struggling to get (or even set) the encoding used when a byte string is printed in the maya Script Editor. I have discovered that sys.stdout has been assigned to maya.Output. …
1
vote
0answers
18 views

component sets on custom MPxSurfaceShape derived nodes in Maya

Hello, what functions do I need to implement / override in MPxSurfaceShape derived nodes to enable components to be put into sets? My desired workflow is select custom shape go i …
0
votes
2answers
21 views

Preventing Python Output for Python-Maya Standalone

I am using python-maya standalone, and I want to prevent the stdout of maya commands when I run a maya command. i.e. if I run, maya.cmds.file(open=True, "somefile.ma") I don't wa …
1
vote
4answers
68 views

Best antivirus solution for post production workstations?

Hello there, i am looking for a good and fast antivirus solution for our workstations. I am thinking about Nod32 but before i buy some licenses i'd ask for some experiences. Is t …
1
vote
1answer
83 views

Geometry Shatter in Maya

Hi What are my options for cutting geometry into pieces ? I remember seeing some scripts/plugins showing up recently - but I haven't tried anything. I'd prefer smth free/opensource …
1
vote
1answer
64 views

How to create directable lightning?

I need to create some directable lightning effects. Unfortunatly it has to be in 3d, so I cannot use afterEffects or other compositing solutions. Any ideas?
0
votes
0answers
57 views

Projection Man in Nuke

Is there a way to get Maxon Projection Man, the projection too from Cinema 4D, into Nuke ?
2
votes
3answers
144 views

How do you manage your projects planning?

Hi. I'd like to ask a question that might seem a little bit off topic but I find it quite important. How do you manage you projects ? Let consider a situation of a small 3d departa …
0
votes
4answers
148 views

What are the most important and influential books a vfx artist should read?

I was just about to order the VES book and it got me thinking, (to save on shipping) maybe I should order some others. What should be on the list?
1
vote
2answers
63 views

how do i get a postage stamp on a gizmo or group

how do i get a postage stamp on a gizmo or group in nuke
3
votes
5answers
186 views

Does a revision control system as base for a pipeline make sense?

I've seen some people build their pipeline around tools like CVS, SVN, GIT etc. I can see that it makes sense because these tools have a stable checkout and revision system. But la …
1
vote
2answers
115 views

How to write a tracker

So, we've all used a standard point tracker in our favorite compositor, but I've always felt I didn't really understand them as well as I should. So, I thought it would be interes …
0
votes
3answers
30 views

Maya Hypershade interface is empty, why ?

Hi Most of the times when opening Maya, Hyperhsade´s interface is totally empty ,the only thing that displays is the main menu. One workaround is to source the "HypershadePanel.me …
1
vote
2answers
45 views

maya default camera options

What would be the way to ensure each new camera has some default settings applied? Specifically gate settings. Probably possible with a scriptJob node, but maybe it's burried somew …