How do I specify that it’s a diff from the blender-v3.3-release branch, and not the master?
I can’t work on master because I’m working on a new Grease Pencil addon, and as they add more addons my code stops working so I decided to use the 3.3 LTS version of blender to develop my patch.
We’re not adding any new functionality to 3.3 LTS, that version is only getting bugfixes backported from master. So if this is intended to be a contribution to be shipped with Blender it should be targeted for master.
We’re not adding any new functionality to 3.3 LTS, that version is only getting bugfixes backported from master. So if this is intended to be a contribution to be shipped with Blender it should be targeted for master.
It’s not, as I explained, it is intended to be a safe work-in-progress enviroment to be eventually merged in the latest verion of Blender. Don’t worry!
When using arc diff it will remember the parent commit and apply the patch against that. There is no way to specify a branch name.
So what is the correct workflow if I don’t have Arcanist? How do I publish my work in progress patch, in a way that it can alway be applied and not compromised by latest commits?