ynput / ayon-cinema4d

AYON Cinema4D integration
Apache License 2.0
3 stars 0 forks source link

Initialize frame rate, resolution, OCIO for new workfiles automatically #3

Open BigRoy opened 1 month ago

BigRoy commented 1 month ago

Is there an existing issue for this?

Please describe the feature you have in mind and explain what the current shortcomings are?

When Cinema4D starts or a new file is started it should default to the frame rate, resolution, colorspace, etc. of the current task entity.

How would you imagine the implementation of the feature?

This apparently is near impossible in Cinema4D because there are no "SceneHooks" that trigger when creating a new document. However, once we find a way to hook into e.g. new file, save scene, open file callbacks, etc. we should be able to easily trigger these setup configurations.

Are there any labels you wish to add?

Describe alternatives you've considered:

No response

Additional context:

No response