Split out properties into their own module.
Allows for improved maintainability & extensibility.
Showing
- .metadata/.log 66 additions, 0 deletions.metadata/.log
- io_scene_nif/__init__.py 3 additions, 2 deletionsio_scene_nif/__init__.py
- io_scene_nif/properties/__init__.py 76 additions, 0 deletionsio_scene_nif/properties/__init__.py
- io_scene_nif/properties/armature.py 103 additions, 0 deletionsio_scene_nif/properties/armature.py
- io_scene_nif/properties/collision.py 136 additions, 0 deletionsio_scene_nif/properties/collision.py
- io_scene_nif/properties/constraint.py 69 additions, 0 deletionsio_scene_nif/properties/constraint.py
- io_scene_nif/properties/geometry.py 118 additions, 0 deletionsio_scene_nif/properties/geometry.py
- io_scene_nif/properties/material.py 114 additions, 0 deletionsio_scene_nif/properties/material.py
- io_scene_nif/properties/object.py 154 additions, 0 deletionsio_scene_nif/properties/object.py
- io_scene_nif/properties/shader.py 2 additions, 422 deletionsio_scene_nif/properties/shader.py
Loading
Please register or sign in to comment