Skip to content

Add special case for "repeatable" properties

Chris Harris requested to merge cjh1/paraview:repeatable-none into master

Repeatable properties that had a value of [] were being written out as None in the trace. The correct value is []. This was causing problems when run a script as None gets interpreted as [None] which causes a segfault in the case of the AdditionalLights property (and possibly others).

Merge request reports