Commit Graph

56 Commits

Author SHA1 Message Date
_
27a43e5943 Removed path manipulations for single absolute path to build location of .so 2018-05-18 16:49:06 -07:00
_
52de706a96 gettextures() returns list of writable byte arrays 2018-05-17 22:44:00 -07:00
surkeh
e63154cd7f Changed SystemExit exception to RuntimeError 2018-05-17 16:58:45 -07:00
_
979c5f4aaa Updated fn call in test 2018-05-17 16:46:45 -07:00
_
95836e0dfa Fixed unupdated name 2018-05-17 16:46:13 -07:00
_
6b5931c979 Added consistent names for methods for textures 2018-05-17 16:34:07 -07:00
_
058e395735 Added consistent naming for methods for geo 2018-05-17 16:30:01 -07:00
_
e63ddfb838 Added library to path to search for .so 2018-05-17 15:28:28 -07:00
_
9b9f0bd6ee Fixed issues caused by importing from __init__ statements 2018-05-17 15:20:39 -07:00
_
911a1ad840 Added return statement for fn in __init__ 2018-05-17 15:07:17 -07:00
_
360de0dea5 declared function where del sharedlib is not needed anymore 2018-05-17 14:00:52 -07:00
_
a2d91cd56b Handled exception where .so can not be loaded. 2018-05-17 12:01:16 -07:00
_
53ec9b0474 Added exceptions for textures objects 2018-05-17 11:35:43 -07:00
_
cef4720e42 Added exceptions for pld getheader() 2018-05-17 11:35:19 -07:00
_
201df8d366 Tested exceptions thrown 2018-05-17 11:26:01 -07:00
_
2c3aba370f Corrected return value for geo's getheader 2018-05-17 11:14:24 -07:00
_
4b574f9456 Added raise RuntimeError blocks for all pyobjects in geo 2018-05-17 11:08:58 -07:00
surkeh
f4e5dfa269 removed stray #! 2018-05-17 00:02:17 -07:00
surkeh
6ffe6f57ec Raise exception if python mesh fails to extract meshes 2018-05-16 22:32:43 -07:00
surkeh
43afe7bf70 Cleanup: #!s, prints, exceptions, more consistent naming 2018-05-16 22:10:46 -07:00
_
a5abb9d24f Added final names for pld component 2018-05-16 20:18:37 -07:00
_
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