Selecting Boujou Tracks in nuke

Hi,

After importing the cam from boujou, i am not able to select the any tracking points, is it anyway to select ?

We can select the tracking points in Nuke camera tracker and extracting the tracks in NUke 6.1 , but when we import from boujou this is not working, is it any way to select the tracking points and extract from the boujou cam tracking points

Thanks Advance

Maude Arsenault: Photographer

Talented Montreal based photographer Maude Arsenault launched a new site with great new work. Her work has been published in Vogue, ELLE, Nylon, Harper’s Bazar among many others and she is currently preparing a solo exhibition based on textured portraits called Tâches.

Mask for Furnace Grain in NUKE

Hi

In Nuke Furnace Grain Mask is not available , is it possible to add a mask for furnace graining node?

Thanks advance

Video Artist (Lightwave & After Effects)

A UK based studio is currently looking for a Video Artist (Lightwave & After Effects). Working as part of a rapidly expanding gaming machine company. The successful applicant will be able to produce both 3D and 2D graphics for use in video gaming machines across various worldwide markets.

You will be a solid all rounder, with excellent design skills and flair, who work from original brief to delivery, on time and above expectation. You will be able to provide a portfolio to showcase the range of your ability

Key Responsibilities

• To be able to work from a brief and concept visual and produce high quality video artwork.
• To create detailed animations and visually stunning interface artwork
• To meet deadlines agreed between the artist and graphics manager.
• Work well as part of a team or individual and have a pro-active approach towards the design and creation of all games.
• To liaise with the software engineers in the fluid implementation of graphics into the game engine

Key Skills

• Excellent 3D skills, Lightwave preferred, Maya/max considered
• Modelling, texturing, composition, and animation
• Proven character animation skills are an advantage
• Extensive Photoshop skills
• Solid After Effects experience
• Related qualification
• 2 yrs commercial experience essential

http://www.smoothdevil.com/index.php?page=job&job_id=1419

closes: 5 Oct 2010

Bidding Producer

An Australian based studio is currently looking for a Bidding Producer.

You will be responsible for preparing a bid document to win a large segment of work on this production. The bid document must be supported by essential and critical details including:
• development and production schedules
• crewing and equipment requirements
• full budget using the Screen Australia animation (line item) format
• cash flow requirements

You will achieve your objectives in conjunction with a Senior Animator, IT Manager, Research Assistant, and the Business & Finance Manager.
The series is a well established (52 half hour episodes already exist) international, multi-Emmy award winning series. Therefore significant reference material exists to assess workflow needs and provide a highly competitive quote.

You will be responsible for all researching, scoping, planning, pricing on order to define a deliverable projects reliant on your schedule and budget. You will need to communicate directly with clients.

http://www.smoothdevil.com/index.php?page=job&job_id=1422

closes: 18 Aug 2010

multiplane.!

hi
i’m trying to make a life panoramic back ground to be able to pan on it.!!
like the tutorial on foundry site.but:
1-i have footages instead of stills:rolleyes:
2-i took them unevenly but from on point(i mean they’re not horizontally or vertically sharply after each other):D
3- the film size and camera is si-2k highest (2048*1152):rip:
4-i tried the alignment with camera focal length on card systems like the multiplane tutorial but::happydevi
i have some problems on matching the footages correctly.. and they seem needy to be stretched..and distorted.:confused:

Motion Theory’s ‘World of Color’ spot

Motion Theory’s ‘World of Color’ spot

BuzzComp1

For a spot promoting Disney’s ‘World of Color’ show, Motion Theory
orchestrated fountains of colored water and light and mixed them with
renditions of well-known Disney characters. fxguide talks to MT’s vfx supe
John Fragomeni and RealFlow lead Andy Cochrane about the techniques
used for the commercial.

World’s fastest 3D car film

Mercedes SLS AMG and Isle of Man take center stage in \’world\’s fastest 3D car film\’. This 4 min and 2 sec masterpiece will be l…div class=”feedflare”
a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=am1HxQIGTtQ:iHwpfxxuAmc:yIl2AUoC8zA”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?d=yIl2AUoC8zA” border=”0″/img/a a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=am1HxQIGTtQ:iHwpfxxuAmc:7Q72WNTAKBA”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?d=7Q72WNTAKBA” border=”0″/img/a a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=am1HxQIGTtQ:iHwpfxxuAmc:V_sGLiPBpWU”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?i=am1HxQIGTtQ:iHwpfxxuAmc:V_sGLiPBpWU” border=”0″/img/a a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=am1HxQIGTtQ:iHwpfxxuAmc:qj6IDK7rITs”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?d=qj6IDK7rITs” border=”0″/img/a a href=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?a=am1HxQIGTtQ:iHwpfxxuAmc:gIN9vFwOqvQ”img src=”http://feeds.feedburner.com/~ff/Cgarena-GetAttentionInCG?i=am1HxQIGTtQ:iHwpfxxuAmc:gIN9vFwOqvQ” border=”0″/img/a
/divimg src=”http://feeds.feedburner.com/~r/Cgarena-GetAttentionInCG/~4/am1HxQIGTtQ” height=”1″ width=”1″/

Python scripting problem in Toxik/Composite 2011

Hi guys,
I couldn’t find a Toxik/Composite forum on the site so I’, posting it here in the pad instead because I know that a lot of people are reading it. Basically I got a python scripting problem in Toxik/Composite (the compositor that ships as a free bundle together with Autodesk Maya nowadays). OK, so here goes:

I’m writing a script exporter for Toxik/Composite 2011 and have come quite far already. The biggest problem I got now is that I can’t find the node user settings/parameters via python. Basically I’m trying this (some cut&pasted sections from my script below):

Code:

comp = ui.Workspace.getCurrentComposition()
for srcNode in comp.getToolNodes():
        toolName = srcNode.getTool().getName()
        nodeIDName = str(srcNode.getId())
        nodeIDName = nodeIDName.replace("-", "_")
        valueList = srcNode.getValues()
        for x in range(len(valueList)):
                print "Node: %s (%s), Parameter: %s = %s" % (toolName, nodeIDName, valueList[x].getName(), str(valueList[x].getValue()))


This code prints this output for a "Rewire" node in a script:
Node: Rewire (1991), Parameter: Affect = 1
Node: Rewire (1991), Parameter: Mute = False
Node: Rewire (1991), Parameter: svPos x = -74.4756011963
Node: Rewire (1991), Parameter: svPos y = 0.236625671387
Node: Rewire (1991), Parameter: svImage format-0 = 4

This does indeed give me the nodes I’m interested in and also some parameters (like the x and y coordinates in the DAG), but NOT the actual user parameters for the node that I’m mostly interested in. I want to get the user parameters "Red", "Green", "Blue" and "Alpha" so I know what the node is actually doing to the image when it’s rewiring/shuffling around/reordering the channels in the stream. I hope that this is a clear example and description of my problem.

I’ve been searching loads on the net, digging in the help and examples but can’t seem to find anything about this which surprises me a lot. I though that setting and getting the user parameters would be one of the easiest things. I must be missing something obvious here…?

I would appreciate any help I could get!
Cheers,
David

PS. Either reply here or mail me directly at david.wahlberg "at" ilpvfx.com

Free 7d?

I found this website, that is having a 7d giveaway. I already have one so I thought I would spread the word to some other luck fella.

Here is the site. Good Luck my friends.

www.brandedvessel.com