PriorityData error report

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 05/11/2012 at 10:00, xxxxxxxx wrote:

PriorityData

PriorityDataInitial = c4d.PriorityData()
  PriorityDataInitial.SetPriorityValue(c4d.PRIORITYVALUE_MODE,c4d.CYCLE_EXPRESSION)
 
  PriorityDataInitial.SetPriorityValue(c4d.PRIORITYVALUE_PRIORITY,0)
  PriorityDataInitial.SetPriorityValue(c4d.PRIORITYVALUE_CAMERADEPENDENT,0)
 
  node[c4d.EXPRESSION_PRIORITY] = PriorityDataInitial

Everything work fine except c4d.PRIORITYVALUE_MODE

R14 Ok, work, but R13.061 phython api - c4d.PRIORITYVALUE_MODE isn't change
:cry:

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 06/11/2012 at 02:50, xxxxxxxx wrote:

Hi,

It works fine, PRIORITYVALUE_MODE is set as expected with R13.061.