8 Commits

Author SHA1 Message Date
e8da6131fd License headers: use SPDX-FileCopyrightText for all addons
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
133cc4456b Fix #104600, io_mesh_atomic: because of the new stick feature 'double / tripple bonds' in the 'normal' representation type, show the property field 'distance' (distance between sticks) 2023-05-19 10:52:09 +02:00
b4ebccb3e7 Fix #104600, io_mesh_atomic: 1. any distance between double and tripple bonds can be chosen, 2. better initial value, 3. better explanation 2023-05-19 10:41:46 +02:00
b8d86ccc0a File headers: use SPDX license identifiers
See T95597
2022-02-11 16:05:07 +11:00
2829c040f4 T94008, T94292
Check before, if the user is in the 'EDIT_MESH' mode. If so, change to 'OBJECT' mode.
2022-01-13 19:06:10 +01:00
158b85876a T94008, T94292
When importing a PDB file, the user has to be in the 'OBJECT' mode. With the changes
in the code, this mode is automatically set before the PDB import. No error message
should appear when the 'EDIT' mode is still active.
2022-01-13 17:59:01 +01:00
a659ebbd5d Change of concept - default options in PDB importer: when it is desired to show the sticks of atoms as cylinders then
the cylinders should be individuel single objects. The user can still choose a fusion of the sticks to one object
in the options.
2019-12-28 11:34:30 +01:00
9791bd3a22 The new ‘Atomic Blender PDB/XYZ’ importer. T62804
Comments
========
This is the fusion of the 3 atomic blender addons from Blender 2.79:

    1. PDB (I/O addon for .pdb files, was in trunk before)
    2. XYZ (I/O addon for .xyz files, was in contrib before)
    3. Utilities (panel for modifying atomic structures, was in contrib before),

into one single addon called ‘Atomic Blender PDB/XYZ’.
2019-03-28 10:37:49 +01:00