@@ -49,39 +49,7 @@ If you are on the hunt for a BiBTeX entry, check out the [FAQ section](https://g
49
49
50
50
## Installation
51
51
52
- Please refer to the Wiki's [ installation
53
- page] ( https://github.com/dfki-ric/phobos/wiki/Installation ) .
54
-
55
- ### macOS
56
-
57
- Gathering the information where to install Phobos is not working well on macOS. A workaround is to create an 'installation.conf' within the phosos folder with the following information:
58
-
59
- dist_package_path
60
- path_where_to_find_blender_addons
61
- python_executable
62
- blender_executable
63
- python_version
64
- blender_version
65
-
66
- * An example and maybe regular configuration is:*
67
-
68
- /opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages
69
- ~ /Library/Application\ Support/Blender/2.79//Library/Application\ Support/Blender/2.79
70
- python3.5
71
- /Applications/Blender/blender.app/Contents/MacOS/blender
72
- 3.5
73
- 2.79
74
-
75
- * If python3.5 is not installed on the system it is also possible to use the python version shipped with blender:*
76
-
77
- - The blender python binary should be located is somthing like:
78
- /Applications/Blender/blender.app/Contents/Resources/2.79/python/bin/
79
- - load get-pip.py:
80
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
81
- - Execute the script with blender python:
82
- /Applications/Blender/blender.app/Contents/Resources/2.79/python/bin/python3.5m get-pip.py
83
- - Now you can configure your installation.conf to use the blender python paths
84
- - To then install Phobos use also the blender python
52
+ Just zip the ` phobos ` subfolder: ` zip -r phobos.zip phobos ` and install it via Blender: ` blender->edit->preferences->addons->install `
85
53
86
54
## Overview
87
55
@@ -131,7 +99,6 @@ avoiding confusion or obstruction of view when editing very complex models.*
131
99
- Verbose logging
132
100
- Saving and loading of model poses
133
101
- Annotation of objects from motors/sensors to joints/links
134
- - Creation of submodels which can be incorporated into other models
135
102
- Save/load different export configurations for the same model
136
103
- Export with defined floating point precision
137
104
- Model integrity checks
0 commit comments