Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_view3d/view3d_select.c
| Context not available. | |||||
| /* Set special modes for grease pencil | /* Set special modes for grease pencil | ||||
| The grease pencil modes are not real modes, but a hack to make the interface | The grease pencil modes are not real modes, but a hack to make the interface | ||||
| consistent, so need some tricks to keep UI synchronized */ | consistent, so need some tricks to keep UI synchronized */ | ||||
| // XXX: This stuff neeeds reviewing (Aligorith) | // XXX: This stuff needs reviewing (Aligorith) | ||||
| if (false && | if (false && | ||||
| (((oldbasact) && oldbasact->object->type == OB_GPENCIL) || | (((oldbasact) && oldbasact->object->type == OB_GPENCIL) || | ||||
| (basact->object->type == OB_GPENCIL))) | (basact->object->type == OB_GPENCIL))) | ||||
| Context not available. | |||||