- Jun 03, 2019
-
-
Studer Gabriel authored
-
Studer Gabriel authored
The result are valid queries of chains with name '_'.
-
- May 31, 2019
-
-
Studer Gabriel authored
-
- May 29, 2019
- May 27, 2019
-
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Studer Gabriel authored
-
- May 24, 2019
-
-
Xavier Robin authored
-
- May 23, 2019
-
-
Xavier Robin authored
-
Xavier Robin authored
Fixes the error "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()" in AddMesh.
-
- May 22, 2019
-
-
Xavier Robin authored
-
- May 20, 2019
-
-
Studer Gabriel authored
Atoms that do not actually exist are still added in deep view. The problem is that they're added at position (9999.99, 9999.99, 9999.99). Internally we use a grid of equally sized cubes to efficiently lookup up positions closeby. Extreme locations lead to an extremely large grid with most of the cubes being unoccupied. The simple solution here is to just increase the size of the cubes. The larger the cubes, the slower the code. However, in real world scenarios their size won't be inreased.
-
- May 16, 2019
-
-
Studer Gabriel authored
-
Gerardo Tauriello authored
-
Gerardo Tauriello authored
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Studer Gabriel authored
-
Studer Gabriel authored
-
- May 15, 2019
-
-
Studer Gabriel authored
hasn't been used/tested for years
-
Studer Gabriel authored
-
Studer Gabriel authored
The required functionality has been removed in commit: 41ba5333
-
Studer Gabriel authored
-
Studer Gabriel authored
Use the WrappedTMAlign instead
-
Studer Gabriel authored
-
Studer Gabriel authored
Image export has been performed using platform dependent offscreen buffers that are setup manually. Segfaults etc. were observed on several occasions. This commit enables offscreen rendering through the GLCanvas using QT functionality. Pro: - QT takes care of platform dependent things - Other image formats than just png come for free Con: - The gfx module didn't depend on QT and image export could be scripted Scripting is still possible, but a GLCanvas must be created. - A offscreen solution could be implemented but it would still depend on QT
-
- May 14, 2019
-
-
Gerardo Tauriello authored
-
- May 13, 2019
-
-
Gerardo Tauriello authored
-
- May 09, 2019
-
-
Gerardo Tauriello authored
-
Gerardo Tauriello authored
-
- Apr 24, 2019
-
-
Gerardo Tauriello authored
-
- Apr 17, 2019
-
-
Gerardo Tauriello authored
-
- Apr 09, 2019
-
-
Xavier Robin authored
Ignore missing (struct_conf|struct_sheet_range).(beg|end)_label_seq_id data item in fault_tolerant mode of mmCIF reader.
-
Xavier Robin authored
-
- Apr 03, 2019
-
-
Xavier Robin authored
-
- Mar 20, 2019
-
-
Gerardo Tauriello authored
-
- Mar 15, 2019
-
-
Gerardo Tauriello authored
-
Gerardo Tauriello authored
-