CommunityScripts icon indicating copy to clipboard operation
CommunityScripts copied to clipboard

[renamerOnUpdate] add path length config

Open ghost opened this issue 3 years ago • 0 comments

config.py

path_length = 240

renamerOnUpdate.py

if len(path) > config.path_length and not IGNORE_PATH_LENGTH:

ghost avatar Sep 27 '22 20:09 ghost