Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/intern/boxpack_2d.c
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| /* The Box verts are only used internally | /* The Box verts are only used internally | ||||
| * Update the box x and y since thats what external | * Update the box x and y since that's what external | ||||
| * functions will see */ | * functions will see */ | ||||
| box->x = box_xmin_get(box); | box->x = box_xmin_get(box); | ||||
| box->y = box_ymin_get(box); | box->y = box_ymin_get(box); | ||||
| Context not available. | |||||