-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup links, Nuke Transition guide (early) , Install community scri… (
#669) * Cleanup links, Nuke Transition guide (early) , Install community scripts and plugins recomend , bugs and workaround updated Co-authored-by: Frédéric Devernay <devernay@users.noreply.github.com>
- Loading branch information
1 parent
7551cc3
commit 49bb561
Showing
12 changed files
with
198 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
.. for help on writing/extending this file, see the reStructuredText cheatsheet | ||
http://github.com/ralsina/rst-cheatsheet/raw/master/rst-cheatsheet.pdf | ||
Nuke to Natron transition guide | ||
=============================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
This document is an very incomplete stage. | ||
|
||
|
||
Natron and Nuke are very similar. We will focus here on the differences between them. | ||
|
||
|
||
Nodes names | ||
----------- | ||
Many nodes have similar names in Natron and Nuke. Here are the the ones thar are different | ||
|
||
|
||
|
||
+----------------+------------------+ | ||
| Nuke | Natron | | ||
+================+==================+ | ||
| CurveTool | ImageStatistics | | ||
+----------------+------------------+ | ||
| Copy | Shuffle | | ||
+----------------+------------------+ | ||
|
||
|
||
What's not in Nuke? | ||
------------------- | ||
|
||
#. Cloning node groups and pyplugs is possible. This is very powerful as it mean you can apply the same complex process to different images without constantly copy / pasting when you change parameters. Beware that the nodes connexions must not be changed. Only the node parameters are be updated, not their connexions. | ||
#. Cloning roto nodes. | ||
#. Hide the unmodified parameters of a node. In Natron, click on the 4th icon from the right in the properties panel. This will make the window far more readable and help you focus on what you're working on. | ||
|
||
What's not in Natron? | ||
--------------------- | ||
|
||
#. Mainly 3D functions are not implemented. But Natron is very good for compositing 3D images from other software. For example multi pass EXR generated by Blender or other 3D software. | ||
#. Some missing features can be filled by adding OpenFX plugins from other software vendors. | ||
|
||
.. note:: | ||
**Tip:** | ||
CommunityScripts have a tool named PMCard3D and PMcamera that bring minimal 3D functionality. | ||
|
||
|
||
|
||
|
||
Python scripting | ||
---------------- | ||
|
||
To get the value of a pixel in Natron, use the ImageStatistics node with a 1x1 rectangle, and retrieve the pixel value from the statMean parameter. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. for help on writing/extending this file, see the reStructuredText cheatsheet | ||
http://github.com/ralsina/rst-cheatsheet/raw/master/rst-cheatsheet.pdf | ||
Merge Node | ||
========== | ||
|
||
Merge is the node that allows to stack imeges one ontop of the other. | ||
|
||
Usage | ||
----- | ||
|
||
Never consider RGB as being transparent by default - this is OK for unpremultiplied compositing (After Effects) but is invalid in a premultiplied compositor such as Natron or Nuke. | ||
|
||
Users still have the option to ignore the alpha channel. (new from v2.4) | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
|
||
|
||
Merge: never consider RGB as being transparent by default - this is OK for unpremultiplied compositing (After Effects) but is invalid in a premultiplied compositor such as Natron or Nuke. Users still have the option to ignore the alpha channel. (new from v2.4) | ||
.. for help on writing/extending this file, see the reStructuredText cheatsheet | ||
http://github.com/ralsina/rst-cheatsheet/raw/master/rst-cheatsheet.pdf | ||
Merge Nodes Menu | ||
================ | ||
|
||
These are the nodes located in the layered paper sheets icon of the toolbar. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
thenodes-merge-merge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ The Nodes | |
|
||
thenodes-common-properties | ||
thenodes-image | ||
thenodes-draw | ||
thenodes-draw | ||
thenodes-merge |