Skip to content

Commit

Permalink
New PyPlug
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiof17 committed Apr 13, 2018
1 parent c82ae5f commit 5420005
Show file tree
Hide file tree
Showing 14 changed files with 1,384 additions and 24 deletions.
5 changes: 1 addition & 4 deletions BL/Color/bl_Bytes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# bl_Bytes

Converts the picture in another byte space. This is of course a simple simulation as Natron works only in 32 floating point color space.


![Screenshot](L_Icolor_snap.png)
Converts the picture in another byte space. This is of course a simple simulation as Natron works only in 32 floating point color space.
4 changes: 1 addition & 3 deletions BL/Color/bl_Compress/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# bl_Compress

This is a common color correction function that push the low color to a value and the high color to another. While tempting to made a color matching between 2 picture this Gizmo might be really usefull.

![Screenshot](L_Icolor_snap.png)
This is a common color correction function that push the low color to a value and the high color to another. While tempting to made a color matching between 2 picture this Gizmo might be really usefull.
4 changes: 1 addition & 3 deletions BL/Color/bl_Expand/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# bl_Expand

Expand does the exact reverse of the Compress node. It stretch the color between to low and high color value.

![Screenshot](L_Icolor_snap.png)
Expand does the exact reverse of the Compress node. It stretch the color between to low and high color value.
4 changes: 1 addition & 3 deletions BL/Color/bl_Monochrome/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# bl_Monochrome

Same as the Shake's Monochrome node. You can play independently with the 3 color component.

![Screenshot](L_Icolor_snap.png)
Same as the Shake's Monochrome node. You can play independently with the 3 color component.
4 changes: 1 addition & 3 deletions BL/Color/bl_Slice/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# bl_Slice

Cut a color slice of the picture and create a mask of the result.

![Screenshot](L_Icolor_snap.png)
Cut a color slice of the picture and create a mask of the result.
4 changes: 1 addition & 3 deletions BL/Color/bl_Threshold/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# bl_Threshold

Threshold the image using a color value, a range of thresholding and a replacement color.

![Screenshot](L_Icolor_snap.png)
Threshold the image using a color value, a range of thresholding and a replacement color.
4 changes: 1 addition & 3 deletions BL/Image/bl_Arc/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# bl_Arc

Arc is a circle drawer.

![Screenshot](L_Icolor_snap.png)
Arc is a circle drawer.
2 changes: 1 addition & 1 deletion BL/Image/bl_Arc/bl_Arc.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def getIconPath():
return "bl_Arc.png"

def getGrouping():
return "Community/BL/Color"
return "Community/BL/Image"

def getPluginDescription():
return "Arc is a circle drawer. "
Expand Down
2 changes: 1 addition & 1 deletion BL/Image/bl_Arc/bl_Arc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Package>
<DisplayName>bl_Arc</DisplayName>
<Description>Arc is a circle drawer. </Description>
<Description>Arc is a circle drawer.</Description>
<Version>1.0</Version>
<ReleaseDate>@DATE@</ReleaseDate>
<Name>natron.community.plugins.bl_Arc</Name>
Expand Down
Binary file added BL/Keyer/bl_HSVKeyer/HSVKeyer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions BL/Keyer/bl_HSVKeyer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# bl_HSVKeyer

Creates mask using the hue saturation and value of the color range.
Binary file added BL/Keyer/bl_HSVKeyer/bl_HSVKeyer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5420005

Please sign in to comment.