修复高级工具中生成报错
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
export class LiquifyCPUManager {
|
||||
constructor(options = {}) {
|
||||
this.config = {
|
||||
gridSize: 8, // 稍微增大网格提高性能
|
||||
gridSize: 100, // 稍微增大网格提高性能
|
||||
maxStrength: 200, // 适度降低最大强度
|
||||
smoothingIterations: 1, // 增加平滑处理
|
||||
relaxFactor: 0.05, // 适度松弛
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div class="printboard_upload_modal" :class="[driver__.driver?'showEvents':'']">
|
||||
|
||||
<div class="printboard_left_upload modal_left">
|
||||
<div class="left_upload_header">
|
||||
<div class="upload_header_item">
|
||||
|
||||
@@ -587,8 +587,9 @@ export default defineComponent({
|
||||
toProductImageVOList:selectArr,
|
||||
// userLikeGroupId:upload.value.userlikeGroupId,
|
||||
projectId:productImgData.selectObject.id,
|
||||
modelName:obj.elementType == 'Relight'?'flux':speed.speedData.value,
|
||||
modelName:props.productimgMenu.value == 'Relight'?'flux':speed.speedData.value,
|
||||
direction:RelightDirection.value,
|
||||
ageGroup:store.state.Workspace.probjects.ageGroup,
|
||||
brightenValue:productImgData.brightenValue,
|
||||
imageStrength:(100 - imageStrength)/100,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user