Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_mesh_atomic/pdb_import.py')
-rw-r--r--io_mesh_atomic/pdb_import.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_mesh_atomic/pdb_import.py b/io_mesh_atomic/pdb_import.py
index 815c9bc2..dc687c60 100644
--- a/io_mesh_atomic/pdb_import.py
+++ b/io_mesh_atomic/pdb_import.py
@@ -1352,10 +1352,11 @@ def import_pdb(Ball_type,
# gets some additional preparation. The vacancy is represented
# by a transparent cube.
if atom.name == "Vacancy":
+ # Some properties for eevee.
material.metallic = 0.8
material.specular_intensity = 0.5
material.roughness = 0.3
- material.blend_method = 'ADD'
+ material.blend_method = 'OPAQUE'
material.show_transparent_back = False
# Some properties for cycles
material.use_nodes = True