Skip to content

Commit 2d96de1

Browse files
authored
fix(meta): Export isCustomModelCompatible function
The isCustomModelCompatible function was implemented in the core scripts but was not exported, making it inaccessible to other resources that depend on this library. This commit adds the corresponding <export> tag to meta.xml, properly exposing the function and fixing potential "function not found" errors in dependent resources.
1 parent fcf8cd2 commit 2d96de1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

newmodels_azul/meta.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<export function="getCustomModelName" type="shared"/>
3434
<export function="isValidElement" type="shared"/>
3535
<export function="getValidElementTypes" type="shared"/>
36+
<export function="isCustomModelCompatible" type="shared"/>
3637

3738
<!-- Files -->
3839
<file src="models/**/*.col"/>

0 commit comments

Comments
 (0)