Skip to content

Commit

Permalink
added getNodeName to import interface
Browse files Browse the repository at this point in the history
- this allows to get the name of a node
- used for specific behavior based on the type of the node
added support to return non allocated strings

fixed major bug in connection parsing
changed source layout

added importFromMemory
fixes#4

changed static test file
added more tests

added multiple inputs for node-to-node connections
  • Loading branch information
gk646 committed May 12, 2024
1 parent 8288187 commit 3cf1f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildInclude.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Copy file
run: |
cp src/raynodes/import/RnImport.h include/
cp src/import/RnImport.h include/
- name: Commit file if changed
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 3cf1f84

Please sign in to comment.