Carlo Simi

Carlo Simi (7 November 1924 26 November 2000) was an Italian architect, production designer and costume designer, who worked frequently with Sergio Leone and Sergio Corbucci, giving their spaghetti westerns a unique look. Most famous for his costume and set designs for Once Upon a Time in the West Simi also built the town of 'El Paso' in the Almería desert for Leone's second Western, For a Few Dollars More. Built around a massive bank, with vistas of the Tabernas Desert visible between buildings, the set still exists, as a tourist attraction called "Mini Hollywood".[1] Simi played the bank manager in that film: it was his only acting role.[2] He also designed the Sad Hill Cemetery for the last scene of The Good, the Bad and the Ugly.[3]

Carlo Simi
Carlo Simi in For a Few Dollars More (1965)
Born(1924-11-07)7 November 1924
Died26 November 2000(2000-11-26) (aged 76)
Roma, Italy
OccupationArchitect, production designer and costume designer
Awards

Simi died in Rome in 2000. Some of his costumes and set designs were exhibited at the Autry National Center's Museum of the American West in Los Angeles in 2005. In 2018 he posthumously received the 'Leone in Memoriam' award by the Almería Western Film Festival for the 50 anniversary of Once Upon a Time in the West.[4]

Filmography

As actor

As costume designer

As production designer

gollark: ```pythonfrom requests_futures.sessions import FuturesSessionimport concurrent.futures as futuresimport randomtry: import cPickle as pickleexcept ImportError: import pickletry: words_to_synonyms = pickle.load(open(".wtscache")) synonyms_to_words = pickle.load(open(".stwcache"))except: words_to_synonyms = {} synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def add_words(words): s = FuturesSession(max_workers=100) future_to_word = {s.get("https://api.datamuse.com/words", params={"ml": word}): word for word in words} future_to_word.update({s.get("https://api.datamuse.com/words", params={"ml": word, "v": "enwiki"}): word for word in words}) for future in futures.as_completed(future_to_word): word = future_to_word[future] try: data = future.result().json() except Exception as exc: print(f"{exc} fetching {word}") else: add_synonyms([w["word"] for w in data], word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)raise __builtins__.quibble()```
gollark: table.deepcopy, table.shallowcopy, table.slice, table.filter, table.map
gollark: Same with many other utility thingies.
gollark: Not really. They could have table.copy but they don't.
gollark: Besides, passing by reference? Evil.

References

  1. Frayling, Christopher (2006) [1981]. "Preface". Spaghetti Westerns: Cowboys and Europeans from Karl May to Sergio Leone. New York, United States: I.B. Tauris. p. ix. ISBN 1-84511-207-5.
  2. Neibaur, James L. (12 March 2015). The Clint Eastwood Westerns. Rowman & Littlefield. p. 19. ISBN 9781442245044.
  3. "El cementerio de Sad Hill". El Diario (in Spanish). 19 December 2018. Retrieved 3 January 2019.
  4. D. M. (13 October 2018). "El Premio 'Leone in Memoriam' lo recibe la familia de Carlo Simi". Diario de Almería (in Spanish). Joly Digital. Retrieved 3 December 2018.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.