2.5
Cleanup - for portablity we can keep the old ugly defines for retrieving active object, cfra and so on. But, they will use 'scene' not G.scene. - fixed code that uses those defines. - some unused variables/functions removed
This commit is contained in:
@@ -36,8 +36,9 @@
|
||||
|
||||
/* called by meshtools */
|
||||
struct View3D;
|
||||
struct Scene;
|
||||
|
||||
void RE_make_sticky(struct View3D *v3d);
|
||||
void RE_make_sticky(struct Scene *scene, struct View3D *v3d);
|
||||
|
||||
/* for radiosity module */
|
||||
struct RadView;
|
||||
|
Reference in New Issue
Block a user