Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_relations.c
| Context not available. | |||||
| /* Disabled for now, according to some artist this is probably not really useful anyway. | /* Disabled for now, according to some artist this is probably not really useful anyway. | ||||
| * And it breaks things like objects parented to bones | * And it breaks things like objects parented to bones | ||||
| * (most likely due to missing proper setting of inverse parent matrix?)... */ | * (most likely due to missing proper setting of inverse parent matrix?)... */ | ||||
| /* Note: we might even actually want to get rid of that instanciating empty... */ | /* Note: we might even actually want to get rid of that instantiating empty... */ | ||||
| if (0 && new_ob->parent == NULL) { | if (0 && new_ob->parent == NULL) { | ||||
| new_ob->parent = obcollection; | new_ob->parent = obcollection; | ||||
| } | } | ||||
| Context not available. | |||||