Source code for direct.directutil.LargeBlobSenderConsts
"""LargeBlobSenderConsts module"""
USE_DISK = 0x01
ChunkSize = 100
FilePattern = 'largeBlob.%s'
[docs]def getLargeBlobPath():
from panda3d.core import ConfigVariableString, ConfigFlags
# this folder needs to be accessible by everyone that is going to level edit
# an area as a group
return ConfigVariableString('large-blob-path', 'i:\\toontown_in_game_editor_temp', 'DConfig', ConfigFlags.F_dconfig).value