AutoDesk Smoke :: The Undo Hotkey Seems Flaky

Jun 15, 2012

The undo hot key seems flaky. Often the Mac menu based undo works, but the option + z only works sometimes. It does something, but that's not an undo.

Is this a bug? I think ESP. In certain CFX modules...

View 2 Replies


ADVERTISEMENT

AutoDesk Smoke :: Possible To Have A Control Hotkey Setup

Jun 21, 2012

I have used smoke for a few years now, and one of the things that I find frustrating is the camera controls in action.Would it be possible to have a control hotkey set-up like maya/XSI/3DS? Some other softwares allow you to choose the keyboard set-up.

Using the maya set-up:
Alt - left mouse : tumble
Alt - middle mouse : track
Alt - right mouse : dolly

This means while looking though the lens you can move the camera in any orientation, you only need to hold down the alt key and use the 3 button mouse/Wacom to navigate.

View 1 Replies View Related

AutoDesk Smoke :: Hotkey To Add / Edit A Soft Effect?

Nov 24, 2011

Is there a hotkey to add/edit a soft effect?

I know that the Euphonix panel we have has an edit soft effect button. But it doesn't add the effect as well. (plus you have to hit the "NAV" button to make it accessible)

Does this function already exist?

View 4 Replies View Related

AutoDesk Smoke :: Bypassing Multiple Nodes Using Single Hotkey

Mar 6, 2013

How to bypass/disable multiple nodes without have to do it one by one ?

The other strange thing is when i think i can do it by define a new hotkey for disable/enable the bypass button, i found that everytime i change a hotkey for the bypass button, it will apply only to current node. So do i have to set hotkey for every single node ?? and of course everytime i create new cfx , the hotkey will be reset.

View 1 Replies View Related

AutoDesk Smoke :: Undo Missing In Stabilizer

Jul 9, 2013

Is it just me or has undo gone the way of the dodo in the stabilizer module? Please can it be resurrected. It is incredibly useful for when a track goes wrong and you just want to try a different tracking point. As it stands I now have to go back into the animation channel, select shift, select delete, delete keyframes and then retrack.

View 7 Replies View Related

AutoDesk Smoke :: No Undo Function On Sapphire Sparks

Nov 4, 2011

This is something that I have noticed on various systems (flame, flint, smoke). For some reason the Undo function doesnt work inside Sapphire Sparks.

Smoke 2013 Ext1
17" Mac Book Pro
OS X 10.8.5
16 GB RAM

View 2 Replies View Related

AutoDesk Smoke :: Undo / Redo And Reset All Buttons?

Jun 13, 2012

I noticed in paint the other day there wasn't a reset all etc button or an undo redo button, now Im in the action node and don't see it either.

View 9 Replies View Related

AutoDesk Smoke :: Can't Find The Undo Button In Action

Jun 18, 2012

I can't find the undo button in Action, where did you put it?!

View 4 Replies View Related

AutoDesk Smoke :: Smoke And AJA Dual Stream Stereoscopic Output

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

AutoDesk Smoke :: Smoke And Sub-blacks / Super-whites

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

AutoDesk Smoke :: Best Plugin To Do Spline Warps In Smoke

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

AutoDesk Smoke :: Importing And Using Alpha Channels In Autodesk

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

AutoDesk Smoke :: Can Smoke Support OFX Architecture

Oct 18, 2012

Can Smoke support the OFX architecture?

View 1 Replies View Related

AutoDesk Smoke :: Selections In Smoke As In Combustion?

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

AutoDesk Smoke :: Importing TWs To Smoke

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

Paint.NET :: Fast-painting Using Undo Stack And Saving Undo History

Aug 19, 2012

I think it'd be so cool to be able to replay your entire undo history of a picture, so you can see and show others how you proceeded on a picture you made. That way, it's never necessary to capture screen video for like 10 hours and stuff..

So first you'd need to add an option to save the undo history (so that you always keep the history from when you started). Then you'd need an option to playback the undo history.

View 3 Replies View Related

AutoCAD Civil 3D :: Undo Without Zoom As Part Of Undo?

Apr 27, 2012

Is there a way to undo without zoom as part of the undo?

Civil 3D 2013
Windows 7 64-bit
Inteel 2.40 GHz 8 GB RAM
Dell T7600

View 4 Replies View Related

AutoCAD .NET :: How Undo Marks Are Added To Undo Stack

Oct 20, 2011

I have a problem understanding how undo marks are added to the undo stack.In the code below a fan of lines are draw in a random location.If you run MTest a few times, the AutoCAD Undo command will remove the fans one at a time.

If you run MMulti to draw 10 fans, the AutoCAD Undo command will remove all the fans in a single step.I want to be able to remove the fans one at a time.I thought that  a  StartTransaction / Commit  pair would act as markers for the undo stack, but this isn't working.

Tested on AutoCAD 2010  VS 2008 
<CommandMethod("MMult")> _
  Sub testmult()
        Dim i As Integer
        For i = 1 To 10
            Call testdraw()
        Next
  End Sub
[code]....

View 3 Replies View Related

AutoDesk Smoke :: Run Flame Over VPN

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

AutoDesk Smoke :: Takes All The Available RAM

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

AutoDesk Smoke :: EXR Look Different On Import

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

AutoDesk Smoke :: Where To Set Context

Jun 27, 2012

Where do you set context in batch in the 2013 prerelease?

View 9 Replies View Related

AutoDesk Smoke :: Exporting XML From FCP

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

AutoDesk Smoke :: HD To SD Down-conversion?

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

AutoDesk Smoke :: How To Import XML

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

AutoDesk Smoke :: Better Interactivity In CFX?

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

AutoDesk Smoke :: How To Conform XML From FCP 7

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

AutoDesk Smoke :: Deleting Fx History

Nov 22, 2012

Can i remove the fx history ? for example i render a cfx clip. then i want to keep the render only and disconnect the relationship with its 'cfx history' . And is there any practical benefit of it ? You maybe will ask me : 'why do you wanna do it?' , my answer is " i don't know man, it just came across my mind .

View 3 Replies View Related

AutoDesk Smoke :: Getting Depth Of Field

Apr 27, 2011

Getting a depth of field result in Smoke 2012. A tutorial on this would be really beneficial for a new comer like me.

View 9 Replies View Related

AutoDesk Smoke :: Can't Scroll Through Clip

May 12, 2011

All of a sudden, I'm unable to scroll through clips with real time feedback. Did I turn on some preference?

Also, I've noticed that when I'm in Action, I don't get realtime feedback going to the broadcast monitor, but rather the image catches up upon pen up. I don't see anything about it in the options in Action or global preferences.

View 2 Replies View Related

AutoDesk Smoke :: Output Resolution Of The CFX

Dec 6, 2012

When applying CFX to the clip it ignores resolution of the project and the time line and creates a resolution of the whole CFX based on clip.

In other words 1080 clip in 720 timeline creates CFX with 1080 out node, ( all action creates in 1080 swell) and only then send 1080 output to timeline where it applying resize soft effect. I know i can change resolution of action, but a can't change resolution of output node ( the las node that feeds output to timeline.) Is there an easy way to work around to feed lets say 720 to escape resizing in timeline.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved