From 9ea55d604d58545fe1a95b27978bcc8a329be03f Mon Sep 17 00:00:00 2001 From: bonjorno7 Date: Fri, 4 Nov 2022 23:08:58 +0100 Subject: [PATCH] Update static prop combine tooltip And with this, the user should be able to see *why* they can not use $origin. --- addon/props/model_props.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/props/model_props.py b/addon/props/model_props.py index 2738a74..fc4545a 100644 --- a/addon/props/model_props.py +++ b/addon/props/model_props.py @@ -76,7 +76,7 @@ class SOURCEOPS_ModelProps(bpy.types.PropertyGroup): static_prop_combine: bpy.props.BoolProperty( name='Static Prop Combine', - description='Whether to use the steamapps/content path instead of modelsrc, necessary for autocombine, a neat CS:GO feature', + description='Whether to use the steamapps/content path instead of modelsrc, necessary for autocombine, a neat CS:GO feature.\nWarning: does not work with $origin', default=False, )