This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
5fa95f69287bbf4c90734aa700436e9da009cdee
test2
/
release
/
scripts
/
io
History
Campbell Barton
702ce76cd2
bugfix [
#23227
] .obj import with UV produces broken UV map in 2.53.0 (r30593)
...
eekadoodle face order fix was only being checked for quads, not tri's.
2010-08-12 11:33:07 +00:00
..
netrender
rewrite poll methods using a base class implementation instead of a global function (now that this is possible because of it being a class method)
2010-08-10 02:58:32 +00:00
export_3ds.py
poll() as a python '@staticmethod' was too limiting and didnt allow useful base class poll functions in many cases.
2010-08-09 01:37:09 +00:00
export_fbx.py
mathutils module methods only contained matrix constructors, move these to matrix class methods since this is acceptable in python. eg: dict.fromkeys() and groups them more logically.
2010-08-11 16:40:36 +00:00
export_mdd.py
poll() as a python '@staticmethod' was too limiting and didnt allow useful base class poll functions in many cases.
2010-08-09 01:37:09 +00:00
export_obj.py
mathutils module methods only contained matrix constructors, move these to matrix class methods since this is acceptable in python. eg: dict.fromkeys() and groups them more logically.
2010-08-11 16:40:36 +00:00
export_ply.py
poll() as a python '@staticmethod' was too limiting and didnt allow useful base class poll functions in many cases.
2010-08-09 01:37:09 +00:00
export_x3d.py
mathutils module methods only contained matrix constructors, move these to matrix class methods since this is acceptable in python. eg: dict.fromkeys() and groups them more logically.
2010-08-11 16:40:36 +00:00
import_anim_bvh.py
mathutils module methods only contained matrix constructors, move these to matrix class methods since this is acceptable in python. eg: dict.fromkeys() and groups them more logically.
2010-08-11 16:40:36 +00:00
import_scene_3ds.py
[
#23275
] .3DS import script fails on some models.
2010-08-12 02:24:12 +00:00
import_scene_obj.py
bugfix [
#23227
] .obj import with UV produces broken UV map in 2.53.0 (r30593)
2010-08-12 11:33:07 +00:00
import_shape_mdd.py
Update address in license block.
2010-08-10 21:22:26 +00:00