From 9d20f170c7c07ac38e86130de591ae98e9c0cf80 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 17 Mar 2020 16:30:48 +0100 Subject: Cycles: support for rendering of new Hair object prototype Ref T68981 --- intern/cycles/blender/blender_sync.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles/blender/blender_sync.h') diff --git a/intern/cycles/blender/blender_sync.h b/intern/cycles/blender/blender_sync.h index d212caa69f7..25e933dc599 100644 --- a/intern/cycles/blender/blender_sync.h +++ b/intern/cycles/blender/blender_sync.h @@ -157,6 +157,7 @@ class BlenderSync { BL::Object b_ob, Geometry *geom, int motion_step); + void sync_hair(Hair *hair, BL::Object &b_ob, bool motion, int motion_step = 0); void sync_particle_hair( Geometry *geom, BL::Mesh &b_mesh, BL::Object &b_ob, bool motion, int motion_step = 0); void sync_curve_settings(); -- cgit v1.2.3