-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c4dtools is now a submodule and loaded via _localimport
- Loading branch information
1 parent
4d491f9
commit 7f70196
Showing
4 changed files
with
161 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "c4dtools"] | ||
path = c4dtools | ||
url = git@github.com:NiklasRosenstein/c4dtools.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
XPAT - XPresso Alignment Tools | ||
============================== | ||
|
||
XPAT is a Cinema 4D plugin built heavily on the [`c4dtools`][1] library. It provides two | ||
commands for aligning selected XPresso nodes either horizontally or vertically. The spacing | ||
between the nodes can be adjusted via a dialog. | ||
XPAT is a free & open source Cinema 4D plugin that allows you to align | ||
XPresso nodes horizontally or vertically. Simply select the nodes, run | ||
the plugin, and there you go! Compatible with Cinema 4D R13+. | ||
|
||
Requirements: | ||
------------- | ||
__Installation__ | ||
|
||
- [`c4dtools` library][1] | ||
- Cinema 4D R13+ | ||
1. [Download][releases] the latest release | ||
2. Unpack the contents of the ZIP file to your plugins folder | ||
|
||
Features: | ||
--------- | ||
__Features__ | ||
|
||
- Aligned nodes will never overlap | ||
- Dialog for specifieng the horizontal and vertical spacing between aligned nodes | ||
- Complete undo-compatibility | ||
* Aligned nodes will never overlap | ||
* Dialog for specifieng the horizontal and vertical spacing between aligned nodes | ||
* Full undo-compatibility | ||
|
||
[1]: [https://github.com/NiklasRosenstein/c4dtools] | ||
[releases]: https://github.com/nr-plugins/xpresso-alignment-tools/releases | ||
|
||
----- | ||
|
||
Copyright (C) 2015 Niklas Rosenstein |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters