Skip to content

Commit

Permalink
Merge pull request #205 from abosafia/master
Browse files Browse the repository at this point in the history
chain sim
  • Loading branch information
pppalain authored Oct 4, 2024
2 parents f511f35 + 9880997 commit a3c01e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/addons/cam/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ async def doSimulation(name, operations):
"""
for o in operations:
getOperationSources(o)
limits = getBoundsMultiple(
operations) # this is here because some background computed operations still didn't have bounds data
o.material.estimate_from_model= True
limits = getBoundsMultiple(operations) # this is here because some background computed operations still didn't have bounds data
i = await generateSimulationImage(operations, limits)
# cp = getCachePath(operations[0])[:-len(operations[0].name)] + name
cp = getSimulationPath()+name
Expand Down

0 comments on commit a3c01e2

Please sign in to comment.