Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Mustard2/MustardUI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2026.2.0
Choose a base ref
...
head repository: Mustard2/MustardUI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2026.3.0
Choose a head ref
  • 5 commits
  • 28 files changed
  • 2 contributors

Commits on Jan 26, 2026

  1. Version 2026.2.1 (#292)

    - UI: Improved the Physics items list in Configuration mode. To avoid confusion, the Cloth icon now means that an Outfit has been assigned to the item.
    - Fix: The Outfit Deletion operator was not working correctly. It deleted the Outfit selected in Configuration mode, and not the one in the outfit list.
    - Fix (partial #285): When deleting an Outfit, Mask status and Shape Key values were not reverted. Now all the masks of the deleted outfit are disabled, and the custom property values set to the default value before deletion.
    - Fix: Fixed a warning when starting Blender.
    - Fix: Boolean Custom Properties were rebuilt with the Rebuild Custom Properties tool as integers instead of booleans.
    Mustard2 authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    61d8f82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b732354 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Configuration menu
    Copy the full SHA
    8357690 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2026

  1. Fix Mask modifier matching & Enhance Version Date configuration (#290)

    * Refine mask modifier name matching to use endswith
    
    Updated mask modifier checks in both ops_complete_outfit_visibility.py and ops_visibility.py to use mod.name.endswith(obj.name) instead of checking for substring presence.
    
    This change ensures more precise matching of modifier names to object names.
    
    * Add customizable date format for model version
    
    Introduces options to select the date format for the model version, including new properties for date format and manual date entry. Updates the configuration logic to use the selected format and handle invalid dates gracefully. UI is updated to allow users to choose the date format and set the date vector if enabled.
    
    * Apply suggestions from code review
    
    * Update modifier name check to use endswith method
    
    * Refactor outfit visibility operator in Blender
    
    * Apply suggestions from code review
    
    * Apply suggestion from @Mustard2
    
    ---------
    
    Co-authored-by: Mustard <60780948+Mustard2@users.noreply.github.com>
    Ckang3D and Mustard2 authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    cd22d32 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Version 2026.3.0 (#297)

    - Enhancement: The Simplify tool has been completely rewritten to support new features and solve some longstanding issues (#300 #304).
    - Feature (#149 #187): Float subtype and step can now be set in the custom property settings.
    - Enhancement (#290): The Version Date can now be overridden and customized with different date formats (thanks to @Ckang3D).
    - Fix: An error with morph presets when using boolean values might occur.
    - Fix (#290): Fixed an issue on the outfit Mask modifiers that might be enabled/disabled erroneously if outfits with names that are substrings of others are used (thanks to @Ckang3D).
    Mustard2 authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    9580140 View commit details
    Browse the repository at this point in the history
Loading