21 Commits

Author SHA1 Message Date
badlogic
b67bf992a0 Single bone IK fix and license header update. Closes #1580, closes #1581. 2019-12-20 12:20:46 +01:00
Harald Csaszar
e88cfd4dac [unity] Fixed an exception at SkeletonGraphic when no active attachments are set. MeshGenerator.GenerateSingleSubmeshInstruction() didnt't handle the case of all-null attachments. Improved code to not generate an unnecessary empty instruction. Closes #1491. 2019-09-23 13:12:16 +02:00
NathanSweet
842dffbd83 [all] Source clean up, formatting, and tabs for indentation. 2019-08-27 15:57:14 +02:00
Harald Csaszar
5c203ee2db [unity] Fixed SkeletonGraphic not updating the canvas renderer texture after skin changes (e.g. when calling GetRepackedSkin). Closes #1459. 2019-08-20 15:23:18 +02:00
Harald Csaszar
e898ff829c [unity] Cleanup: Split the file Mesh Generation/SpineMesh into 4 separate files for each contained class. No API changes. 2019-07-17 02:17:03 +02:00
Harald Csaszar
1d0cce3707 [csharp] Port of more skin API changes, commits: 659c390, 7ee57dc, b3c2170, b71970a, 42c1c4a, 70cdf2d. See #841 2019-06-04 18:24:40 +02:00
badlogic
7f7e5f0fec Updated license headers and LICENSE files. 2019-05-02 11:38:19 +02:00
Harald Csaszar
7b690624f3 [unity] Fixed SkeletonPartsRenderer mesh tangent error. Also fixed another potential size mismatch at mesh normals or tangents vs vertices. Closes #1265. 2019-02-06 19:17:56 +01:00
pharan
65e8d12e63
[unity] Fix tint black buffer mismatched sizes when vertex array is smaller. 2018-12-18 14:02:38 +08:00
pharan
3a96c22c3a
[unity] Fix mesh generator submesh buffer starting too large. 2018-11-15 11:30:48 +08:00
pharan
ff31888adf
[unity] Fix submesh count regression.
This also fixes tangents not being fully calculated when a skeleton uses no clipping and multiple submeshes.
2018-11-15 10:49:19 +08:00
pharan
1b95de7ac4 [unity] Formatting and docs. 2018-11-13 05:45:47 +08:00
pharan
27828048fb [unity] Fix MeshGenerator unnecessarily disposing buffer objects. 2018-10-18 21:37:24 +08:00
pharan
8d74ef06ac [unity] Prospective resizing for MeshGenerator AddSubmesh branch. 2018-10-18 21:36:22 +08:00
pharan
d78b2fd024 [unity] Use EnsureCapacity for predetermined list sizes. 2018-10-18 21:35:33 +08:00
pharan
fac440c434 [unity] Allow user to preallocate MeshGenerator buffer size. 2018-10-17 22:18:53 +08:00
pharan
6dec3d37fa [unity] Fix MeshGenerator unnecessarily replacing buffer objects. 2018-10-17 22:18:06 +08:00
pharan
d336712ccc [unity] Changed skeleton flipX/Y to scaleX/Y. 2018-07-12 18:05:56 +08:00
John
40a3a39008
[unity] Fix some type uses in SpineMesh code. 2018-06-24 09:06:38 +08:00
badlogic
cd198815e5 Merge branch '3.6' into 3.7-beta 2018-06-07 16:47:50 +02:00
pharan
065a10f4b3 [unity] Reorganize folders for asmdef compatibility. Remove old files. 2018-05-29 12:58:49 +08:00