Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_shader_fx.c
| Context not available. | |||||
| if (ptr.id.data && ID_IS_LINKED(ptr.id.data)) return 0; | if (ptr.id.data && ID_IS_LINKED(ptr.id.data)) return 0; | ||||
| if (ID_IS_STATIC_OVERRIDE(ob)) { | if (ID_IS_STATIC_OVERRIDE(ob)) { | ||||
| CTX_wm_operator_poll_msg_set(C, "Cannot edit shaderfxs comming from static override"); | CTX_wm_operator_poll_msg_set(C, "Cannot edit shaderfxs coming from static override"); | ||||
| return (((ShaderFxData *)ptr.data)->flag & eShaderFxFlag_StaticOverride_Local) != 0; | return (((ShaderFxData *)ptr.data)->flag & eShaderFxFlag_StaticOverride_Local) != 0; | ||||
| } | } | ||||
| Context not available. | |||||