- Renderman Procedural "DynamicLoad" : {WARNING} Ri*: No active context.
在test.rib文件里写:
Procedural "DynamicLoad" ["quadricProcedural" "1.0 -1.0 1.0 0.0 360.0 0.0"] [-200 200 -200 200 -200 200]
>prman test.rib ,提示:
A00000 {WARNING} RiTransformBegin: No active context.
A00000 {WARNING} RiRotate: No active context.
A00000 {WARNING} RiSphere: No active context.
A00000 {WARNING} RiTransformEnd: No active context.
这个问题困扰我了很多天,今天在波波的帮助下解决了,在此再次感谢!详细解决方案请看他的blog:
http://www.cnblogs.com/Jedimaster/archive/2010/10/04/1842097.html
Bo Zhou gives me a lot of help on this problem. Thanks again!
See his blog here for the detail solution.
- prman -rif C:\pointToDSO.dll C:\_perspShape.0004.rib 提示:C01001 {ERROR} Error opening DSO C:\pointToDSO.dll:
-rif对'\'的解析有问题,应该把‘\’改为‘/’ :
prman -rif C:/pointToDSO.dll C:/_perspShape.0004.rib
转载请注明出处