Skip to content

Commit

Permalink
add Datamix script; refactor files
Browse files Browse the repository at this point in the history
  • Loading branch information
delthas committed Feb 15, 2019
1 parent a46cfd6 commit fbaa37f
Show file tree
Hide file tree
Showing 26 changed files with 178 additions and 1,198 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/windows64.zip
12 changes: 2 additions & 10 deletions Automator.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
// Sony Vegas (<=13) script to set random automation
// values for video effects quickly and automatically.
//
// Author: delthas
// Date: 2018-11-29
// License: MIT
// Source: https://github.com/delthas/vegas-datamosh
// Documentation: https://github.com/delthas/vegas-datamosh
// Version: 1.3.0
// Sets random automation values for video effects quickly and automatically.
//

using System;
Expand Down Expand Up @@ -74,7 +66,7 @@ public class EntryPoint {
var renderChecked = (string) Registry.GetValue(
"HKEY_CURRENT_USER\\SOFTWARE\\Sony Creative Software\\Custom Presets",
"Automate_" + hashed, "");
var defaultCheck = renderChecked == "True";
var defaultCheck = renderChecked != "False";

var prompt = new Form {
Width = 300,
Expand Down
Binary file modified Automator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
217 changes: 0 additions & 217 deletions Automator14.cs

This file was deleted.

7 changes: 0 additions & 7 deletions Automator14.cs.config

This file was deleted.

Loading

0 comments on commit fbaa37f

Please sign in to comment.