From b02cf967f3de15942a73003f0c7d7fad1f6c8d34 Mon Sep 17 00:00:00 2001 From: abosafia Date: Thu, 19 Aug 2021 06:16:54 +0200 Subject: [PATCH] Updated Install opencamlib into blender 2.93 on linux (markdown) --- Install-opencamlib-into-blender-2.93-on-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-opencamlib-into-blender-2.93-on-linux.md b/Install-opencamlib-into-blender-2.93-on-linux.md index 5ab8bf0..35dd0c1 100644 --- a/Install-opencamlib-into-blender-2.93-on-linux.md +++ b/Install-opencamlib-into-blender-2.93-on-linux.md @@ -86,7 +86,7 @@ please change the following instrutions to macth ``` $ ln -s /usr/lib/python3/dist-packages/ocl.so ~/Apps/blender-2.93.2-linux-x64/2.93/python/lib/python3.9/site-packages/ $ ln -s /usr/lib/python3/dist-packages/STLTools.py ~/Apps/blender-2.93.2-linux-x64/2.93/python/lib/python3.9/site-packages/ -$ ln -s /usr/lib/python3/dist-packages/procmemory.py ~/blender-2.93.2-linux-x64/2.93/python/lib/python3.9/site-packages/ +$ ln -s /usr/lib/python3/dist-packages/procmemory.py ~/Apps/blender-2.93.2-linux-x64/2.93/python/lib/python3.9/site-packages/ $ ln -s /usr/lib/python3/dist-packages/camvtk.py ~/Apps/blender-2.93.2-linux-x64/2.93/python/lib/python3.9/site-packages/ $ ln -s /usr/lib/python3/dist-packages/pyocl.py ~/Apps/blender-2.93.2-linux-x64/2.93/python/lib/python3.9/site-packages/ ```