├── README.md ├── ct_curl_noise_effector.c4d ├── ct_curl_noise_xpresso.c4d └── screenshot.png /README.md: -------------------------------------------------------------------------------- 1 | Curl Noise Effector for CINEMA 4D 2 | ====================== 3 | 4 | >A Python effector for creating curl noise movement in CINEMA 4D. 5 | 6 | #[Download Mograph Effector](http://bit.ly/12fJiwe) 7 | #[Download XPresso Node](http://bit.ly/12DmI5P) 8 | 9 | ![Curl Noise Render](https://raw.github.com/CreativeTools/ct-curl-noise/master/screenshot.png) 10 | ###[Video](https://vimeo.com/65721379) 11 | 12 | ###Note 13 | 14 | Note that this script only works with CINEMA 4D-versions _Studio_ and _Broadcast_ 15 | 16 | There are two files, one for Mograph and one for XPresso (to be used with Thinking Particles). The documentation here 17 | refers to the Mograph version but the settings are the same for the XPresso node. 18 | 19 | ##File contents 20 | 21 | The C4D file contains a number of objects: 22 | * CT Curl Noise Effector 23 | * Cloner 24 | * Sphere 25 | * Source 26 | 27 | _CT Curl Noise Effector_ is responsible for the fluid-like movement, the others can be replaced by your own objects. 28 | 29 | ##Settings 30 | The _CT Curl Noise Effector_ object has a number of settings in the _User Data_ tab. 31 | 32 | * Speed 33 | * The speed of the clones 34 | * Frequency 35 | * The amount of variation in the movement. Higher values gives a more chaotic look 36 | * Noise Offset 37 | * Used for offseting the velocity field. Animate for more interesting motion. 38 | 39 | ##CG News 40 | Visit the Creative Tools blog for your daily dose of CG news. 41 | ###[English](http://translate.google.com/translate?js=n&sl=auto&tl=en&u=http://www.creativetools.se/blog/) 42 | ###[Swedish](http://www.creativetools.se/blog/) 43 | -------------------------------------------------------------------------------- /ct_curl_noise_effector.c4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreativeTools/ct-curl-noise/142192ef23466cd8aafee6579dd24aa51c395d7a/ct_curl_noise_effector.c4d -------------------------------------------------------------------------------- /ct_curl_noise_xpresso.c4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreativeTools/ct-curl-noise/142192ef23466cd8aafee6579dd24aa51c395d7a/ct_curl_noise_xpresso.c4d -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CreativeTools/ct-curl-noise/142192ef23466cd8aafee6579dd24aa51c395d7a/screenshot.png --------------------------------------------------------------------------------