Debugging opportunities

  • Hello, it's me again with crazy weird topics. *smile*

    Sometimes warning and error messages appear... very puzzling. *huh*
    For example i started to recieve suspicious warning

    Code
    unknown action: null

    from a code which worked well previously.

    After spending quite a time of research i found that warning was raised after this two lines of code:

    Code
    txtadd(donecall, 'set(...); ', %2);tween(layer[...].alpha, 0, 0.5, , get(donecall));

    In version 1.18 %2 is resolved as null if there is no second parameter in function call. Though in 1.17 %2 was just empty string.
    So, tween action was unable to call execution of null action.

    This would be a lot smaller problem if krpano returned to console line number where a warning was raised.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!