Landed as part of 509a7870c3570cbf8496bcee0c94cdc1e9e41df5.
I think it's better to call this right after GHOST_CreateSystem
, to match the regular Blender code. I'll make that change when committing.
For commits that include test files, I commit to the test data repo, and then amend the change into the blender repo commit and push manually.
But really it doesn't matter. Committing the test…
@Gangneron Copyright years do not have to be updated to the latest. Adding some missing Blender Authors is good though. https://developer.blender.org/docs/handbook/guidelines/license_headers/
Has a final decision to change the naming like this already been made? Should I implement it?
Yes, you can make the changes.
I think there should also be a bulletpoint in the commit message regarding undo behavior? I.e. that changes done to these new editable linked IDs are not undoable at all currently (unless I am…
@LukasStockner Looking at this in latest main, I noticed that thin film support is missing for OSL?
WARNING: attempting to set nonexistent parameter: ThinFilmThickness
WARNING:…
It's indeed a known limitation due to numerical precision.
This doesn't properly propagate reports. Not sure if there is some way of doing it in the API or if the operator would need to be refactored to be a function.