Search:

Type: Posts; User: Diogo Girondi; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    996

    You can also use the TCL variant which might be a...

    You can also use the TCL variant which might be a little simpler


    this.error
  2. Of course you can use it. But if all of your...

    Of course you can use it.

    But if all of your values are above 1 or 1 it will replace everything for 0 since you're using r>=1 and not r>1.



    Constant {
    inputs 0
    channels rgb
    name...
  3. Not possible at the moment and I see no plans in...

    Not possible at the moment and I see no plans in changing that behavior in Nuke. If you want custom knobs in the main tab you either have to create your own group/gizmo or create a custom node...
  4. Replies
    12
    Views
    2,027

    Nop, almost. Nuke uses RAW motion vectors. So a...

    Nop, almost. Nuke uses RAW motion vectors. So a pixel value in a motion vector in Nuke represents the actual pixel displacement value.
  5. Replies
    2
    Views
    895

    Make sure the motion vectors are correctly...

    Make sure the motion vectors are correctly encoded to suit Nuke's taste and set the alpha on the VectorBlur.
  6. Replies
    12
    Views
    2,027

    Without seeing the actual motion vectors pass...

    Without seeing the actual motion vectors pass it's hard to say. But if it's to take a wild guess I would say that just by looking at the motion vectors pass postage stamp in the screen grab you've...
  7. Replies
    15
    Views
    1,530

    And do not forget that is not only your time, but...

    And do not forget that is not only your time, but machine time and hardware maintenance costs as well.

    But just by the request and suggest price I would say that the client is either looking for...
  8. Replies
    7
    Views
    1,390

    Because it's all performed in linear space. ...

    Because it's all performed in linear space.

    Since some apps don't enforce that the math ends up being handled in sRGB space thus looking completely different. If you want something more standard...
  9. Replies
    3
    Views
    758

    The preview feature of the file loader not only...

    The preview feature of the file loader not only works for images/sequences but it's also able to preview font files, so no need for font viewer for that propose alone.

    I understand it's a bit...
  10. Replies
    4
    Views
    1,489

    As a hack you can use the old Paint node. Just...

    As a hack you can use the old Paint node. Just create a paint stroke and then edit and animate its vertexes. Far from perfect but can do the job in a way.

    The ability to transform open shapes to...
  11. In the example provided by graemaster the...

    In the example provided by graemaster the NoPremultiplied option would be the correct one since the RGB output of the Radial is already premult and alpha being copied fits perfectly.

    If you go...
  12. Premult/Unmult is all about the context (what,...

    Premult/Unmult is all about the context (what, where) and the order in which things are being processed. So there is no such rule as always blur before or after pre-multiplication since it will...
  13. Replies
    6
    Views
    890

    If Mocha 2.0 isn't a option just export ssf...

    If Mocha 2.0 isn't a option just export ssf shapes and use the ssf_import TCL script from Remy Torre available at fxshare.com. It should still work in 6.1 in both 32 and 64 bit flavors.
  14. Replies
    15
    Views
    3,309

    http://www.thefoundry.co.uk/articles/2010/07/21/99...

    http://www.thefoundry.co.uk/articles/2010/07/21/99/katana-whats-going-on-by-andy-lomas/
  15. Replies
    5
    Views
    4,498

    There is also a unsupported fog node on the all...

    There is also a unsupported fog node on the all plugins menu if you don't want to roll your own.
  16. Replies
    6
    Views
    1,440

    Found it, but it only mentions OSX and Linux. ...

    Found it, but it only mentions OSX and Linux.



    All props go to Vilya from The Foundry.
  17. Replies
    6
    Views
    1,440

    32bit version of Nuke can only have up to 1024...

    32bit version of Nuke can only have up to 1024 file open at once, and 64bit versions up to 4096.

    And some time operations in Nuke that sample multiple frames at once can also trigger this error....
  18. Replies
    1
    Views
    652

    No candy for you I'm afraid. If you're on XSI...

    No candy for you I'm afraid.

    If you're on XSI just stick with it's crappy EXR implementation that you will be better.
  19. If your target is motion graphics learn After...

    If your target is motion graphics learn After Effects and don't even bother about other applications. But if your target is feature films or compositing of progressive materials in general be it for...
  20. Replies
    3
    Views
    1,004

    Check out the CurveTool. You can also use the...

    Check out the CurveTool. You can also use the sample expression in either TCL or Python but depending on what you're doing and how much you will push it I don't recommend.
  21. Not without some major scripting.

    Not without some major scripting.
  22. Exactly. And worths noting that Windows wise the...

    Exactly. And worths noting that Windows wise the .nuke folder is set on the wrong place, it should be inside the %AppData% and not on the user root.

    But personally I like it better that way :)
  23. Take a look at Chapter 10 of the user guide, it...

    Take a look at Chapter 10 of the user guide, it should have all the info you need to do this. And if you own NukeX take a look at the Furnace Core docs on the Kronos bit.
  24. They are different because Mult in the Merge...

    They are different because Mult in the Merge class is not doing the same math as Multiply in the Merge2 class. Check the tool tips by pausing the mouse over a knob.
  25. Merge [m] is the old Merge class, Merge [merge]...

    Merge [m] is the old Merge class, Merge [merge] is Merge2 class which is the new one. Color Matrix is a RGB (color) matrix

    - R G B
    R
    G
    B

    while the Matrix node allows you to manipulate the...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4