POV-Ray : Newsgroups : povray.general : [3.8] Forward And Backward Reaching Inverse Kinematics Server Time
19 Apr 2024 16:55:42 EDT (-0400)
  [3.8] Forward And Backward Reaching Inverse Kinematics (Message 11 to 13 of 13)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: ingo
Subject: Re: [3.8] Forward And Backward Reaching Inverse Kinematics
Date: 20 Dec 2018 01:21:12
Message: <XnsA9BE4ACD8D591seed7@news.povray.org>
in news:web.5c1ad94775ee21eb48892b50@news.povray.org jr wrote:

> a means to enable or disable
> the debug output for that scene would be handy

Yep. Working on that already, I have a macro for setting various debug 
levels so I can target specific parts of the code, but not integrated in 
fabrik yet.

ingo


Post a reply to this message

From: ingo
Subject: Re: [3.8] Forward And Backward Reaching Inverse Kinematics
Date: 20 Dec 2018 05:34:04
Message: <XnsA9BE75AE28767seed7@news.povray.org>
in news:web.5c1ad94775ee21eb48892b50@news.povray.org jr wrote:

> enable or disable
> the debug output

Done. Download the latest Leaf at
https://chiselapp.com/user/ingo/repository/POV-Ray-
FABRIK/info/96d889a5b57f1d1b

Afther initialising FABRIK, set the LogLevel.
0 = silence higher number is more chatty. Currently three levels are 
defined within FABRIK. 1 = default.

#declare S = FABRIK();
#declare S.LogLevel=5;

Cheers,

ingo


Post a reply to this message

From: jr
Subject: Re: [3.8] Forward And Backward Reaching Inverse Kinematics
Date: 20 Dec 2018 16:45:01
Message: <web.5c1c0cc375ee21eb48892b50@news.povray.org>
hi,

ingo <ing### [at] tagpovrayorg> wrote:
> in news:web.5c1ad94775ee21eb48892b50@news.povray.org jr wrote:
> > enable or disable
> > the debug output
>
> Done. Download the latest Leaf at
> https://chiselapp.com/user/ingo/repository/POV-Ray-
> FABRIK/info/96d889a5b57f1d1b
>
> Afther initialising FABRIK, set the LogLevel.
> 0 = silence higher number is more chatty. Currently three levels are
> defined within FABRIK. 1 = default.
>
> #declare S = FABRIK();
> #declare S.LogLevel=5;

v cool.  will get this later.


regards, jr.


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.