Addons. Tiny CAD makes circle with spare vertex #100813
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#100813
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.17763-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.95
Blender Version
Broken: version: 3.2.2, branch: master, commit date: 2022-08-02 18:15, hash:
blender/blender@bcfdb14560
Short description of error
When you use operation «CCN ressurect circle center» addon produces circle polyline with two points on the same place. It prevents to move origin to the center, when you use «Origin to selected» in the cursor or median mode and it can produce zero polygons when you extrude.
2022-09-04_13-01-16.mp4
Added subscriber: @Vyach
Added subscribers: @tetha.z, @deadpin
CC @tetha.z
Changed status from 'Needs Triage' to: 'Confirmed'
Minimal steps to re-create:
Inspect source code at:
https://projects.blender.org/blender/blender-addons/blame/branch/main/mesh_tiny_cad/CCEN.py
Line 28:
The "+1" causes the created circle to overlap the first and last points generated. This has been the case forever.
Changing it to be:
The number of points in the generated circle is now correct and the median is now in the centre.
Here is a screenshot demonstrating the fix:
poke