Error message

  • Notice: Undefined index: 0 in user_node_load() (line 3501 of /home1/cgwarsco/public_html/houdini/modules/user/user.module).
  • Notice: Trying to get property of non-object in user_node_load() (line 3501 of /home1/cgwarsco/public_html/houdini/modules/user/user.module).
  • Notice: Undefined index: 0 in user_node_load() (line 3502 of /home1/cgwarsco/public_html/houdini/modules/user/user.module).
  • Notice: Trying to get property of non-object in user_node_load() (line 3502 of /home1/cgwarsco/public_html/houdini/modules/user/user.module).
  • Notice: Undefined index: 0 in user_node_load() (line 3503 of /home1/cgwarsco/public_html/houdini/modules/user/user.module).
  • Notice: Trying to get property of non-object in user_node_load() (line 3503 of /home1/cgwarsco/public_html/houdini/modules/user/user.module).

[VOPs] Inline VOP

inline vop 은 vops builder 에 외부 vfl 을 불러올 수 있습니다.

그 예로,
inline vop 에서 cartoon.vfl 불러와 input 에 create parameter 을 연결합니다.

cartoon.vfl 의 코드에서

surface
cartoon(vector baseclr={1, .7, .6};
)
{
vector nn;
float l;

nn = front...

파란색으로 표기한 baseclr 을 parameter name 과 parameter label 에 입력하고 parameter tpye 또한 color(vector) 로 맞춥니다.
칼라값도 원하는 값으로 수정해 줍니다.
SHOP 으로 출력해 보면 변화된 값을 확인할 수 있습니다. :D