Versioning scheduler node

   1635   3   1
User Avatar
Member
209 posts
Joined: 11月 2010
Offline
Hi,
When I'm trying to increase version on custom scheduler node by adding ‘::’ ('scheduler::1') it provides this error:

(138) Syntax error: syntax error, unexpected ':', expecting T_CASCADE_VALUES or T_ASSIGN or '[' or '='

Any idea what I'm doing wrong?
User Avatar
Member
209 posts
Joined: 11月 2010
Offline
How registerNode or registerScheduler types works if we version up DigitalAsset representation? For example myscheduler::1
Does it still point to the proper type?
User Avatar
Member
603 posts
Joined: 9月 2016
Offline
PDG doesn't have any notion of versioning node types. Houdini TOP Assets just reference the registered PDG node type by name, without any consideration for version of the Asset. The versioning of the TOP Asset itself should work the same as with other contexts.
User Avatar
Member
209 posts
Joined: 11月 2010
Offline
Thanks for the clarification.
Need to investigate more on my side first
  • Quick Links