_
|
42e2d88734
|
Fixed importing from external directory
|
2018-05-15 17:35:24 -07:00 |
|
_
|
2c44adf7a2
|
Moved out repeated code to __init__ & .so loaded once only
|
2018-05-15 15:04:53 -07:00 |
|
_
|
d8e1c45156
|
split python file into parts
|
2018-05-15 12:42:16 -07:00 |
|
_
|
b1b281cccd
|
Resolve issue with getting textures.
|
2018-05-13 14:38:53 -07:00 |
|
_
|
2f98c2a1a2
|
Added getter attributes for geo header
|
2018-05-13 14:07:21 -07:00 |
|
_
|
a2d4aaae11
|
Fixed missing colon at fn define
|
2018-05-13 13:53:11 -07:00 |
|
_
|
cb96add3f2
|
Added getter functions for mesh header attributes
|
2018-05-13 13:52:09 -07:00 |
|
_
|
a8d2cfeb4a
|
Added getbatchdata function
|
2018-05-13 13:47:22 -07:00 |
|
_
|
7835a8d90d
|
Added get functions for bones
|
2018-05-13 11:28:23 -07:00 |
|
_
|
c45c8d758a
|
Added getuvs()
|
2018-05-13 09:54:57 -07:00 |
|
_
|
650178f3a4
|
Added getnormals()
|
2018-05-13 03:43:50 -07:00 |
|
_
|
8fdc05b9c0
|
Added getpositions and printable coordinates
|
2018-05-13 03:38:23 -07:00 |
|
_
|
e4aeba9421
|
Added init and show for Meshes
|
2018-05-13 02:44:05 -07:00 |
|
_
|
49a3c8f0b7
|
Added init and show for mesh headers
|
2018-05-13 01:33:12 -07:00 |
|
_
|
accf440047
|
Added interface for GEOHeader
|
2018-05-13 01:08:56 -07:00 |
|
_
|
626fc66d64
|
Added notice about questionably working Textures
|
2018-04-27 05:25:26 -07:00 |
|
_
|
b30359aabc
|
Fixed TEXtureBatchDescriptor
|
2018-04-27 04:57:35 -07:00 |
|
_
|
62841adcb9
|
Fixed TEXturePack struct
|
2018-04-27 04:44:55 -07:00 |
|
_
|
be691baffb
|
Added python interface of texture component
|
2018-04-27 04:42:18 -07:00 |
|
_
|
e06d7dcd8f
|
Adjusted constructor to allow default 'blank' pld's
|
2018-04-24 21:51:11 -07:00 |
|
_
|
a349c8da52
|
Added pythonic PLDHeader object
|
2018-04-24 21:19:44 -07:00 |
|
_
|
01815bc90f
|
Added demonstration of design
|
2018-04-24 19:25:26 -07:00 |
|
_
|
790afd9960
|
Added pack to packed structs
|
2018-04-24 19:15:39 -07:00 |
|
_
|
8585702471
|
Fixed access of offset attribute in PldHeader
|
2018-04-24 18:46:10 -07:00 |
|
_
|
7736a50e7f
|
Fixed typo and correctly print geoheader
|
2018-04-24 04:58:21 -07:00 |
|
_
|
16ece81bcf
|
Fixed getbatchdesc()
|
2018-04-24 04:08:52 -07:00 |
|
_
|
918e12544d
|
Fixed getmeshheader()
|
2018-04-24 03:58:51 -07:00 |
|
suhrke
|
a12140f4ac
|
Merge branch 'feature/getheaderfns' of scuti/lib3ddevil1 into feature/pythonbinding
|
2018-04-23 18:44:58 -07:00 |
|
_
|
438ba04efb
|
Added bindings for new functions
|
2018-04-23 17:59:46 -07:00 |
|
surkeh
|
e111ff2e07
|
Add __init__.py to bindings
|
2018-04-22 14:59:30 -07:00 |
|
_
|
c1bb8c457f
|
Added interface for geometry functions
|
2018-04-22 06:48:19 -07:00 |
|
_
|
d71a89b840
|
Added python interface for texture functions
|
2018-04-22 06:02:32 -07:00 |
|
_
|
71f6517a94
|
Python can read a pld header
|
2018-04-22 03:39:08 -07:00 |
|
surkeh
|
3f76eddbce
|
Makefile creates .so (internall a .dll on windows?)
|
2018-04-21 15:44:09 -07:00 |
|
_
|
d888298afd
|
Added struct for PldHeader and related function
|
2018-04-21 03:39:25 -07:00 |
|