From: Arthur S. <aj...@ix...> - 2001-06-23 21:07:06
|
Ruth - Thanks - but half a shucks. I had proudly tracked it down and reported a fix - but my message - below didn't post up for some reason. >Further to my prior post re: povexport. >The issue seems to be that in curve_export the >a.color[ii] is an array and the constructor wants >a list. Sounds familiar as to the core problems >related to the VPython compatibilities with >Python2.1 which I overheard on the list. >But a.color[ii].tolist() seems to work as a quick >fix at least. And I have yet to run into any other >problems related to the phenom. >ART Nonetheless I shall download the official povexport. Thanks particularly for doing povexport. By my lights as important contribution to VPython. ART ----- Original Message ----- From: "ruth chabay" <rc...@an...> To: <Art...@rs...>; <vis...@li...> Sent: Saturday, June 23, 2001 2:29 PM Subject: Re: [Visualpython-users] povexport and New VPython > Yes, this is reproducible; thanks for reporting it. > There is a new version of povexport.py on the web site that contains a > workaround, as well as a change by Markus Gritsch to allow "shadowless=1" > as a keyword in the export function. > > (The error is caused by attempting to assign an array to object.color - > apparently this is no longer allowed.) > > Ruth > |