Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/blender_shader.cpp
| Context not available. | |||||
| } | } | ||||
| image->color_space = ImageTextureNode::color_space_enum[(int)b_image_node.color_space()]; | image->color_space = ImageTextureNode::color_space_enum[(int)b_image_node.color_space()]; | ||||
| image->projection = ImageTextureNode::projection_enum[(int)b_image_node.projection()]; | image->projection = ImageTextureNode::projection_enum[(int)b_image_node.projection()]; | ||||
| image->interpolation = ImageTextureNode::interpolation_enum[(int)b_image_node.interpolation()]; | |||||
| image->projection_blend = b_image_node.projection_blend(); | image->projection_blend = b_image_node.projection_blend(); | ||||
| get_tex_mapping(&image->tex_mapping, b_image_node.texture_mapping()); | get_tex_mapping(&image->tex_mapping, b_image_node.texture_mapping()); | ||||
| node = image; | node = image; | ||||
| Context not available. | |||||