Search found 2 matches
- 16 Dec 2024, 16:08
- Forum: Technical Support
- Topic: [TVPaint12] DLL Plugins don't works
- Replies: 3
- Views: 632
Re: [TVPaint12] DLL Plugins don't works
Hi, The problem with plugins comes from the switch to 64bits. At that time, all DWORDs used to pass pointers back and forth between TVPaint and the plugins have been converted to INTPTRs (which is defined according the 32/64bits arch). It seems that truncating pointers to 32bits worked most of the ...
- 12 Dec 2024, 10:10
- Forum: Technical Support
- Topic: [TVPaint12] DLL Plugins don't works
- Replies: 3
- Views: 632
[TVPaint12] DLL Plugins don't works
Hi, It seems currently no dll plugins can work on TV Paint 12. Our dev team (maintaining QuadPype ) wanted check if our TV Paint plugin (dll) used in the pipeline solution is supported and work on TV Paint 12. The issue is that TV Paint 12 introduced changes in the GUI that broke compatibility with ...