These should be fine. The thing to look out for is what you are actually
doing each time the event triggers your code. sometimes triggers can happen
faster than you like and you can then use a qtimer to limit the minimum
amount of time before a function can actually run again once it is
triggered.

scriptJob sends event which triggers your qtimer.start which executes your
function. **tip: QTimer should be singleShot=True

On Mon, Sep 15, 2014 at 11:00 AM, <[email protected]> wrote:

> will I see any performance hit while they're running, or are they fairly
> gentle?
>
> sorry - this is all new to me ;)
>
> Kev
>
> --
> You received this message because you are subscribed to the Google Groups
> "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/5d021b7a-2ddd-4885-a667-c18f4bbc9327%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAM9RXoK%2BWG08rF%2BrL9GZEi_3kVtm4CF56Vi9gEw%3DnQnNgS7LDQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to