-
- Notifications
You must be signed in to change notification settings - Fork 216
Comparing changes
Open a pull request
base repository: mamoniem/UnrealEditorPythonScripts
base: master
head repository: rdbreak/UEPythonScripts
compare: main
- 12 commits
- 15 files changed
- 1 contributor
Commits on Aug 23, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 0a9c4c1 - Browse repository at this point
Copy the full SHA 0a9c4c1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for eec6716 - Browse repository at this point
Copy the full SHA eec6716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86785b2 - Browse repository at this point
Copy the full SHA 86785b2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b3a6f89 - Browse repository at this point
Copy the full SHA b3a6f89View commit details -
Refactored
ArchiveUnusedAssets.py
- Refactored functions for better readability and modularity. - Added type hints and Google-style docstrings. - Updated with f-strings and improved structure.
Configuration menu - View commit details
-
Copy full SHA for 3df9534 - Browse repository at this point
Copy the full SHA 3df9534View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7255b5a - Browse repository at this point
Copy the full SHA 7255b5aView commit details -
Polished UnifyAllAssetsDuplicates.py for better performance 🔄
- Streamlined functions and improved readability. - Added type hints and Google-style docstrings. - Enhanced loop efficiency and structure.
Configuration menu - View commit details
-
Copy full SHA for 96cdca6 - Browse repository at this point
Copy the full SHA 96cdca6View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 47e63ff - Browse repository at this point
Copy the full SHA 47e63ffView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 776300b - Browse repository at this point
Copy the full SHA 776300bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 136e7a6 - Browse repository at this point
Copy the full SHA 136e7a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc2c8f - Browse repository at this point
Copy the full SHA ddc2c8fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1506f36 - Browse repository at this point
Copy the full SHA 1506f36View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...main