pitch not bellow 10 cm by modelling bolts in real sizes on metric unit cm #84782
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
6 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#84782
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.19041-SP0 64 Bits
Graphics card: Intel(R) UHD Graphics 630 Intel 4.5.0 - Build 27.20.100.8681
Blender Version
Broken: version: 2.91.0, branch: master, commit date: 2020-11-25 08:34, hash:
blender/blender@0f45cab862
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: BoltFactory (0, 4, 0)
Author: Aaron Keith
Short description of error
by creating bolts, using metric units: cm
I'm not able to set a pich bellow 10 cm (see attachments)
Exact steps for others to reproduce the error
my standard setup is:
on adding a bolt (shift_a):
settings like attached .png
it is not possible to set pitch bellow 10 cm
.png
bolt_error.blend
bolt_error.blend
Added subscriber: @geku
#86837 was marked as duplicate of this issue
Added subscribers: @cwolf3d, @spudmn, @rjg
The add-on has for some reason set a hard minimum for this property (
bf_Pitch
). I'm not sure if there is any particular reason behind this choice. The entire default scale is incorrect with the add-on though as with default unit settings it creates bolts that several meters long, so perhaps if this issue would be addressed the given limits would be wide enough for practical use.@spudmn @cwolf3d is there any particular reason for this limit and the incorrect scale?
Hi
Yes that is a problem with bolt factory. When it was written there was no concept of units in blender.
If you can point me to how I can obtain the units setting for the project I can scale the bolt to the correct size. When this is done then I will check the hard limits make sense.
Aaron
OK I found how to get the unit_settings.
I will look into scaling the model correctly
Changed status from 'Needs Triage' to: 'Confirmed'
@spudmn Great, marking this ticket as confirmed then.
Added subscribers: @Tek3D, @erik85
This should be marked as a duplicate of #83322. Addon was written before internal blender units were standardized to 1m, so author assumed 1mm… so minimum pitch of 10cm was actually intended to be 0.01mm