Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaokuyama committed Oct 8, 2022
1 parent eaafb24 commit d49921a
Showing 1 changed file with 12 additions and 30 deletions.
42 changes: 12 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,27 @@
VezerSyncManager is an HDA for combining Houdini and Vezer.
It allows mutual keyframe editing between Vezer and Houdini.
This HDA help you...
- Hit keyframes on Houdini, where audio playback is terrible.
- Reuse Keyframes typed in Houdini in other software that can receive OSC.

- Set keyframes on Houdini, where audio playback is terrible.
- Reuse Keyframes added in Houdini in other software that can receive OSC.
[![Image from Gyazo](https://i.gyazo.com/bd83f8f55af97ae3e32579b37f1d49c7.gif)](https://gyazo.com/bd83f8f55af97ae3e32579b37f1d49c7)
# Intended users
People who type keyframes in Vezer on Mac and create CG in Houdini on Windows.
People who set keyframes in Vezer on Mac and create CG in Houdini on Windows.

# Getting Started
1. Clone this repo.
1. Copy otls/VezerSyncManager.hda to your HDA directory
1. Put VezerSyncManager and Set your Vezer file Path
1. Hit Load Buttoon
1. Vezer obj is created in your /obj
1. Copy `otls/VezerSyncManager.hda` to your HDA directory
1. Put VezerSyncManager to `/obj` and set your Vezer file Path in parameter
1. Hit Load Button
1. Vezer obj is created in your `/obj`
1. This node has a corresponding parameter to Vezer's Track.
1. You can use keyframe value via reference copy and so on...
1. If you edit keyframe value and want to reflect vezer file, hit save buttoon.
1. If you edit keyframe value and want to reflect Vezer file, hit save button.

# Transfer Vezer file via SSH
The HDA additionally supports the exchange of vezer files via SSH. To use this feature, you must be able to log in remotely from Windows to your Mac with public key authentication.
Use scp
procedure
Check the Use SCP checkbox.
Enter your Mac username, IP address, and the path to the Vezer file on your Mac in the text box.
Press Pull to download the file from your Mac, or Push to upload the file to your Mac.
[![Image from Gyazo](https://i.gyazo.com/a7f1ec0cdf5d2be157794cf37e245391.png)](https://gyazo.com/a7f1ec0cdf5d2be157794cf37e245391)

# Limitation
- Supported Vezer Track types are "MIDI CC", "OSC Value", and "OSC Flag".
- Supported Vezer Track types are `MIDI CC`, `OSC Value`, and `OSC Flag`
- The functions for keyframe completion that can be used inside each software are limited.
- This is a personal development, so please forgive any bugs.

## Interpolate function Correspondence Tables

### Vezer → Houdini
| TH | TH |
| ---- | ---- |
| No Interpolation | TD |
| TD | TD |


### Houdini → Vezer
| TH | TH |
| ---- | ---- |
| No Interpolation | TD |
| TD | TD |

0 comments on commit d49921a

Please sign in to comment.