@galacean/effects-plugin-model 2.6.0-beta.1 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects player model plugin
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 飂兮
6
- * Version: v2.6.0-beta.1
6
+ * Version: v2.6.1
7
7
  */
8
8
 
9
9
  import * as EFFECTS from '@galacean/effects';
@@ -10773,8 +10773,7 @@ var JSONConverter = /*#__PURE__*/ function() {
10773
10773
  keyFrames: keyFrames2
10774
10774
  });
10775
10775
  } else {
10776
- var // @ts-expect-error
10777
- _clipData_scaleCurves;
10776
+ var _clipData_scaleCurves;
10778
10777
  (_clipData_scaleCurves = clipData.scaleCurves) == null ? void 0 : _clipData_scaleCurves.push({
10779
10778
  path: path2,
10780
10779
  keyFrames: keyFrames2
@@ -13206,7 +13205,7 @@ var GLTFHelper = /*#__PURE__*/ function() {
13206
13205
  registerPlugin("model", ModelPlugin, VFXItem);
13207
13206
  /**
13208
13207
  * 插件版本号
13209
- */ var version = "2.6.0-beta.1";
13208
+ */ var version = "2.6.1";
13210
13209
  logger.info("Plugin model version: " + version + ".");
13211
13210
  if (version !== EFFECTS.version) {
13212
13211
  console.error("注意:请统一 Model 插件与 Player 版本,不统一的版本混用会有不可预知的后果!", "\nAttention: Please ensure the Model plugin is synchronized with the Player version. Mixing and matching incompatible versions may result in unpredictable consequences!");