Command line run tops wont work with mantra or ropfetch
1969 2 1- PeterHam
- Member
- 8 posts
- Joined: 2月 2015
- Offline
- tpetrick
- スタッフ
- 600 posts
- Joined: 5月 2014
- Offline
Your .hip file was last saved in H19.0, but you're loading it in an H19.5 version of Hython. It looks like there are some slight parameter differences on the Mantra node that are causing load warnings. By default, hou.hipFile.load(..) treats warnings as an error, but you an fix that by passing ignore_load_warnings=True into the load function as described here: https://www.sidefx.com/docs/houdini/hom/hou/hipFile.html#load [www.sidefx.com]
If you load your file in H19.5 and resave it that'll also clear up the warnings on future loads.
If you load your file in H19.5 and resave it that'll also clear up the warnings on future loads.
Edited by tpetrick - 2022年11月15日 12:26:53
- PeterHam
- Member
- 8 posts
- Joined: 2月 2015
- Offline
-
- Quick Links