Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/04/2005 at 02:46, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8.x Platform: Mac OSX ; Language(s) : C.O.F.F.E.E ;
--------- Is there any way to know what is the current camera, in COFFEE? Thank you in advance for any information.
Rui Batista
On 21/04/2005 at 12:43, xxxxxxxx wrote:
No. In C++ you can do this with doc->GetRenderBaseDraw()->GetSceneCamera(doc).
On 22/04/2005 at 02:15, xxxxxxxx wrote:
Damn!! How long must we wait to get that functions in COFFEE? For the Nth time, when will COFFEE get nearer C++?! Thank you, Mikael.
On 22/04/2005 at 05:36, xxxxxxxx wrote:
Hi Batista, I'll wait with you!
On 23/04/2005 at 04:21, xxxxxxxx wrote:
<script> alert("Hello World") </script>
On 26/04/2005 at 09:54, xxxxxxxx wrote:
In Coffee V9.1 you can do this with : _ _ var doc = GetActiveDocument() ; var bd = doc->GetRenderBaseDraw() ; var cam = bd#BASEDRAW_DATA_CAMERA ;
On 27/04/2005 at 05:22, xxxxxxxx wrote:
Thank you VERY MUCH, MAJO