Skip to content

Commit

Permalink
Figura Format 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KitCat962 committed Mar 3, 2024
1 parent ae21bb3 commit c9b25d8
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 281 deletions.
16 changes: 12 additions & 4 deletions plugins/figura_format/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ This Plugin adds a Project Format that will make the following changes to Blockb
* New Animations will be named `new` instead of `animation.model.new`.
* The "Anim Time Update" Animation property has been renamed to "Start Offset" to reflect how the property is parsed by Figura.
* The "Override" Animation property has been renamed to "Override Vanilla Animations" to better reflect how the property is used by Figura.
* Added "Copy ModelPart Path" under the Right Click context menu for Cubes, Groups, and Meshes.
* Copies the full script path of the ModelPart as dictated by Figura's scripting API.
* Added "Match Project UV with Texture Size" under Edit.
* When enabled and in PerFaceUV Mode, the ProjectUV will be changed to match the current active texture making using Textures of different sizes less of a pain.
* Added "Copy X Path" under the Right Click context menu for Cubes, Groups, Meshes, Animations, and Textures.
* Copies the full script path as dictated by Figura's scripting API.
* Assumes the bbmodel is at the root of the avatar.
* Added "Add Animations..." under Animation.
* Allows you to select a bbmodel and imports all animations you select, replacing old animations.
* Intended to replace "Export Animations to file, then import file" workflow.
Expand All @@ -16,7 +15,16 @@ This Plugin adds a Project Format that will make the following changes to Blockb
* Added "Cycle Vertex Order" as one of the mesh editing buttons when at least one Face is selected.
* Cycles the vertices of a Quad in order to change how textures are rendered on it when triangulated.
* Will invert the face. Use the "Invert Face" button to fix this.
* Added "Allow Duplicate Names" which can be found in the Figura Plugin Settings (File->Plugins->Figura Format->Settings)
* Enabling this bypasses the group name restrictions, such as duplicate group names and special characters in group names.
* Will break certain Blockbench Animation features. Use at own risk.
* Added "Recalculate UVs" under UV.
* Scales an entire texture's uvs to match a new texture size.
* Useful for fixing Texture Size related issues.
* Added "Optimize Model" under Tools.
* Provides batch operations related to optimizing a bbmodel for filesize when compressed to a Figura Avatar.
* Removed Blockbench Animated Textures.
* Removed File Name textbox.
* Removed Model Identifier.
* Removed Molang Errors.
* Removed Texture Render Mode from the Texture Properties.
Expand Down
Loading

0 comments on commit c9b25d8

Please sign in to comment.