Skip to content

Commit

Permalink
New release. New disabledTools option for ability to remove some shel…
Browse files Browse the repository at this point in the history
…f tools from UI. Auto check for updates now back to True by default
  • Loading branch information
sashaouellet committed Dec 4, 2017
1 parent 95f3664 commit dd734ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions houdini/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"autoCheckUpdates": false,
"version": "v1.1.3"
"autoCheckUpdates": true,
"disabledTools": [
"savePrefsToStuhome",
"calculateMocapLocomotion"
],
"version": "v1.1.4"
}

0 comments on commit dd734ab

Please sign in to comment.