AutoDesk Smoke :: Implementing Precomp Like After Effects?
Jun 15, 2012
How about implementing precomps (like AfterEffects)? You comp on a source clip. Every time you modify the precomp it will be reflected in all the places/edits it is used.
View 7 Replies
ADVERTISEMENT
Feb 3, 2009
I've got an animation pretty much done as far as timing goes and everything. Now I'm going back and editing some things that require adding a few layers to add some things to the current layer that already is trimmed appropriately to the correct time.
Any script or something that will create a composition from a layer using the length of the layer's in and out point instead of the whole comp time?
Right now I'm opening the precomp, hitting "i" "b" "o" "n", then right clicking on the comp range bar, choosing trim to comp time. Then I go back to the main comp, move the time back to where the layer previously started and hitting "["
So it all goes by pretty quick, but I consistently have to do that like 20 times. And no, it isn't completely necessary, but if I have to give the file to someone else it makes it Much easier to see what's going on if they can see the actual length of a layer. If you leave it at default it appears the layer is needed for the entire composition.
So, is there a way to script that or something? I usually just need to do something like add some text, simulate a graphic display, or create some fake animated depth of field or something like that. I don't like to add more than one layer per action in the main comp, so if more is needed then i usually precompose it as to not have more than a hundred layers or so for the bulk of the comp.
View 9 Replies
View Related
Jul 23, 2013
I'm trying to use a tracker to move a spark effect around. I'm Using Monster GT Smoke.
View 1 Replies
View Related
Aug 24, 2011
It is possible to duplicate/copy a clip/gap effect on the timeline? Or do you *have to* drag/copy it to a Source Area first? In this particular case, I've got 3 gap effects that I'm essentially using as adjustment layers...for some reason I thought I could hold down F & drag them somewhere else in the timeline which would create a duplicate and drag them to wherever I dropped them. But maybe not...? In the meantime, I just copied them to a Source Area, and then dropped them back on the timeline where I needed them, which worked just fine.
View 9 Replies
View Related
Apr 5, 2013
Is there a way to preserve labels on gap effects that are dragged into the timeline from the media browser, or copied and pasted from clip to clip, so that they don't revert back to "Gap" when pasted?
View 4 Replies
View Related
Jun 15, 2012
Yesterday while playing with Smoke 2013 I activated the audio desk whiles in the standard player. It showed up as expected on the left side of the player BUT the Audio FX desk we used to see in the classic interface showed up on the right side of the player. That was awesome but today I activated the audio desk and only the mixer on the left showed up.
View 4 Replies
View Related
May 26, 2011
what do you need to do to render/process all effects in a record timeline
View 3 Replies
View Related
Feb 11, 2013
At the moment I am in action building a composite. We I am viewing the entire comp via the default camera, I can see all the effects applied to the comp, but when I switch to perspective view. All the effects are gone.
Is there a way to see the effects why in perspective view?
View 3 Replies
View Related
Aug 7, 2013
Is it possible to render timeline effects in the background on a single machine given the right licenses? I'm finding that CFX in particular take a lot of time to render.
Is there anyway to speed things up? Do multiple graphics cards work? I have a Quadro 4000 and some kind of ATi card installed (in a mac pro) - does it make a difference which one the monitor is plugged into?
View 9 Replies
View Related
Aug 29, 2013
I know that the AJA Kona 3 card has 2 outputs. Can Smoke send one eye to one channel and the other eye to the other of the Kona 3 card? Dual Stream output is what I am really getting at.
View 4 Replies
View Related
Feb 26, 2013
Is there any way that Smoke can see/output sub-blacks and super whites? Can't find any way of seeing them on my scope, Smoke just clamps everything. It won't even see anything below zero in order for me to make a correction on it, everything seems to be clamped on import. I'm using ProRes HQ footage.
View 9 Replies
View Related
Jan 16, 2014
What is the best plugin to do spline warps in smoke?(need something like the distort in flame) I notice revisionfx don't make a warper for smoke on mac.
View 7 Replies
View Related
Oct 2, 2012
I am experimenting with Smoke 2013 pre-trial and I am having issues with importing images and video with alpha channels.
1. If I have a layered Photoshop file or png with an alpha channel (a still frame lower third), I see that I can import it as a multi layered clip, but what is the best way to have it in the sequence to show up properly?
2. If I have a QuickTime in animation format or Pro Res4444 format with an embedded alpha, how can I import that file to show and cut it on a top layer to animate above my video?
View 7 Replies
View Related
Oct 18, 2012
Can Smoke support the OFX architecture?
View 1 Replies
View Related
Jul 10, 2012
Does Smoke have selection functionality similar to that of Combustion? As an example, you might want to selectively blur part of an image. In Combustion, you would draw a selection and then apply an operator above the selection to achieve this. I don't see a similar selection tool function in Smoke, but I imagine you could achieve the same effect by duplicating a layer and using a Gmask via the Wipe timeline FX.does Smoke not have a selection tool similar to Combustion?
View 3 Replies
View Related
Feb 27, 2014
I've made a fabulous Smoke Text effect that I then insert the .mov file into Final Cut Pro. The smoke effect I downloaded from the tutorial has a black background and therefore when rendered out, it's a basic white text against a black background. Once in FCP, I have to turn the file's opacity down in order for it to layer over a video file and not black out what I layer over it.
How can I make the file transparent? A simple toggle of the transparency grid isn't going to do it. I need to make or find a video of smoke that is transparent?
View 5 Replies
View Related
Jan 10, 2014
Whats the dealing with importing TWs to Smoke? I have a show that's 70% keyframed with timewarps and need a way other then baking the effect to bring it into Smoke. It's comming from FCP7 and we have Automatic Duck but neither the XMLs or AAF bring anything other then the first speed of the clip. Any way to retain the keyframes?
View 1 Replies
View Related
Apr 18, 2013
My collegues made a a 360 pano with Pano2Vr and I need to implement direclty in Edge Animate.The Html syntax to implement a Pano (via Krpano) is very simple: URL...
In my case:
<body>
<script src="swfobject/swfkrpano.js"></script>
<div id="Pano" style="height:100%;">
<script>
embedpano({target:"Pano", xml:"index.xml"});
</script>
All ok.But when I try to "translate" this code in Edge Animate, I get (in console) this error:
TypeError: 'null' is not an object (evaluating 'n.innerHTML=this.getSWFHTML()')
This is my EdgeCode (in CompositionReady):
$("<link rel='stylesheet' type='text/css' href='style.css'>").appendTo("#Stage");
yepnope(
{
nope:[
'swfkrpano.js'
],
complete: init
[code]....
Obviously, on the Stage I've created a rectangle-shaped element called "Pano" (as a Div).It seems to me that the parameter target:"Pano" in embedpano () function can't recognize the Div "Pano" created in Edge Stage? Maybe I have to translate the JQuery object in the Dom object?
View 3 Replies
View Related
May 10, 2010
I'm looking for a solution to keep on using Inventor despite severe RSI problems.I'd like to customize a whiteboard for zooming, panning, rotating opbjects, right clicking and no double clicking,etc... I'm already using 3Dconnection. Any whiteboards that allow customisation with specific software(i.e. inventor) on top of windows 7
I'm trying to use Dragon speech with inventor, Is it possible through VBA or other 'scripts' to get this done? Are there any existing smart softwares to perform these actions.
View 2 Replies
View Related
Feb 8, 2013
I have recieved a survey and I am now ready to begin my design. BUT, when I try and create a "pipe network", I am unable to connect the plan view with the profile. I have everything on both the plan and profile (water, sanny, gas, cuvlerts, etc etc) which was provided by the surveyor.
How to modify pipe network into an existing survey to transpose/connect in profile and plan views.
View 5 Replies
View Related
Oct 27, 2013
Is it possible to run Flame or Smoke over a VPN? I mean, is it possible to get a license over VPN?
Smoke 2013 Ext1
17" Mac Book Pro
OS X 10.8.5
16 GB RAM
View 1 Replies
View Related
Aug 5, 2012
I tried Smoke 2013 PR2 on my MacBook Air 11".
It uses all the available RAM that is 4GB.
Same experience with Smoke 2012 on my MacBook pro 13"".
Is that normal?
View 2 Replies
View Related
Nov 14, 2011
I have RED footage which I exported as EXR. When I import them back in, they look exactly like the RED footage. But when I import the EXR in Fusion, export it back out, and then import that EXR into Smoke, it looks brighter, although I didn't change anything in Fusion. (when I compare the EXR from Smoke and the EXR from fusion in my finder on my desktop, they look exactly the same). So what is Smoke doing with the "foreign" exr on import?I was also playing with the LUT settings. I get a result which is close, but I need to be exact.
View 6 Replies
View Related
Jun 27, 2012
Where do you set context in batch in the 2013 prerelease?
View 9 Replies
View Related
Oct 29, 2012
When I export a XML from FCP 7 all of my files come over and link but there is no video with my HDV files (1440 x 1080) all of my other files (Canon FX etc) come over fine.
View 9 Replies
View Related
Jun 4, 2011
What is the best way to downconvert 5D HD to SD?
I converted the h.264 files to uncompressed 10bit. Bringing in the footage and XML was fine, but as soon as I resize to PAL (the timeline was changed to PAL, as was the output on the AJA) the picture starts anti aliasing in detail areas. I have processed this with every filter in Smoke with no satisfactory result.
View 5 Replies
View Related
Jul 7, 2013
I am having issues for a long time regarding importing XML into smoke 2013. Will try and explain you in breif.
First When we try an import XML into smoke it just doesnt do anything, in the message history box it comes up saying FOUND 0 SOURCES.
Nothing gets imported at all. No footage is imported, nothing is shown in timeline as well.
Second For a different project when the XML does get imported, the videos get imported but then again nothing is coming up in the timeline and in the message history box we get the following error.
XML Validation Failed.
Cannot process unliked media.
we have checked all the import options to make this work, including max up level and the rest but nothing is working.
View 6 Replies
View Related
Aug 16, 2013
I must have changed a setting because today my interactivity in CFX has taken a hit, specifically when making Axis moves. The move doesnt register until after I have made a change in the Axis field.
I know there is a setting for this but cannot remember. Am not having the same issue grabbing Axis in viewer.
View 2 Replies
View Related
Jun 7, 2012
I'm currently trying to conform an XML from FCP 7 into Smoke 2012 (Linux). The issue I have is that the files I want to conform with are MFX, however the files used in the FCP timeline are PRORES, therefore have a '.mov' extension. This means the Smoke is not seeing the MXF files due to the extension & the only way around it I have found, is to edit all of the '.mov' extensions to '.mxf' extensions in the actual XML. This works well, but is a complete nightmare, particularly as I'll have to do this for 13 half hour episodes!!!!
I have tried all the different combinations of Filename, Timecode, Tape, etc, but none work due to other metadata issues from the filming of the footage to it being delivered to our edit suites!!!!
Any way of making the Smoke ignore the file extension?
View 2 Replies
View Related
Jul 31, 2008
I'm trying to improve my photoshop skills and the smoke effect caught my eye. I'm tring to create a silouhette of a woman out of whispy smoke. All I've been able to find are tips and techniques that just add random smoke to imagery. I need to take that a step further. Instead of a random image,
View 5 Replies
View Related
Apr 10, 2003
i'm making a sig for a mate on some forums we use and i need a good smoke effect for the gif i have made inn ps and imageready. I'm a bit of a beginner i have loads of plug-ins. I wan t a cartoony effect to fit with the rest of the pic.
View 14 Replies
View Related