Extra Objects: Type Error when adding curve #95939

Closed
opened 2022-02-21 17:57:37 +01:00 by yonghao lv · 5 comments

System Information
Operating system: Windows-10-10.0.22000-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65

Blender Version
Broken: version: 3.2.0 Alpha, branch: master, commit date: 2022-02-20 22:15, hash: blender/blender@36d7adf85c
Worked: 3.0 stable

Short description of error
extra curve
SplineBezierPoints.add(): error with argument 1, "count" - Function.count expected an int type, not float

Exact steps for others to reproduce the error

  • enable extra curve and call bpy.ops.curve.curlycurve()
**System Information** Operating system: Windows-10-10.0.22000-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65 **Blender Version** Broken: version: 3.2.0 Alpha, branch: master, commit date: 2022-02-20 22:15, hash: `blender/blender@36d7adf85c` Worked: 3.0 stable **Short description of error** extra curve ```SplineBezierPoints.add(): error with argument 1, "count" - Function.count expected an int type, not float``` **Exact steps for others to reproduce the error** - enable extra curve and call `bpy.ops.curve.curlycurve()`
Author

Added subscriber: @1029910278

Added subscriber: @1029910278
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

TypeError: WindowManager.invoke_props_dialog(): error with keyword argument "width" - Function.width expected an int type, not float

Fixed by bb62f10715

extra curve

Can confirm the other case

> TypeError: WindowManager.invoke_props_dialog(): error with keyword argument "width" - Function.width expected an int type, not float Fixed by bb62f10715 > extra curve Can confirm the other case
Pratik Borhade changed title from Some addon error: Type Error no longer accept float type(cause by api) to Extra Objects: Type Error when adding curve 2022-02-22 08:10:44 +01:00
Member

Closed as duplicate of #96342

Closed as duplicate of #96342
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#95939
No description provided.