91³Ô¹ÏÍø

Watch CBS News

Alec Baldwin asks judge to dismiss involuntary manslaughter charge in "Rust" shooting

Defense attorneys for actor Alec Baldwin urged a New Mexico judge on Thursday to dismiss a grand jury indictment against the actor in the fatal shooting of a cinematographer on the set of the Western movie "Rust."

The indictment in January charged Baldwin with involuntary manslaughter in the death of cinematographer Halyna Hutchins on Oct. 21, 2021, at a movie ranch on the outskirts of Santa Fe.

Baldwin has pleaded not guilty to the charge. His attorneys in a new court filing accused prosecutors of "unfairly stacking the deck" against Baldwin in grand jury proceedings that diverted attention away from exculpatory evidence and witnesses.

That prevented the jury from asserting their obligation to hear testimony from director Joel Souza, who was wounded in the shooting while standing near Hutchins, as well as assistant director and safety coordinator Dave Halls and props master Sarah Zachry.

"The grand jury did not receive the favorable or exculpatory testimony and documents that the state had an obligation to present," said the court motion signed by defense attorney Luke Nikas. "Nor was the grand jury told it had a right to review and the obligation to request this information."

The motion also asserts that the grand jury received inaccurate and one-sided testimony about the revolver involved in the fatal shooting.

"Rust" armorer Hannah Gutierrez-Reed was convicted by a jury last week in the shooting and is being held without bond pending an April sentencing hearing. Involuntary manslaughter carries a felony sentence of up to 18 months in prison and a $5,000 fine.

Baldwin was pointing a gun at cinematographer Hutchins when the revolver went off, killing her and injuring Souza. Baldwin has maintained that he pulled back the gun's hammer, but not the trigger.

Prosecutors blamed Gutierrez-Reed at a two-week trial for unwittingly bringing live ammunition onto the set of "Rust" where it was expressly prohibited. They also said she failed to follow basic gun-safety protocols.

Halls last year pleaded no contest to negligent handling of a firearm and completed a sentence of six months of unsupervised probation.

Baldwin is scheduled for trial in July.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });