FFD
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 16/09/2004 at 11:56, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.5
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;---------
Hi,
Can anyone please show me how to access the points of a FFD Deformer in COFFEE.....
Also ,is it possible to create a FFD in COFFEE ?? ........
cheers..... -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/09/2004 at 12:36, xxxxxxxx wrote:
The FFDObject inherits PointObject, so just use GetPoints(). (See FFDObject and PointObject in the docs.) To create a new FFDObject you do "new(FFDObject)" and then insert it into the document and add an event.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/09/2004 at 18:29, xxxxxxxx wrote:
Thanks Mikael.........