[Bf-committers] hello, world... :)

2019-02-04 Thread Jim Bates
I have been away for a long time, just getting back to using Blender and have had several chats in IRC threads... this was recommended as a place to discuss some of the topics but I may want to switch to doc and/or python groups. at present, aside from shoveling snow (IRL), would like to understan

Re: [Bf-committers] hello, world... :)

2019-02-05 Thread Brecht Van Lommel
Hi Jim, The current state of Python addons is that some are updated and some aren't yet. Any Python developer can help updating scripts, just check if the version is set to 2.80 already or not. If there are scripts that you contributed and maintain that you would like to remove, you can. For doc

Re: [Bf-committers] hello, world... :)

2019-02-05 Thread Jim Bates
Thank you - just wanted to make sure I didn't cause any confusion in the transition. A few of the scripts I worked on in earlier versions are not working well in 2.79 (my 64bit Ubuntu Linux system). Wanted to get an idea of where things were with 2.8 plans and current status. Thought "clang" was f

Re: [Bf-committers] hello, world... :)

2019-02-07 Thread Jim Bates
follow-up... posted in IRC but no reply, just wondering: are "__doc__" headers still used?. can easily change to inline comments if not. On Tue, Feb 5, 2019 at 12:09 PM Jim Bates wrote: > Thank you - just wanted to make sure I didn't cause any confusion in the > transition. A few of the scripts

Re: [Bf-committers] hello, world... :)

2019-02-07 Thread Benjamin Humpherys
I can only speak for myself here, but please do!!! Those docstrings are invaluable for use with code assistance tools in our editors. Even just a plain triple-quoted comment at the start of your functions/classes/files/etc will help enormously because IDEs can detect and display those. They ca

Re: [Bf-committers] hello, world... :)

2019-02-12 Thread dr . Sybren A . Stüvel
On 08-02-19 02:23, Benjamin Humpherys wrote: > Bonus points if you use type annotations in your docstrings. A lot of > existing Python code was initially written before PEP484 and so the docstring > type annotations are often incompatible with standard Python type checking. My preference would

Re: [Bf-committers] hello, world... :)

2019-02-12 Thread dr . Sybren A . Stüvel
On 12-02-19 11:57, dr. Sybren A. Stüvel wrote: > Furthermore, it allows static type checking with mypy . Oops, that should have been http://mypy-lang.org/ -- Sybren A. Stüvel https://stuvelfoto.nl/ https://stuvel.eu/ ___ Bf-commi