ege/README.md

38 lines
1.1 KiB
Markdown
Raw Normal View History

2013-08-13 09:17:09 +02:00
Ege
====
`Ege` (Ewol Game Engine) is a FREE software.
2014-12-08 22:36:07 +01:00
Install blender exporter emf file
=================================
get blender version
2014-12-10 21:08:27 +01:00
blender --version | grep "Blender "
2014-12-08 22:36:07 +01:00
create user addon directory: (replace 2.xx with the blender version)
mkdir -p ~/.config/blender/2.xx/scripts/addons/
2014-12-10 21:08:27 +01:00
ln -s $(pwd)/blender/io_scene_emf ~/.config/blender/2.xx/scripts/addons/
2014-12-08 22:36:07 +01:00
- Launch Blender
- File -> User Preferences
- Select "Addons" tab
- Enable "Import-export: Ewol Mesh file format emf"
2014-08-08 23:25:24 +02:00
License (APACHE v2.0)
=====================
Copyright ege Edouard DUPIN
2013-08-13 09:17:09 +02:00
2014-08-08 23:25:24 +02:00
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
2013-08-13 09:17:09 +02:00
2014-08-08 23:25:24 +02:00
http://www.apache.org/licenses/LICENSE-2.0
2013-08-13 09:17:09 +02:00
2014-08-08 23:25:24 +02:00
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.