From 81c31d4f3743fbfa6fb54cb41e352c8d40de4126 Mon Sep 17 00:00:00 2001 From: Saurabh Mogre Date: Tue, 26 Sep 2023 15:52:28 -0700 Subject: [PATCH] add info in default values --- cellpack/autopack/interface_objects/default_values.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cellpack/autopack/interface_objects/default_values.py b/cellpack/autopack/interface_objects/default_values.py index 3ff2a468d..46f7d48d1 100644 --- a/cellpack/autopack/interface_objects/default_values.py +++ b/cellpack/autopack/interface_objects/default_values.py @@ -8,8 +8,8 @@ "weight_mode": "linear", "pick_mode": "linear", "description": "Linear gradient in the X direction", - "reversed": False, - "invert": False, + "reversed": False, # is the direction of the vector reversed? + "invert": False, # is the gradient inverted? (this does weights = 1 - weights) "mode_settings": {}, "weight_mode_settings": {}, }