iterate_origin question


i've duplicated shifter project. i'm in smartrender function.

i'm getting error, which... not remotely straightforward.

 

on these calls (exactly same code in original project), says: shiftimage8, error.

it's  complaining: use of undeclared identifier 'shiftimage8'

the identifier supposed reference function, that. it's used iteration, repeatedly calls "siftimage8" new data. that.

the problem is: it. does. not. compile. gives error.  , there. is. no. indication. of. the. issue.

 

err(suites.iterate8suite1()->iterate_origin( in_data,

                                             0,

                                             output_worldp->height,

                                             input_worldp,

                                             &output_worldp->extent_hint,

                                             &origin,

                                             (void*)(infop),

                                             shiftimage8,

                                             output_worldp));

 

the other information :

the error points file called: ae_macros.h

specifically:

#ifndef err

  #define err(func) { if (!err) { err = (func); } } while (0)

#endif

 

 

need help, ae sdk not clear on it's doing.

the error message sounds compiler can't find function called "shiftimage8" in project.

as said, in shifter example, shiftimage8 custom function called each iteration call/thread. here define supposed happen pixel data.

could did not copy (or rename?) shiftimage8 function in project? function present , has same calling convention in original project?



More discussions in After Effects SDK


adobe

Comments

Popular posts from this blog

after effects warning: unable to create drawing surface

Maximum number of authorizations reached!