-
Notifications
You must be signed in to change notification settings - Fork 44
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
auto check wont check #89
Comments
Do you see any errors in the console? |
Sorry for missing this question @Lynchon83! The other thing is to try restarting blender and then checking if it did the check. The trigger is meant to occur not exactly at the time the interval is reached, but rather at the next eligible time, ie when someone starts a new session. This is to avoid having overhead of a constantly running polling mechanism. |
Checkin in - is this still a problem? |
Hi @TheDuckCow , I managed to achieve this feature by adding a "bpy.app.handlers.load_post" handler and call the check now operator. And with that, i call the op whenever a file is loaded, because otherwise old files will remain in "check now for updates" status. if the setting "check_interval" does not stablish a time interval when will be checked for updates i consider it misspelling.
|
@iMaciaP |
@schroef no, i do not have that behaviour when auto launching the check update |
Okay I would presume it does, because you call the check on each file load.
If the user doesn't choose to do the upload. Normally that means it shows
again after the timer reaches 0. But since you call it now on each file
load, I was thinking it would then show again. Over and over.
…On Wed, Mar 6, 2024, 06:00 Ivan MP ***@***.***> wrote:
@schroef <https://github.com/schroef> no, i do not have that behaviour
when auto launching the check update
—
Reply to this email directly, view it on GitHub
<#89 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABU2GABCDIAEHXREQFFFBYDYW3SKBAVCNFSM6AAAAAA5Y4Z3PKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBQGQ4TOMJWHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi,
The updater works fine if I manually search for updates but, even if I have enabled auto-check in the preferences panel, it wont launch the function that searches for updates in bitbucket.
I've changed the interval property (inside class
DemoPreferences(bpy.types.AddonPreferences)
) to just one minute in order to see if it looks for any update but nothing happens.Is there any other seting I should check?
The text was updated successfully, but these errors were encountered: