Conversation
…leAsConfig Adjusted Logic Config File
Adjusted Logic to check if APP is in use
Fix missing textures
|
Caution Review failedThe pull request is closed. WalkthroughThis update refactors texture and material handling in the glTF exporter, centralizes configuration management, and migrates installer and workflow processes from system-wide to user-specific directories. It removes legacy UV mapping code, introduces a new Changes
Sequence Diagram(s)sequenceDiagram
participant Exporter
participant SettingsConfig
participant MaterialTextures
participant BitmapsUtils
Exporter->>SettingsConfig: GetValue("ApiKey") / SetValue(...)
Exporter->>MaterialTextures: SetMaterialTextures(material, gltfMaterial, doc, opacity)
MaterialTextures->>AssetPropertiesUtils: GetTexturePath(asset)
MaterialTextures->>AssetPropertiesUtils: GetTint(asset)
MaterialTextures->>AssetPropertiesUtils: GetFade(asset)
MaterialTextures->>gltfMaterial: Set texture, tint, fade properties
Exporter->>BitmapsUtils: BlendImageWithColor(image, fade, flatColor, format, tintColor)
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (24)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Chores