Skip to content

Commit

Permalink
Update static prop combine tooltip
Browse files Browse the repository at this point in the history
And with this, the user should be able to see *why* they can not use $origin.
  • Loading branch information
bonjorno7 committed Nov 4, 2022
1 parent 49910a3 commit 9ea55d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/props/model_props.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit 9ea55d6

Please sign in to comment.