Trying to create a GreasePencil addon I already fail at the first task. It seems the GreasePencil doesn't inherit the copy() function from ID. Where and how could I add this (as this is pretty crucial for what I try to do)?
Asked
Active
Viewed 85 times
1 Answers
1
Nope, GD copy() is not implemented.
No way to know that from python afaik, you have to look at the C code (source/blender/blenkernel/intern/library.c, id_copy() function, around line 300).
mont29
- 3,437
- 14
- 17
-
thx... I will put my project on hold then, as this exceeds my time limit unfortunately :/ – knekke Feb 06 '15 at 14:35