-
Notifications
You must be signed in to change notification settings - Fork 233
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
Wifi Input Output bug #228
Comments
Test the following, restart blender and make that directly. Wifi needs a bit extra work. |
I will keep eyes on it, seems the wifi can be pretty sensitive. also I noticed the Viewer node when I use many, if one failed to work, |
I will close this issue, added wifi to my todo. |
Thanks Ly. |
Okay this is broken and I think it will go quicker and be better to rewrite this than to track down the problems. |
This also has the advantage that we got rid of |
There is actually an crazy amount of things that can go wrong for a simple node that only creates virtual links. I think how noodle reattach themselves have changed a little bit since 2.69 at least. It is most working now, but perhaps not backwards completely compatible. Have to ensure that before pushing it. And also the code is really ugly right now, has to sanitized a bit more, otherwise this isn't an improvement... Due to my dislike of how wifi in/out messes up the update system I haven't used so much recently so I am unsure about its correct behavior, have download an old sverchok and test a bit. |
My favorite part is the new update function in def update(self):
multi_socket(self, min=1, breck=True) |
The amount of data has no effect on the time it takes to process the wifi node.
|
https://docs.google.com/file/d/0B6KMvjWAjGiyOURiOWZNU1JhSG8/edit |
Yeah, as long as we make that optional and settable. Is it okay if I make the wifi nodes brighter? The colors are kind of dark per default. Especially the node read/fail is very hard to read... |
yes, i'd like to change this colors too )) wifi not fits all concept |
give me 2 colors and I will focus on the last bug before pushing the fix :) |
if you talking of two colors... than thae should be close 0.536 |
I will push to refactor, it works for almost every case I try now |
Please test a before pushing to master. Anyway it is working a lot better than before. |
oups |
File "/home/nikitron/.config/blender/2.71/scripts/addons/sverchok-master/../sverchok-master/nodes/basic/wifi_out.py", line 140, in update |
Ooops indead |
oops is about my commit to master with your wifi ))) |
Simple fix however and should have been testeted before, give me 15 min or so and we push fix. |
I didn't get a |
hm, line is ok, but box is not |
it is pretty strange... |
Hmm, strange that file seems to work for me. Did you get the fix from refactor? |
line gives tuples, but box gives lists!! |
and box not works |
yes, updated, it still not do |
It is very strange. |
in morning maybe will be clear what is it |
Sounds good, lets solve it tomorrow. |
I still can't reproduce the bug. Anybody else? |
Okay I pushed-merged an update that should fix this specific problem. |
Yes it is working now! Confirmed. The update method is very smooth and interactive now. Who came up with this |
Okay found and resolved it, don't think niki used the last update i pushed last night. Note that the tuple on base level from box might expose some bugs in other places when one sets |
I think this works now, if somebody doesn't agree please reopen this issue. |
Sometimes, under circumstances, the Wifi Input and Output does not transfer. I tested in the setup like above.
Occassionally, when data is not right, Sverchok just does not bake and even the connection is remade, it stops working.
The text was updated successfully, but these errors were encountered: