[Bf-committers] Blender developer week notes - 2022.03.14

2022-03-14 Thread Thomas Dinges via Bf-committers
Hi all, Here are the compiled notes for this week's development. For the complete report with modules and projects updates, links and more read it on: https://devtalk.blender.org/t/14-march-2022/23284 Welcomes * Yiming Wu will start a new dev grant to work on Lineart/Grease Pencil

[Bf-committers] RNA Forward Declarations Are Now Generated

2022-03-14 Thread Julian Eisel via Bf-committers
Hi all, Just a heads up on an RNA change that affects other developers. So far, when defining a new RNA struct, you'd usually also have to add a forward declaration of the generated struct to `RNA_access.h`, something like: `extern StructRNA RNA_MyNewStruct;` Makesrna now generates them at

Re: [Bf-committers] Studio Library addon

2022-03-14 Thread Sybren A . Stüvel via Bf-committers
Hi Martin, Nice to meet you and welcome to this list. On Mon, 14 Mar 2022 at 08:30, VDiabloV1 via Bf-committers < bf-committers@blender.org> wrote: > Currently, the workflow is very tedious for our animators, where many have > suggested we develop a python tool similar to that of *Maya's

[Bf-committers] Studio Library addon

2022-03-14 Thread VDiabloV1 via Bf-committers
Hi Hope you're all well, I'm a lead developer at our company where we've decided to use Blender to create our products. We create many varying short animated clips with a heavy emphasis on motion capture implementation. Currently, the workflow is very tedious for our animators, where many have