Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_scene_types.h
| Context not available. | |||||
| /* Movie Tracking */ | /* Movie Tracking */ | ||||
| struct MovieClip *clip; /* active movie clip */ | struct MovieClip *clip; /* active movie clip */ | ||||
| uint64_t customdata_mask; /* XXX. runtime flag for drawing, actually belongs in the window, only used by BKE_object_handle_update() */ | uint64_t customdata_mask; /* XXX. runtime flag for drawing, actually belongs in the window, only used by BKE_object_handle_update() | ||||
| and for drawing 3D manipulator and getting visual tranform center | |||||
| */ | |||||
| uint64_t customdata_mask_modal; /* XXX. same as above but for temp operator use (gl renders) */ | uint64_t customdata_mask_modal; /* XXX. same as above but for temp operator use (gl renders) */ | ||||
| /* Color Management */ | /* Color Management */ | ||||
| Context not available. | |||||