Extensions:2.6/Py/Scripts/Add Mesh/Triangles
< Extensions:2.6 | Py | Scripts | Add Mesh
2013年8月21日 (水) 03:29時点におけるwiki>Sjaak-de-Draakによる版 (Changed: License)
UI location | Group: AddMesh | ||
---|---|---|---|
Usage | Quick explanation of how to use the script | ||
Version | 1.0 | Author(s) | Sjaak-de-Draak |
Blender | 2.68 | License | LGPL |
Distribution | Extern | ||
Note(s) | I am aware a circle with 3 vertices is (also) a triangle. |
File name | scripts/addons/add_mesh_triangles/__init__.py |
---|---|
Current version download | <awaiting approval> |
Links | https://projects.blender.org/tracker/index.php?func=detail&aid=36524&group_id=153&atid=467 |
---|
目次
Installation
- Unpack the add_mesh_triangles.rar file in the directory with other scripts\addons (or move the unpacked directory/folder there).
Script directory location may differ between Blender versions, try: ** Linux: ~blender\2.[6-9]?\script\addons ** Windows: c:\Program Files\Blender Foundation\Blender\2.68\scripts\addons * Open Blender > File > User preferences (Ctrl/alt/u) > Add-ons (tab) > Add mesh (left) * Check the add-on named Add Mesh: Triangles.
Instructions
Notes
- Awaiting approval
Compatibility
Tested on Windows 7, Blender 2.68a and 2.67, Python 3.2 (bundled), all 64-bit.
May also work with Blender versions < 2.67 but not tested.
Troubleshooting
Add-on does not appear on the list.
Check if the directory add_mesh_triangles and the __init__.py file (inside) are copied to the proper directory. Also check if you are using a supported version of Blender (2.67 or later).
Add-on cannot be activated.
Check the python console (inside Blender) for any messages.
Changing the parameters does not update the triangle mesh.
Check the python console (inside Blender) for any messages.
Support
- Use the Talk/Discussion page for now
History
- 1.0 - initial release
External links
- none at this time