Skip to content

Commit cf7f971

Browse files
committed
docs: Write a worked example of defining a Blender adaptor
This is a proposal to try a very different adaptor interface than is currently used. Signed-off-by: Mark <[email protected]>
1 parent 587b8b5 commit cf7f971

File tree

2 files changed

+489
-0
lines changed

2 files changed

+489
-0
lines changed

docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ You can also find many more examples within the [AWS Deadline Cloud Organization
1919
[AdaptorExample]: https://github.com/OpenJobDescription/openjd-adaptor-runtime-for-python/tree/mainline/test/openjd/adaptor_runtime/integ/AdaptorExample
2020
[AWS Deadline Cloud Organization]: https://github.com/aws-deadline
2121

22+
We have some ideas for better ways to structure adaptors. See
23+
[this Blender worked example](blender_worked_example.md)
24+
for a proposed new application interface for Blender.
25+
2226
### Adaptor Lifecycle
2327

2428
All Adaptors undergo a lifecycle consisting of the following stages:

0 commit comments

Comments
 (0)