Hello again!
My concern was if some features have been lost in the process of exposing the pyqt implementation from the Blur tools.
Or if someone has had problems by using this plugin.
You told me that people is using it, more or less, without problem so I'm going to keep testing it. I don't really want to install the Blur tools just for PyQt. I don't need its rest of tools, nor the wrappers for the rest of softwares.
I see that Steven has just made a new example that uses a ui file in response to the last issue. Thanks and thanks for pointing me the issue, I hadn't read it.
On the other hand, I've rewritten some of the code in order to control the XSI events because I don't like the idea of having unecessary active events. I read that Steven doesn't like this idea (last comments in Issue #1) but if you like, i'll give you the changes (well, I haven't invented the wheel).
Set the random range from -0.5 (or whatever below 0) till 1. Then: if < 0 set to -1
Just saw that you don't want 0-1, but 0 and 1. So basically the same... or set random range -1 till 1 and use round? Or why not getting a random integer and convert to scalar?


Thank you all for the good read :)
This helped me clarify what I really had in mind. So, basicly I was looking for a node that would randomly output a few preselected numbers (and only those numbers).
Here's a screen grab :