Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/modules/bpy/utils/__init__.py
| Context not available. | |||||
| :type path: str | :type path: str | ||||
| :rtype: bool | :rtype: bool | ||||
| """ | """ | ||||
| # Note that this function is is not optimized for speed, | # Note that this function isn't optimized for speed, | ||||
| # it's intended to be used to check if it's OK to remove presets. | # it's intended to be used to check if it's OK to remove presets. | ||||
| # | # | ||||
| # If this is used in a draw-loop for example, we could cache some of the values. | # If this is used in a draw-loop for example, we could cache some of the values. | ||||
| Context not available. | |||||