From ccc3e5b588f2c93c8adc7a5b33acad4aa76c64cd Mon Sep 17 00:00:00 2001 From: fkemmler <44847245+fkemmler@users.noreply.github.com> Date: Wed, 7 Nov 2018 22:21:26 +0100 Subject: [PATCH] Update compile_instructions.txt --- compile_instructions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile_instructions.txt b/compile_instructions.txt index f9182d8..4209148 100644 --- a/compile_instructions.txt +++ b/compile_instructions.txt @@ -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 /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= - download and install visual studio with v140 toolkit installed (vs2015 compiler, but can be installed in vs2017) -- compile the PointProjector project in the solution. \ No newline at end of file +- compile the PointProjector project in the solution.