Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
On 06/11/2012 at 02:50, xxxxxxxx wrote:
Hi,
It works fine, PRIORITYVALUE_MODE is set as expected with R13.061.