Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1832 committed Sep 15, 2024
1 parent 018079b commit c2a420e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file modified doc/images/portal-server-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ If this is your first time installing the Portal add-on, you will need to instal
- Select `Connection Type` from the dropdown menu.
- Click `Start Server` to start the server.

### Custom Handlers
You can create custom handlers to manipulate the data that is received. To do this, follow these steps:
1. Copy and paste the [template code](/templates/custom_data_handler.py) into blender's text editor.
2. Modify the `custom_data_handler` function with your custom logic.
3. Run the script to register the custom handler.
4. Locate the `Portal.custom` panel in the `3D View` sidebar.


## Documentation
For more information, visit the [Portal](https://github.com/sean1832/portal).

0 comments on commit c2a420e

Please sign in to comment.