New feature
Patch [#33445] - Experimental Cycles Hair Rendering (CPU only) This patch allows hair data to be exported to cycles and introduces a new line segment primitive to render with. The UI appears under the particle tab and there is a new hair info node available. It is only available under the experimental feature set and for cpu rendering.
This commit is contained in:
@@ -78,6 +78,7 @@ void register_node_type_sh_fresnel(struct bNodeTreeType *ttype);
|
||||
void register_node_type_sh_layer_weight(struct bNodeTreeType *ttype);
|
||||
void register_node_type_sh_tex_coord(struct bNodeTreeType *ttype);
|
||||
void register_node_type_sh_particle_info(struct bNodeTreeType *ttype);
|
||||
void register_node_type_sh_hair_info(struct bNodeTreeType *ttype);
|
||||
void register_node_type_sh_script(struct bNodeTreeType *ttype);
|
||||
void register_node_type_sh_normal_map(struct bNodeTreeType *ttype);
|
||||
void register_node_type_sh_tangent(struct bNodeTreeType *ttype);
|
||||
|
Reference in New Issue
Block a user