Changeset View
Changeset View
Standalone View
Standalone View
source/blenderplayer/bad_level_call_stubs/stubs.c
| Context not available. | |||||
| #include "../blender/editors/include/ED_render.h" | #include "../blender/editors/include/ED_render.h" | ||||
| #include "../blender/editors/include/ED_screen.h" | #include "../blender/editors/include/ED_screen.h" | ||||
| #include "../blender/editors/include/ED_space_api.h" | #include "../blender/editors/include/ED_space_api.h" | ||||
| #include "../blender/editors/include/ED_text.h" | |||||
| #include "../blender/editors/include/ED_transform.h" | #include "../blender/editors/include/ED_transform.h" | ||||
| #include "../blender/editors/include/ED_uvedit.h" | #include "../blender/editors/include/ED_uvedit.h" | ||||
| #include "../blender/editors/include/ED_view3d.h" | #include "../blender/editors/include/ED_view3d.h" | ||||
| Context not available. | |||||
| bool ED_texture_context_check_particles(const struct bContext *C) RET_ZERO | bool ED_texture_context_check_particles(const struct bContext *C) RET_ZERO | ||||
| bool ED_texture_context_check_others(const struct bContext *C) RET_ZERO | bool ED_texture_context_check_others(const struct bContext *C) RET_ZERO | ||||
| bool ED_text_line_char_to_pixel_space(SpaceText *st, ARegion *ar, const int line_char[], int screen_pos[]) RET_ZERO | |||||
| bool snapObjectsRayEx(struct Scene *scene, struct Base *base_act, struct View3D *v3d, struct ARegion *ar, struct Object *obedit, short snap_mode, | bool snapObjectsRayEx(struct Scene *scene, struct Base *base_act, struct View3D *v3d, struct ARegion *ar, struct Object *obedit, short snap_mode, | ||||
| struct Object **r_ob, float r_obmat[4][4], | struct Object **r_ob, float r_obmat[4][4], | ||||
| const float ray_start[3], const float ray_normal[3], float *r_ray_dist, | const float ray_start[3], const float ray_normal[3], float *r_ray_dist, | ||||
| Context not available. | |||||