-
Notifications
You must be signed in to change notification settings - Fork 9
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NatronGitHub/openfx-gmic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Natron-2.3.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NatronGitHub/openfx-gmic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
4
contributors
Commits on Mar 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 76b07ed - Browse repository at this point
Copy the full SHA 76b07edView commit details
Commits on Mar 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d41035f - Browse repository at this point
Copy the full SHA d41035fView commit details
Commits on Mar 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d584306 - Browse repository at this point
Copy the full SHA d584306View commit details
Commits on Apr 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1cb9ced - Browse repository at this point
Copy the full SHA 1cb9cedView commit details
Commits on Apr 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 77bfba8 - Browse repository at this point
Copy the full SHA 77bfba8View commit details
Commits on Apr 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 58975be - Browse repository at this point
Copy the full SHA 58975beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d9663 - Browse repository at this point
Copy the full SHA 38d9663View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca5faa4 - Browse repository at this point
Copy the full SHA ca5faa4View commit details
Commits on Apr 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for eaa9594 - Browse repository at this point
Copy the full SHA eaa9594View commit details
Commits on May 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 36a4f22 - Browse repository at this point
Copy the full SHA 36a4f22View commit details
Commits on Jun 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0381ee1 - Browse repository at this point
Copy the full SHA 0381ee1View commit details
Commits on Jun 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8842350 - Browse repository at this point
Copy the full SHA 8842350View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca76fb0 - Browse repository at this point
Copy the full SHA ca76fb0View commit details
Commits on Jun 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for acb8963 - Browse repository at this point
Copy the full SHA acb8963View commit details
Commits on Jun 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6c9bee1 - Browse repository at this point
Copy the full SHA 6c9bee1View commit details
Commits on Jul 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a6372eb - Browse repository at this point
Copy the full SHA a6372ebView commit details
Commits on Jul 23, 2018
-
// - Source input is now always the topmost G'MIC layer, other inputs are below // - handle separator() as a PT_SEPARATOR parameter // - handle point(...) // - handle note(...) as a label parameter (PT_TEXT with flags=4) // - handle filein(..) and fileout(...) // - color(...) is now RGBA // - better handle link(...) // - correctly handle multiple parameters on the same line, or multi-line parameters of any kind. // - the G'MIC command-line is only computed when rendering, not at each param change (because converting pixel coords to % for point(...) requires image size) // - bug fixes
Configuration menu - View commit details
-
Copy full SHA for 9991969 - Browse repository at this point
Copy the full SHA 9991969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 096fe05 - Browse repository at this point
Copy the full SHA 096fe05View commit details
Commits on May 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0729f13 - Browse repository at this point
Copy the full SHA 0729f13View commit details
Commits on May 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ba49f4e - Browse repository at this point
Copy the full SHA ba49f4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8001c - Browse repository at this point
Copy the full SHA 6a8001cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f38e8c - Browse repository at this point
Copy the full SHA 9f38e8cView commit details
Commits on Jun 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5a850d0 - Browse repository at this point
Copy the full SHA 5a850d0View commit details
Commits on Jun 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e67386f - Browse repository at this point
Copy the full SHA e67386fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f66672d - Browse repository at this point
Copy the full SHA f66672dView commit details
Commits on Jul 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 129ca1a - Browse repository at this point
Copy the full SHA 129ca1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c602d4 - Browse repository at this point
Copy the full SHA 5c602d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8975d1a - Browse repository at this point
Copy the full SHA 8975d1aView commit details -
gmic_parser: fix parsing. get many more G'MIC effects
But they are not all working (eg Lissajous)
Configuration menu - View commit details
-
Copy full SHA for fdfaa25 - Browse repository at this point
Copy the full SHA fdfaa25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82686af - Browse repository at this point
Copy the full SHA 82686afView commit details
Commits on Jul 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f4b5f06 - Browse repository at this point
Copy the full SHA f4b5f06View commit details -
Configuration menu - View commit details
-
Copy full SHA for f67b4a7 - Browse repository at this point
Copy the full SHA f67b4a7View commit details -
add random seed to advanced options
results of random-based plugins (e.g. puzzle) are now reproductible, and can be animated or not
Configuration menu - View commit details
-
Copy full SHA for 13b6981 - Browse repository at this point
Copy the full SHA 13b6981View commit details -
RFX_OFX_Utils: GMIC does not support tiled rendering
The kOfxImageEffectActionGetRegionsOfInterest action wrongly returned a smaller portion of the input
Configuration menu - View commit details
-
Copy full SHA for 8fc6ce7 - Browse repository at this point
Copy the full SHA 8fc6ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b896fd - Browse repository at this point
Copy the full SHA 7b896fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd1bb5d - Browse repository at this point
Copy the full SHA cd1bb5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3429e - Browse repository at this point
Copy the full SHA 3a3429eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 676da60 - Browse repository at this point
Copy the full SHA 676da60View commit details -
Configuration menu - View commit details
-
Copy full SHA for a34c2f9 - Browse repository at this point
Copy the full SHA a34c2f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf416e1 - Browse repository at this point
Copy the full SHA bf416e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 488d89b - Browse repository at this point
Copy the full SHA 488d89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 776bd57 - Browse repository at this point
Copy the full SHA 776bd57View commit details
Commits on Jul 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3f9c59e - Browse repository at this point
Copy the full SHA 3f9c59eView commit details
Commits on Jul 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cee7d57 - Browse repository at this point
Copy the full SHA cee7d57View commit details
Commits on Jul 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c3933ea - Browse repository at this point
Copy the full SHA c3933eaView commit details
Commits on Jul 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2a9b9a1 - Browse repository at this point
Copy the full SHA 2a9b9a1View commit details
Commits on Jul 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3275999 - Browse repository at this point
Copy the full SHA 3275999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fba672 - Browse repository at this point
Copy the full SHA 0fba672View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7728b4 - Browse repository at this point
Copy the full SHA e7728b4View commit details
Commits on Jul 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 37e38c3 - Browse repository at this point
Copy the full SHA 37e38c3View commit details
There are no files selected for viewing