[Bf-committers] [developer.blender.org] [Committed] rB1e6a5eb08791: Implement BMesh Operator string enumerators and docs generation.

Andrew Hale trumanblending at gmail.com
Mon Aug 27 18:11:59 CEST 2018


Hi all,

The message for this commit was incorrect, it was intended to be as follows:

Python: Implement BMesh Operator String Enumerators

BMesh operators previously required magic numbers for
enumerators which was very opaque for users. This
commit adds support for using string enumerators
instead. This also provides doc generation for the new
options. Closes T56496.

Reviewers: campbellbarton

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D3635

Thanks,
Andrew

On Mon, Aug 27, 2018 at 4:18 PM Andrew Hale <noreply at developer.blender.org>
wrote:

> Andrew Hale (trumanblending) committed rB1e6a5eb08791: Implement BMesh
> Operator string enumerators and docs generation. (authored by Andrew Hale
> (trumanblending)).
>
> Implement BMesh Operator string enumerators and docs generation.
>
> Partial implementation of T56496 <https://developer.blender.org/T56496>
> for review.
>
> Reviewers: campbellbarton
>
> Reviewed By: campbellbarton
>
> Differential Revision: https://developer.blender.org/D3635
>
> *BRANCHES*
> blender2.8
>
> *AFFECTED FILES*
> /doc/python_api/rst_from_bmesh_opdefines.py
> /source/blender/bmesh/intern/bmesh_opdefines.c
> /source/blender/bmesh/intern/bmesh_operator_api.h
> /source/blender/bmesh/intern/bmesh_operators.c
> /source/blender/python/bmesh/bmesh_py_ops.c
> /source/blender/python/bmesh/bmesh_py_ops_call.c
>
> *USERS*
> trumanblending (Author)
>
> *COMMIT*
> https://developer.blender.org/rB1e6a5eb08791
>
> *EMAIL PREFERENCES*
> https://developer.blender.org/settings/panel/emailpreferences/
>
> *To: *Andrew Hale (trumanblending)
>


More information about the Bf-committers mailing list