Changeset View
Changeset View
Standalone View
Standalone View
source/blenderplayer/bad_level_call_stubs/stubs.c
| Show First 20 Lines • Show All 564 Lines • ▼ Show 20 Lines | |||||
| bool ED_transform_snap_object_project_ray_ex( | bool ED_transform_snap_object_project_ray_ex( | ||||
| struct SnapObjectContext *sctx, | struct SnapObjectContext *sctx, | ||||
| const unsigned short snap_to, | const unsigned short snap_to, | ||||
| const struct SnapObjectParams *params, | const struct SnapObjectParams *params, | ||||
| const float ray_start[3], const float ray_normal[3], float *ray_depth, | const float ray_start[3], const float ray_normal[3], float *ray_depth, | ||||
| /* return args */ | /* return args */ | ||||
| float r_loc[3], float r_no[3], int *r_index, | float r_loc[3], float r_no[3], int *r_index, | ||||
| struct Object **r_ob, float r_obmat[4][4]) RET_ZERO | struct Object **r_ob, float r_obmat[4][4]) RET_ZERO | ||||
| void BIF_selectTransformOrientationValue(struct WorkSpace *workspace, struct View3D *v3d, int orientation) RET_NONE | |||||
| void ED_lattice_editlatt_make(struct Object *obedit) RET_NONE | void ED_lattice_editlatt_make(struct Object *obedit) RET_NONE | ||||
| void ED_lattice_editlatt_load(struct Object *obedit) RET_NONE | void ED_lattice_editlatt_load(struct Object *obedit) RET_NONE | ||||
| void ED_curve_editnurb_load(struct Object *obedit) RET_NONE | void ED_curve_editnurb_load(struct Object *obedit) RET_NONE | ||||
| void ED_curve_editnurb_make(struct Object *obedit) RET_NONE | void ED_curve_editnurb_make(struct Object *obedit) RET_NONE | ||||
| ▲ Show 20 Lines • Show All 253 Lines • Show Last 20 Lines | |||||