Steve Theodore
Steve Theodore
TODO: have to write better examples of how `lists.Templated` and `onWidgetCreated` handle event forwarding from lists. The documentation there is correct as far as it goes -- but far from...
Thanks for setting this up. The vanilla examples work for me and I've been able to tweak the USFs and that works as well. However I can't see how to...
Essentially a module `minq.lowercase` which did the same trick as the main `minq` module but exposed all the class names in lower-case format, enabling cameras().where(item.hfov > 50).get(parents) for people who...
it's pretty simple do to this upstream -- but not downstream because of possible branching. Here;s an example for the hierarchy; the history would be similar. ``` def joint_parent(target): #...
there's a lot of examples that look like this: no_uvs = Meshes().where_not(lambda p: any(using(p).get(UVPointCount))) Which is fine - but it's common enough that it would be nice to get rid...
I see a lot of applications like this: ``` Meshes().foreach( lambda p: using (p).get(Connections)) ``` where you want to do a minq expansion in a foreach loop. the `lambda(p): using(p).get....`...
Not quite sure what to do about this one. However I've noticed that the pyCharm debugger will force an early evaluation of a stream if you are stepping through code...
https://www.youtube.com/watch?v=Y6B4jYBR4Y8