Loïc Pinsard

Results 11 comments of Loïc Pinsard

the current `parse_header` script fails to generate the inl file for MPxNode with this stack trace: ``` Traceback (most recent call last): File "scripts\parse_header.py", line 534, in main() File "scripts\parse_header.py",...

haha That was my quick way of filtering out some garbage that ctags was picking up on, I thought maya.OpenMaya was feature complete. I can definitely remove that filter and...

@scottenglert I thought I could add you as a reviewer but looks like I can't, so quick ping to notify you of this PR. > Shouldn't we override it, to...

I think I'll implement it but raise something like `Not Implemented: use cls.__name__ instead`

Ha, was just starting to work on some cmdc stuff today actually, nice timing Should we make a PR for each of those points that we merge as they're done?...

Just for reference, I am running into this except it gets picked up as the [Wacatac Trojan](https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=Trojan%3AWin32%2FWacatac.B!ml&threatid=2147735505) It happened with both `rye self update` going from `0.24.0` to `0.25.0` and...

Hi, FYI, I haven't done any rigging in Blender for a while so I am unlikely to continue updating this addon. Blender has the necessary tools to make this relatively...

> So, I wonder if the auto-complete shows both versions? It's actually showing both, the camelCase one was just lower down the completion cause it was sorted alphabetically. The snake_case...

> Ok, but why? What is it about the _AbstractAttribute class that would benefit from that? Would they not show up in your auto-complete is that the problem? That they...

Haha yes, I always have at least two editors side by side so I hear you It's perfectly possible to have type annotations per line in a multiline function definition...