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: mamoniem/UnrealEditorPythonScripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rdbreak/UEPythonScripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 15 files changed
  • 1 contributor

Commits on Aug 23, 2024

  1. Modernized PrefixAllAssets.py with Pythonic improvements 🛠️

    - Refactored to use a dictionary for asset prefixes - Updated function and variable names to follow Python conventions - Introduced type hints for better code clarity - Switched to f-strings for more readable string formatting - Added Google-style docstrings for functions and the module - Wrapped execution in a main function for better structure
    rdbreak committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0a9c4c1 View commit details
    Browse the repository at this point in the history
  2. Refactored ReportUnusedAssets.py to modern Python standards 🚀

    - Renamed and cleaned up class and function names for clarity - Moved core logic into a reusable function - Added type hints for better code readability - Implemented f-strings for cleaner string formatting - Enhanced the documentation with Google-style docstrings - Improved overall code organization and modularity
    rdbreak committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    eec6716 View commit details
    Browse the repository at this point in the history
  3. Added pyproject and gitignore

    rdbreak committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    86785b2 View commit details
    Browse the repository at this point in the history
  4. Refactored DeleteUnusedAssets.py for modern Python practices 🧹

    - Renamed class for better clarity and adherence to Python conventions. - Moved the asset deletion logic into a standalone function. - Added type hints for improved code readability. - Implemented f-strings for more concise and readable string formatting. - Enhanced the module and functions with Google-style docstrings. - Improved overall code organization and user interaction with progress dialogs.
    rdbreak committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b3a6f89 View commit details
    Browse the repository at this point in the history
  5. Refactored ArchiveUnusedAssets.py

    - Refactored functions for better readability and modularity. - Added type hints and Google-style docstrings. - Updated with f-strings and improved structure.
    rdbreak committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3df9534 View commit details
    Browse the repository at this point in the history
  6. Refined OrganizeAssetsPerType.py for clarity and efficiency 🎨

    - Organized code into functions for better modularity. - Introduced type hints and Google-style docstrings. - Improved string formatting and code structure.
    rdbreak committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7255b5a View commit details
    Browse the repository at this point in the history
  7. Polished UnifyAllAssetsDuplicates.py for better performance 🔄

    - Streamlined functions and improved readability. - Added type hints and Google-style docstrings. - Enhanced loop efficiency and structure.
    rdbreak committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    96cdca6 View commit details
    Browse the repository at this point in the history
  8. Cleaned up UnifyAssetDuplicates.py for improved usability 🧩

    - Refactored logic into functions for better modularity. - Added type hints and improved string formatting. - Enhanced user feedback with better print statements. - Updated with Google-style docstrings.
    rdbreak committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    47e63ff View commit details
    Browse the repository at this point in the history
  9. Refined ReportTwoSidedMaterials.py for modern standards 🛠️

    - Encapsulated logic into a function for better modularity. - Added type hints and Google-style docstrings. - Improved readability with f-strings and structured logging.
    rdbreak committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    776300b View commit details
    Browse the repository at this point in the history
  10. Enhanced AssignMaterialToAllSimilarNamedMeshes.py

    - Added error handling to ensure both a mesh and material are selected. - Refactored into functions for better modularity and readability. - Introduced type hints and Google-style docstrings. - Improved string formatting and logging.
    rdbreak committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    136e7a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ddc2c8f View commit details
    Browse the repository at this point in the history
  12. Refactored CreateInstancesOfSelectedMaterial.py

    - Added error handling to ensure valid material selection. - Encapsulated logic into a dedicated function for modularity. - Improved readability with type hints and f-strings. - Enhanced documentation with Google-style docstrings.
    rdbreak committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1506f36 View commit details
    Browse the repository at this point in the history
Loading