aturtur / cinema4d-scripts

My collection of Cinema 4D scripts
387 stars 53 forks source link

AR_AlignNullToPolygon.py Fix #29

Open black1277 opened 6 days ago

black1277 commented 6 days ago

Hi! Immediately after line 114 of code you need to insert: pyOutMatrixPort.SetName("Matrix")

Otherwise, in other localizations of the language, Python does not find this output port and the expresso expression does not work.