Initial commit.

This commit is contained in:
Cyteen 2018-05-08 18:09:47 +01:00
parent c15c3d6d13
commit 0e04167a66
1 changed files with 17 additions and 0 deletions

17
020_blender.sh Normal file
View File

@ -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.