Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9b09dc651 | ||
|
|
ed89e78927 |
@@ -1,7 +1,7 @@
|
|||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "PSK/PSA Importer/Exporter",
|
"name": "PSK/PSA Importer/Exporter",
|
||||||
"author": "Colin Basnett, Yurii Ti",
|
"author": "Colin Basnett, Yurii Ti",
|
||||||
"version": (5, 0, 1),
|
"version": (5, 0, 2),
|
||||||
"blender": (3, 4, 0),
|
"blender": (3, 4, 0),
|
||||||
"description": "PSK/PSA Import/Export (.psk/.psa)",
|
"description": "PSK/PSA Import/Export (.psk/.psa)",
|
||||||
"warning": "",
|
"warning": "",
|
||||||
|
|||||||
@@ -16,8 +16,7 @@ class Psk(object):
|
|||||||
|
|
||||||
class Wedge16(Structure):
|
class Wedge16(Structure):
|
||||||
_fields_ = [
|
_fields_ = [
|
||||||
('point_index', c_uint16),
|
('point_index', c_uint32),
|
||||||
('padding1', c_int16),
|
|
||||||
('u', c_float),
|
('u', c_float),
|
||||||
('v', c_float),
|
('v', c_float),
|
||||||
('material_index', c_uint8),
|
('material_index', c_uint8),
|
||||||
|
|||||||
Reference in New Issue
Block a user