Tom Payne (director)

Tom Payne (4 October 1914 15 September 1996) was a Brazilian film director, screenwriter and actor, known for The Landowner's Daughter (1955), Payne and Hilliard (1931) and Curucu, Beast of the Amazon (1956). He was married to Eliane Lage. He died on 15 September 1996 in Alfenas, Minas Gerais, Brazil. His film Sinhá Moça was entered into the 4th Berlin International Film Festival.[1]

Tom Payne
Born
Thomas Payne

(1914-10-04)4 October 1914
Lomas de Zamora, Argentina
Died15 September 1996(1996-09-15) (aged 81)
OccupationFilm director
Screenwriter
Actor
Years active1931 – 1963

Filmography

As Director

  • Caiçara (1950)
  • Ângela (1951)
  • Terra É Sempre Terra (1952)
  • Sai da Frente (1952)
  • Sinhá Moça (1953)
  • Arara Vermelha (1957)

As Actor

gollark: Not all Lua is created equal.
gollark: It's maaaaaagic.
gollark: From potatOS sandboxing somewhere.
gollark: ```luafunction new.find(wildcard) local function recurse_spec(results, path, spec) -- From here: https://github.com/Sorroko/cclite/blob/62677542ed63bd4db212f83da1357cb953e82ce3/src/emulator/native_api.lua local segment = spec:match('([^/]*)'):gsub('/', '') local pattern = '^' .. segment:gsub('[*]', '.+'):gsub('?', '.') .. '$' if new.isDir(path) then for _, file in ipairs(new.list(path)) do if file:match(pattern) then local f = new.combine(path, file) if new.isDir(f) then recurse_spec(results, f, spec:sub(#segment + 2)) end if spec == segment then table.insert(results, f) end end end end end local results = {} recurse_spec(results, '', wildcard) return results end```
gollark: Yes, occasionally.

References

  1. "1st Berlin International Film Festival: In Competition". berlinale.de. Retrieved 24 December 2009.


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