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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2020-08-04 01:28:59 +0300
committerHans Goudey <h.goudey@me.com>2020-08-04 01:28:59 +0300
commit6791b88d2805ee8d923a623300b9cdf32af7f1b2 (patch)
tree391ab7b835a44d540da1cc2e9f502b8707ce664e /source/blender/blenkernel/intern
parent4b99df20d57e851e445db0df95f6d297a91941f8 (diff)
parent9de5adc6a1a9cd6ca18ac30180b5d35f16c8b289 (diff)
Merge branch 'blender-v2.90-release'
Diffstat (limited to 'source/blender/blenkernel/intern')
-rw-r--r--source/blender/blenkernel/intern/unit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/unit.c b/source/blender/blenkernel/intern/unit.c
index f37feab4b85..efe10b02940 100644
--- a/source/blender/blenkernel/intern/unit.c
+++ b/source/blender/blenkernel/intern/unit.c
@@ -1005,7 +1005,6 @@ bool bUnit_ReplaceString(
/* Fix cases like "-1m50cm" which would evaluate to -0.5m without this. */
changed |= unit_distribute_negatives(str, len_max);
- printf("%s\n", str);
/* Try to find a default unit from current or previous string. */
default_unit = unit_detect_from_str(usys, str, str_prev);