| Update for the new Blender 2.63+ API. |
|
More...
|
about 13 years ago
|
| Did some work for v0.3: * Implemented Model Handler * New objects and meshes now have the imported model's name |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
almost 14 years ago
|
| Hehe, forgot to change the version number in the python file. This is v0.2. |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
almost 14 years ago
|
| Implemented vertex normals import. |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
almost 14 years ago
|
| UV import bug fix. |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
almost 14 years ago
|
| Added some comments. |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
almost 14 years ago
|
| UV import seems to work now. |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
almost 14 years ago
|
| Performance and user experience improvements: * Replace 'try...except' with 'if' statement * Import model to (0, 0, 0) instead of cursor location |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
almost 14 years ago
|
| Various smaller style fixes: * Changed return values from lists to tuples * StateMachine.set_state() does not fail silently anymore. |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
almost 14 years ago
|
| Added tracker_url to bl_info. This is v0.1! |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
almost 14 years ago
|
| Preparation for the release of version 0.1 |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
almost 14 years ago
|
| Fixed bug which caused everything to be in one geoset. |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
almost 14 years ago
|
| Refactored the code from Geoset -> GeosetManager to remove the multiple imports bug. |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
almost 14 years ago
|
| Basic mesh import implemented. Currently only works for models with just one geoset. |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
almost 14 years ago
|
| Added basic Blender integration: * Merged all Python files into a single one * Added Blender-specific stuff * Updated README.txt and .gitignore |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
about 14 years ago
|
| Convenience commit: This commit is just to make sure some of the features i added some time ago don't get lost. Soon all .py's are going to be merged into one file to ease integration with Blender. |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
about 14 years ago
|
| Initial commit: * Added abstract State Machine * Added a basic 'Geoset' class * Added basic parsing support |
CruzR
as Thomas Glamsch (CruzR)
|
More...
|
about 14 years ago
|