-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] does not display custom icon #427
Comments
Hey PavelBlend, The custom icon should always be displayed on the button: Unless it is enabled on an object, then it will show X: If you are not seeing the custom icon, then there might have been a problem when the addon loads the icon. I noticed a small problem in the code, but it did not affect how my icon loads. Would you be able to replace your flip_fluids_addon/properties/flip_fluid_properties.py file with this modified version: flip_fluids_addon/properties/flip_fluid_properties.py And then open Blender and let me know what is shown in the system console (Blender > Window > Toggle System Console) and if the custom icon is displayed. The modified file might output some information that looks like this:
|
I am using version 9.0.5.3. |
Hey PavelBlend, Thanks for the update! I understand the problem now and was able to reproduce the issue of the custom icon not loading. The self.is_custom_icons_loaded variable could be saved into the .blend file as True with File > Save Startup File. For the code to work, the is_custom_icons_loaded variable needs to always be False when Blender is loaded which is why it works as a global variable. I have changed how the icon is loaded. I have removed the variable and the addon will now always load/reload the icon when Blender starts up or when a scene is loaded. This fix will be included in the next update (v1.0.5). - Ryan |
Hello.
I have a question: under what circumstances should the custom icon be displayed?
Once I launched a blender and saw a custom icon in the Physics tab, which is on the flip_fluids_addon\icons\ path.
But it was once and more I did not see him.
Whenever I start a blender, I see the standard icon in the form of a drop.
The text was updated successfully, but these errors were encountered: