Commit Graph

2086 Commits

Author SHA1 Message Date
miku-666
f8730065ed ModelImporter - Add common model part dectection 2024-05-18 08:45:01 +02:00
miku-666
3c96fd4c8d ModelImporter - Rename fileFilters to SupportedModelFormts and changed to getter only property 2024-05-14 18:50:46 +02:00
miku-666
c2d9dcb4b3 ModelImporter - Add notice when exporting models with 64x32 textures to bedrock legacy model format 2024-05-13 20:19:21 +02:00
miku-666
611494934d Remove OutlineDefinition in favor of BoundingBox 2024-05-13 18:31:59 +02:00
miku-666
28ffedb801 CustomSkinEditor - Add simple unselection when clicking away from an item or pressing escape 2024-05-12 19:42:38 +02:00
miku-666
6d8e4bd1be SkinRenderer - Fix showing guidelines 2024-05-12 19:39:50 +02:00
miku-666
41108ba434 Add ModelImporter for im-/exporting to blockbench supported formats 2024-05-12 19:37:41 +02:00
miku-666
8a0656cfcd SkinRenderer - Fix Default arm rotation and pivot points 2024-05-12 17:54:13 +02:00
miku-666
87df17b4cd SkinBOX - Move IsBasePart and IsOverlyPart from extension to main class 2024-05-12 14:50:01 +02:00
miku-666
0cabf9115b Add ModelPartSpecifics.cs 2024-05-12 14:48:29 +02:00
miku-666
28a6684160 Refactored Skin class 2024-05-12 14:47:43 +02:00
miku-666
70d83eca2a MainForm - Fix duplicating folder when dropping onto itself 2024-05-08 16:44:33 +02:00
miku-666
e9aeb513ad Merge branch 'main' into 3dSkinRenderer 2024-05-08 16:32:15 +02:00
miku-666
4a856deca5 Fix release workflow running when just pushing to the main branch 2024-05-07 18:45:57 +02:00
miku-666
d0f4973627 Update CI workflow name 2024-05-07 18:33:22 +02:00
miku-666
0b1e1eb3ab Add release workflow 2024-05-06 20:40:37 +02:00
miku-666
f6c3602d1e Update build workflow to cache nuget packages 2024-05-05 20:58:14 +02:00
miku-666
91c667bad0 Merge branch 'main' into 3dSkinRenderer 2024-05-01 19:26:38 +02:00
miku-666
02eec26996 Texture.cs - Add virtual function 'SetTexture' 2024-05-01 19:24:45 +02:00
miku-666
a570f99b44 Move 'Features' folder into 'Forms' folder 2024-05-01 13:53:59 +02:00
miku-666
3e6db64cca Merge branch 'main' into '3dSkinRenderer' 2024-04-30 19:10:02 +02:00
miku-666
be1bd6d054 Add serialization/deserialization of property data 2024-04-30 19:00:28 +02:00
miku-666
115c16db97 ImageExtension - Fix leaving bitmap data locked in memory 2024-04-30 18:16:32 +02:00
miku-666
76c8a856fe AnimationEditor - Fix null reference exception when loading treeview 2024-04-29 20:56:28 +02:00
miku-666
8f475070e3 AnimationPictureBox - Update animation system as a whole 2024-04-29 20:46:58 +02:00
miku-666
792399ca50 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2024-04-29 16:14:50 +02:00
miku-666
aadb8519b1 MainForm - Fix animation file name when creating a new one 2024-04-29 16:03:43 +02:00
MattN-L
b3dcb7160b MainForm: Added "Edit Texture Atlas" Button 2024-04-28 20:20:12 -04:00
miku-666
a3098bb39b Move 'IO' folder from 'Classes' to 'internal' folder 2024-04-28 20:52:22 +02:00
miku-666
37a920e578 Remove obsolete PCK-Studio.Installer project 2024-04-28 18:53:27 +02:00
miku-666
99e9844dae Merge branch 'main' into '3dSkinRenderer' 2024-04-28 18:31:33 +02:00
miku-666
9410f7a0ad MainForm - Change description when adding a folder 2024-04-28 18:21:34 +02:00
miku-666
ea77b6b6d2 MainForm - Make context menu entries only show on appropriate items 2024-04-26 21:52:44 +02:00
miku-666
d7375f95d6 MainForm - Remove move up/down menu items in favor of drag n' drop 2024-04-26 21:05:23 +02:00
MattN-L
8d487f8e3c ColEditor: Updated context menu
-Added icons for context menu items
-Context menu items now only appear in the proper context
2024-04-24 14:49:11 -04:00
MattN-L
ae8e9c0c23 Added file icons for copy, paste, and restore functions 2024-04-24 14:47:47 -04:00
miku-666
5d70172739 Update OMI submodule ref 2024-04-24 20:37:03 +02:00
MattN-L
bdf0411cd5 ColEditor: Added ability to add and remove colors (normal colors only) 2024-04-24 13:16:48 -04:00
MattN-L
3812015cd7 AnimEditor: Fixed model checkbox enabling not setting correctly when both set 2024-04-24 12:48:21 -04:00
MattN-L
aebdb64814 ColEditor: Fix for exception when restoring color that doesn't exist 2024-04-24 00:23:54 -04:00
miku-666
8b60352876 Merge branch 'main' into '3dSkinRenderer' 2024-04-23 18:41:39 +02:00
miku-666
9c8ecdff0e Rename IPckSerializer/IPckDeserializer to IPckAssetSerializer/IPckAssetDeserializer 2024-04-23 17:55:24 +02:00
miku-666
c696ad9892 Remove deprecated resx files 2024-04-23 17:46:18 +02:00
miku-666
e6efd420a8 Remove Classes/API/PCKCenter folder as it's no longer supported 2024-04-21 14:16:54 +02:00
miku-666
6f93b0629b Rename PckFileDataExtensions to PckAssetExtensions 2024-04-21 14:13:26 +02:00
miku-666
4285bbdb41 Merge branch 'main' into '3dSkinRenderer' 2024-04-21 14:00:22 +02:00
miku-666
dc8c7ba41a Update OMI and change PckFileData to PckAsset 2024-04-21 13:20:13 +02:00
miku-666
67ad95f623 Remove WiiUPanel.cs and FTPClient.cs 2024-04-21 13:06:28 +02:00
miku-666
034a3a0336 Rename 'IPckFileSerializer' to 'IPckSerializer'
To be more consistent with the name of 'IPckDeserializer'
2024-04-21 01:20:53 +02:00
miku-666
d91f3cca52 Update OMI submodule ref to fix loc file reading issue 2024-04-21 01:05:42 +02:00