3 Commits

Author SHA1 Message Date
Joseph Lisee
c001c4b3c5
[python] the primitive builder reset state failure (#600)
Make sure to reset the primitive `_stream_id` after each usage, and
make sure each class is calling the super class.

It looks like the static `_category` was being improperly reset
instead, that is now changed to `_stream_id` and everything works
correctly with a full state flush each time.
2020-06-30 08:46:20 -04:00
Timothy Wojtaszek
237cc98f5a
Add Declarative UI builders for Python (#595) 2020-06-09 12:30:12 -07:00
Timothy Wojtaszek
3cd43ae3af
Python module rename to xviz_avs (#588)
* Fix Protobuf writer to add PBE1 prefix to file
* Update protobuf & fix directory writer
* Fix FutureInstance builder and add tests
2020-05-12 22:00:14 -07:00