c4d

0.1.5 • Public • Published

node-c4d Dependency Status

Commandline Interface for MAXON CINEMA 4D

Install

npm install -g c4d

Terminal usage

c4d -r /path/to/file.c4d

Programmatically usage

var c4d = require('c4d');
c4d.render({
  filepath: '/path/to/file.c4d',
  frame: '0,20'
});

CINEMA 4D

Tested with CINEMA 4D R14

Readme

Keywords

none

Package Sidebar

Install

npm i c4d

Weekly Downloads

8

Version

0.1.5

License

MIT

Last publish

Collaborators

  • wng