ynput / ayon-hiero

Hiero addon for AYON
Apache License 2.0
3 stars 2 forks source link

Adding `AYON_LOG_NO_COLORS` into prelaunch hooks. #16

Open jakubjezek001 opened 2 hours ago

jakubjezek001 commented 2 hours ago

Is there an existing issue for this?

Please describe the feature you have in mind and explain what the current shortcomings are?

Hiero on Windows prints the Ayon logs in the console, but the logs appear colored. The console doesn't interpret the control sequences correctly, making the logs unreadable.

How would you imagine the implementation of the feature?

Adding AYON_LOG_NO_COLORS into default environments via prelaunch hook

{
    "AYON_LOG_NO_COLORS": "1"
}

image

Are there any labels you wish to add?

Describe alternatives you've considered:

No response

Additional context:

No response

jakubjezek001 commented 2 hours ago

Duplicated issue of https://github.com/ynput/ayon-nuke/issues/24 for Hiero