From 0e04167a66bbd396ce9a6953e69b8d2248aa6612 Mon Sep 17 00:00:00 2001 From: Cyteen Date: Tue, 8 May 2018 18:09:47 +0100 Subject: [PATCH] Initial commit. --- 020_blender.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 020_blender.sh diff --git a/020_blender.sh b/020_blender.sh new file mode 100644 index 0000000..5aed26b --- /dev/null +++ b/020_blender.sh @@ -0,0 +1,17 @@ +# ascii version 2.78.a+dfsq0-4 + +sudo apt-get -y install blender + +# Topology optimization with ToOptix +# /usr/share/blender/scripts in in blender-data + +git clone https://github.com/DMST1990/ToOptiX /tmp/ToOptix + +sudo cp -a /tmp/ToOptix/ToOptix/BlenderGUI/ToOptix /usr/share/blender/scripts/addons + +# Enable by going to User preferences Ctrl Alt U -> Addons -> Mesh -> Select Mesh: Topologie Optimization + +# In the ToOptix tab on the right choose a solver /usr/bin/ccx from calculix-ccx installed with freecad automate script. + + +