Hi,
I got a resource error with a python plugin only in R20 but not in R19.
After probing a bit I tracked it down to GRIDSIZE_H 8; GRIDSIZE_V 8;
which are not supported anymore in R20.
but fyi, GRIDSIZE is still in the docs here:
https://developers.maxon.net/docs/Cinema4DCPPSDK/html/page_descriptionresource__s_p_l_i_n_e.html
with GRIDSIZE deleted, the resource loads,
but even after adding NO_FLOATING_WINDOW; NOPRESETS;
i still get gui elements i dont want (and didnt get in R19)
--> Point X, Point Y and Interpolation,
--> Tangent Left X/Y, Right X/Y, etc
--> "Show in separate Window"
how do i get rid of these in R20?
i just want the diagram as this is a display only,
the user is not supposed to change the spline
and ps.. its not possible to change the post title, right?