* * *
* * *
I attach a screenshot: Screenshot from 2026-01-06 16-30-55.png
of a CQ-editor window, showing the Log Viewer output from a test script (attached):
bwy_ 3.2 test append a cq.Vector to a python3 list.py
* * *
* * *
Pasted here is a copy of the CQ-editor Log Viewer output (emphasis added):
...
[15:58:58] INFO: bwy_3.2 test append a cq.Vector to a python3 list.py *** STARTING *** ...
[15:58:58] INFO:
bwy_3.2 test append a cq.Vector to a python3 list.py: *** BEFORE *** test_list = test_list.append(test_vector)
[15:58:58] INFO: bwy_3.2 test append a cq.Vector to a python3 list.py: test_vector.__class__<<class 'cadquery.occ_impl.geom.Vector'>>
[15:58:58] INFO: bwy_3.2 test append a cq.Vector to a python3 list.py: test_list.__class__<<class 'list'>>
[15:58:58] INFO:
bwy_3.2 test append a cq.Vector to a python3 list.py: *** AFTER *** test_list = test_list.append(test_vector)
[15:58:58] INFO: bwy_3.2 test append a cq.Vector to a python3 list.py: test_vector.__class__<<class 'cadquery.occ_impl.geom.Vector'>>
[15:58:58] INFO: bwy_3.2 test append a cq.Vector to a python3 list.py: test_list.__class__<<class 'NoneType'>>
[15:58:58] INFO:
bwy_3.2 test append a cq.Vector to a python3 list.py *** ... FINISHED ***
...
*** NOTE *** The *** BEFORE *** test_list.__class__<<class 'list'>> has changed *** AFTER *** to test_list.__class__<<class 'NoneType'>>
so test_list is no longer a valid list type and subsequent list operations fail on it.
* * *
* * *
Etobicoke (Toronto), Ontario, Canada