CodeYan01
CodeYan01
"2x Mithril Powder Collection" shows only 0/2 (implying it guesses you only have to mine 2 mithril ores.
### Description Adds functions related to selected scene items and show/hide transitions of sceneitems. I did see that obs.h says that the `...selected` and `...locked` functions are supposed to be...
### Description Adds info on what the enum callbacks should return. ### Motivation and Context I was using obs_scene_enum_items but I had no idea whether I should return true or...
### Operating System Info Windows 10 ### Other OS _No response_ ### OBS Studio Version 29.0.0-beta1 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://obsproject.com/logs/Q5AI4zR2t4wrf8Hs ###...
### Operating System Info Windows 10 ### Other OS _No response_ ### OBS Studio Version 27.1.3 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://obsproject.com/logs/FJ-gpQ3roLx5boRD ###...
Makes it easier to toggle looping, and prevents flickering that would be caused by calling `TkinterVideo.play()` after the "" event. Fixes #32
https://github.com/PaulleDemon/tkVideoPlayer/assets/65320293/696c2a86-f6ac-4fd4-a0e0-9ae59a4c1f39 I assume this is because tkinter events are queued, so there's a delay when replaying the video (as it has to process other events first before the callback is...
 The readme mentions this line of code (I did not include the subdirectories though) to quickly do it for the entire project but it doesn't accept it as a...
In Python, everything is accessed via subscripts, no dot notation. Please add a configuration option to make it so all object paths use subscripting. Thank you