Merged changes in the trunk up to revision 37799.
Note for VS2008 plus CMake users: I had to remove OpenEXR debug libs from the "blender" project properties > Linker > Additional Dependencies. Otherwise I got a number of linker errors concerning duplicated symbols between libcmt.lib and libcmtd.lib.
This commit is contained in:
@@ -60,7 +60,7 @@ int RE_rayobject_raycast(RayObject *r, struct Isect *i);
|
||||
|
||||
RayObject* RE_rayobject_octree_create(int ocres, int size);
|
||||
RayObject* RE_rayobject_instance_create(RayObject *target, float transform[][4], void *ob, void *target_ob);
|
||||
RayObject* RE_rayobject_empty_create();
|
||||
RayObject* RE_rayobject_empty_create(void);
|
||||
|
||||
RayObject* RE_rayobject_blibvh_create(int size); /* BLI_kdopbvh.c */
|
||||
RayObject* RE_rayobject_vbvh_create(int size); /* raytrace/rayobject_vbvh.c */
|
||||
|
||||
Reference in New Issue
Block a user