Actions
Bug #23
closedChimera snapshot program does not work with latest version of Chimera or on Fedora
Status:
Closed
Priority:
Normal
Assignee:
Amber Herold
Category:
-
Target version:
-
Affected Version:
Show in known bugs:
Workaround:
Description
The Chimera shapshot program 'apChimSnapshot.py' does not work with the latest version of Chimera (version 1.4). So, we are currently stuck using Chimera version 1.2509 and CentOS 5.
Two things are broken:- the Xvfb trick we use to generate images fails on the latest version of Fedora 12.
- the function call,
vertices, triangles = surf.surfacePieces[0].geometry
, is deprecated, so we need to find the new function.
Actions