Two VES trophies were awarded to Electric Theatre in Los Angeles last night for Coca Cola – Masterpiece for Outstanding Visual Effects in a Commercial and Outstanding Lighting and Compositing in a Commercial. Fantastic work by all involved. Here’s the ‘Making Of’. https://electrictheatre.tv/work/the-coca-cola-company-mastermopiece/
Script: Bake Camera
import hou selectedNode = hou.selectedNodes()[0] bakingNode = hou.node(‘/obj’).createNode(‘cam’, selectedNode.name() + ‘_bake’) hou.setFrame(int(hou.playbar.playbackRange()[0])) for f in range(int(hou.playbar.playbackRange()[0]), int(hou.playbar.playbackRange()[1])+1): hou.setFrame(f) bakingNode.setWorldTransform(selectedNode.worldTransform()) bakingNode.parm(“tx”).setKeyframe(hou.Keyframe(bakingNode.parm(“tx”).eval())) bakingNode.parm(“ty”).setKeyframe(hou.Keyframe(bakingNode.parm(“ty”).eval())) bakingNode.parm(“tz”).setKeyframe(hou.Keyframe(bakingNode.parm(“tz”).eval())) bakingNode.parm(“rx”).setKeyframe(hou.Keyframe(bakingNode.parm(“rx”).eval())) bakingNode.parm(“ry”).setKeyframe(hou.Keyframe(bakingNode.parm(“ry”).eval())) bakingNode.parm(“rz”).setKeyframe(hou.Keyframe(bakingNode.parm(“rz”).eval())) bakingNode.parm(‘focal’).setKeyframe(hou.Keyframe(selectedNode.parm(‘focal’).eval())) bakingNode.parm(‘aperture’).setKeyframe(hou.Keyframe(selectedNode.parm(‘aperture’).eval())) bakingNode.parm(‘near’).setKeyframe(hou.Keyframe(selectedNode.parm(‘near’).eval())) bakingNode.parm(‘far’).setKeyframe(hou.Keyframe(selectedNode.parm(‘far’).eval())) bakingNode.parm(‘resx’).setKeyframe(hou.Keyframe(selectedNode.parm(‘resx’).eval())) bakingNode.parm(‘resy’).setKeyframe(hou.Keyframe(selectedNode.parm(‘resy’).eval())) bakingNode.parm(‘winsizex’).setKeyframe(hou.Keyframe(selectedNode.parm(‘winsizex’).eval())) bakingNode.parm(‘winsizey’).setKeyframe(hou.Keyframe(selectedNode.parm(‘winsizey’).eval())) bakingNode.parm(‘shutter’).setKeyframe(hou.Keyframe(selectedNode.parm(‘shutter’).eval())) bakingNode.parm(‘aspect’).setKeyframe(hou.Keyframe(selectedNode.parm(‘aspect’).eval()))
Awards // Kinsale Shark Advertising
More gongs for the Electric Theatre cabinet. This time Kinsale Sharks. Post & VFX Company Of The Year Best CGI / VFX – The Coca Cola Company – Masterpiece | Gold Animation – The Coca Cola Company – Masterpiece| Gold Animation – Accenture – Changing Tree | Silver Character Animation – The Coca Cola Company – Masterpiece | … Read More
Awards // Ciclope Festival
ETC picked up a stack of awards at the 2023 CICLOPE festival. Amongst them were Animation Company of the Year, Gold in Animation CGI for Accenture – Changing Tree and Silver in Post Production – VFX for Coca-Cola – Masterpiece
Awards // Cannes Lion // Coca-Cola Masterpiece
The Coca-Cola – Masterpiece project has won a Bronze Cannes Lion for Animation. Cash In Cash Out also won two Golds for Animation and Excellence In Music Video
Awards // D&AD Awards 2023 // Coke – Masterpiece and Pharrell Cash In, Cash Out
A whole host of pencils in varying colours were dished out to my friends at ETC last night for the blood, sweat and toil that went into Coke – ‘Masterpiece’ and Pharrell – ‘Cash In, Cash Out’. D&AD Awards Shortlist | 2023
Awards // British Arrows // Pharrell, 21 Savage and Tyler, The Creator – Cash In Cash Out
Big congratulations to the ETC crew who worked tirelessly on Cash In, Cash Out, and have now picked up a British Arrows Craft Gold https://www.britisharrows.com/winners/2023/cash-in-cash-out
Hscript: Parent
Nuke: Basic pgBokeh with deep
VEX: Delete Isolated Points
int pts[] = nearpoints(0, @P, chf(“radius”),2);if (len(pts)==1){removepoint(0,@ptnum);}