diff --git a/Makefile b/Makefile index 94d6af2..ee1df91 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,9 @@ endif .PHONY: dist dist: mkdir -p dist - tar -zcvf dist/c4d-nr-toolbox-$(VERSION)-rXX-$(PLATFORM).tar.gz \ + tar -zcvf dist/c4d-nr-toolbox-$(VERSION)-r20-$(PLATFORM).tar.gz \ --exclude=*.lib --exclude=*.exp --exclude=*.ilk --exclude=*.pdb \ --exclude=build --exclude=*.pyc \ - include res scripts python LICENSE.txt README.md default_features.cfg + docs examples include python res scripts \ + default_features.cfg LICENSE.txt README.md \ + $(shell ls c4d-nr-toolkit.xdl64 c4d-nr-toolkit.xlib) diff --git a/docs/README.md b/docs/README.md index 62d7411..fea58c7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,25 +1,40 @@ # nr-toolbox Documentation -__Table of Contents__ +### Table of Contents * [Feature Manager](feature-manager.md) -* [Viewport Settings](viewport.md) \* + +#### General/Workflow + * [Colorpalette](colorpalette.md) \* +* [Dependency Manager](depmanager.md) \* * [TimeHide](timehide.md) * [SafeFrame](safeframe.md) +* [Viewport Settings](viewport.md) \* + +#### Objects/Tags/Commands + * [AutoConnect](autoconnect.md) -* [Pr1mitive](pr1mitive/README.md) \* -* [Explode Segmnets](explode-segments.md) \* +* [Explode Segments](explode-segments.md) \* +* [OffsetRandomizer](offsetrandomizer.md) \* * [Resolve Duplicates](resolve-duplicates.md) \* +* [Pr1mitive](pr1mitive/README.md) \* * [Smear Deformer](smear-deformer.md) \* -* [OffsetRandomizer](offsetrandomizer.md) \* -* [XGraph](xgraph.md) \* -* [XPresso Effector](xpresso-effector.md) \* + +#### XPresso/MoGraph + +* [CSV Node](csv-node.md) \* * [CSV Effector](csv-effector.md) \* * [MoData Node](modata-node.md) \* -* [CSV Node](csv-node.md) \* +* [XGraph](xgraph.md) \* +* [XPresso Effector](xpresso-effector.md) \* + +#### IO + * [WebP-IO](webp-io.md) \* -* [Dependency Manager](depmanager.md) \* + +#### Babyshoes + * [Procedural](procedural.md) \* * [TeaPresso](teapresso.md) \*