Skip to content

Commit

Permalink
categories docs/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Sep 12, 2018
1 parent ce26c06 commit 418489c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 11 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
33 changes: 24 additions & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -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) \*

Expand Down

0 comments on commit 418489c

Please sign in to comment.