This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/release/scripts/startup/bl_operators
Sybren A. Stüvel 3c09077e3b Paint Dirt: some small fixes
- normalize → average the vector: the vector isn't normalized here, because
  it doesn't necessarily becomes unit length. Instead, the sum is converted
  to an average vector.
- angle is the acos()…: the dot product between the vertex normal and the
  average direction of the connected vertices is computed, and not the
  opposite.
- The initial `con` list was discarded immediately and replaced by a new
  list.
- File didn't end with a newline.
2018-02-09 10:35:03 +01:00
..
2017-11-29 18:05:41 +11:00
2017-11-29 18:05:41 +11:00
2017-11-29 18:05:41 +11:00
2018-02-07 15:47:54 +11:00
2017-10-19 11:09:27 +11:00
2018-02-07 15:47:54 +11:00
2018-02-07 15:47:54 +11:00