ioDUM
unread,Oct 11, 2012, 12:11:34 PM10/11/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to partio-...@googlegroups.com
hi, i was trying to implement madcrew patch with icecache support, and compile on linux, and after trying to open icecache in partio vizualizer in maya i'm getting following error:
in console:
Partio: addAttribute failed because attr '' already exists
and in script editor:
// PartioVisualizer-> LOADED: 3 particles
// Error: PartioVisualizer->Failed to find position attribute //
on compile i was getting multiple definition error:
multiple definition of `Partio::readName(std::basic_istream<char, std::char_traits<char> >&)'
../../../lib/libpartio.a(PDC.o):PDC.cpp:(.text+0x0): first defined here
so i commented readName lines in icecache.h, then it compiles successfully but does not read icecache, could someone please take a look at the code
thanks,
Igor