Parcourir la source

export setMaterialRangeCommand (#28338)

ycw il y a 1 an
Parent
commit
2bb030b9b0
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      editor/js/commands/Commands.js

+ 1 - 0
editor/js/commands/Commands.js

@@ -10,6 +10,7 @@ export { SetGeometryValueCommand } from './SetGeometryValueCommand.js';
 export { SetMaterialColorCommand } from './SetMaterialColorCommand.js';
 export { SetMaterialCommand } from './SetMaterialCommand.js';
 export { SetMaterialMapCommand } from './SetMaterialMapCommand.js';
+export { SetMaterialRangeCommand } from './SetMaterialRangeCommand.js';
 export { SetMaterialValueCommand } from './SetMaterialValueCommand.js';
 export { SetMaterialVectorCommand } from './SetMaterialVectorCommand.js';
 export { SetPositionCommand } from './SetPositionCommand.js';