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).
@cairyn Thanks a lot ... it works!
Hi everybody,
I am trying to load a custom palette via python script and an absolute file path using R25, which should then be assigned to a keyboard shortcut. This experiment gives me a syntax error:
import c4d from c4d import gui def main(): c4d.documents.LoadFile(C:/Users/User/Desktop/HB_Layout/palette_Basictools.l4d) if __name__=='__main__': main()`
Please give me some help.