I just had the same problem in R25 I am curious if it was ever resolved
this workaround fixed it for me
abcExport[c4d.ABCEXPORT_SELECTION_ONLY] = False
abcExport[c4d.ABCEXPORT_SELECTION_ONLY] = True
I just had the same problem in R25 I am curious if it was ever resolved
this workaround fixed it for me
abcExport[c4d.ABCEXPORT_SELECTION_ONLY] = False
abcExport[c4d.ABCEXPORT_SELECTION_ONLY] = True
Hello!
Using r25 !
Apologies if this is not the correct forum for this.
I am not very fimiliar with c4d so please bear with me! I am having trouble when exporting alembics of objects, they are not keeping their full name, I think if the last part of a name is a digit it seems to ignore it? Is there a way to avoid this
eg. exported from c4d
imported into houdini (just to inspect the names) it has stripped the digits and added a 1 so that they are unique
my workaround is to just append a 'a' to every object I want to export which is not ideal...
I am exporting via python so if there are settings there to change
thanks!
Hello!
Using r25 !
Apologies if this is not the correct forum for this.
I am not very fimiliar with c4d so please bear with me! I am having trouble when exporting alembics of objects, they are not keeping their full name, I think if the last part of a name is a digit it seems to ignore it? Is there a way to avoid this
eg. exported from c4d
imported into houdini (just to inspect the names) it has stripped the digits and added a 1 so that they are unique
my workaround is to just append a 'a' to every object I want to export which is not ideal...
I am exporting via python so if there are settings there to change
thanks!
@i_mazlov hope it helps
R25.121 (Build 25_0.CL383430.43293) Win
OS Name Microsoft Windows 10 Pro
Version 10.0.19045 Build 19045
gfx NVIDIA GeForce RTX 2080 Ti
Processor Intel(R) Core(TM) i9-9920X CPU @ 3.50GHz, 3504 Mhz, 12 Core(s), 24 Logical Processor(s)
I just had the same problem in R25 I am curious if it was ever resolved
this workaround fixed it for me
abcExport[c4d.ABCEXPORT_SELECTION_ONLY] = False
abcExport[c4d.ABCEXPORT_SELECTION_ONLY] = True