-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
- download the cinema4d c++ sdk and unpack into any folder | ||
- copy the PointProjector folder of the repository into the plugins folder in that same folder | ||
- open <yourfolder>/project/projectdefinition.txt | ||
- add "plugins/PointProjector_R20" to the end of the plugin list | ||
- add "plugins/PointProjector" to the end of the plugin list | ||
- make sure the previous row ends with ";\" | ||
- download the maxon project tool https://developers.maxon.net/?page_id=1118 | ||
- unpack the tool and run on windows "kernel_app_64bit.exe g_updateproject=<yourfolder> | ||
- download and install visual studio with v140 toolkit installed (vs2015 compiler, but can be installed in vs2017) | ||
- compile the PointProjector project in the solution. | ||
- compile the PointProjector project in the solution. |