Python: Cleanup Noise Module #56281

Closed
opened 2018-08-09 14:31:30 +02:00 by Andrew Hale · 2 comments
Member

This subtask covers proposed cleanup of the noise module including:

  • Replacement of module level constants (for noise type and distance metric) with string enumerators which are keyword only arguments
  • Replace existing keyword arguments with keyword only arguments
  • Clean up comments and docs
  • Rename the following enumerators to be more consistent with other areas of the API (i.e. naming of other noise types):
    • STDPERLIN with PERLIN_ORIGINAL
    • NEWPERLIN with PERLIN_NEW
This subtask covers proposed cleanup of the noise module including: - Replacement of module level constants (for noise type and distance metric) with string enumerators which are keyword only arguments - Replace existing keyword arguments with keyword only arguments - Clean up comments and docs - Rename the following enumerators to be more consistent with other areas of the API (i.e. naming of other noise types): - `STDPERLIN` with `PERLIN_ORIGINAL` - `NEWPERLIN` with `PERLIN_NEW`
Campbell Barton was assigned by Andrew Hale 2018-08-09 14:31:30 +02:00
Author
Member

Added subscribers: @truman, @brita, @NumesSanguis-3, @JacquesLucke, @intrah, @gfxcoder, @vitorbalbio-3, @nathanvollmer, @monique, @Jeroen-Bakker, @lvxejay, @jta, @bliblubli, @Januz, @satishgoda1, @KerimBorchaev, @RayMairlot, @Ko, @Sergey, @VukGardasevic, @mano-wii, @JamesCrowther, @StephenSwaney, @jasperge-2, @dfelinto, @BrianSavery, @dr.sybren, @tetha.z, @MikeErwin, @BrendonMurphy, @mont29, @ideasman42

Added subscribers: @truman, @brita, @NumesSanguis-3, @JacquesLucke, @intrah, @gfxcoder, @vitorbalbio-3, @nathanvollmer, @monique, @Jeroen-Bakker, @lvxejay, @jta, @bliblubli, @Januz, @satishgoda1, @KerimBorchaev, @RayMairlot, @Ko, @Sergey, @VukGardasevic, @mano-wii, @JamesCrowther, @StephenSwaney, @jasperge-2, @dfelinto, @BrianSavery, @dr.sybren, @tetha.z, @MikeErwin, @BrendonMurphy, @mont29, @ideasman42
Author
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#56281
No description provided.