Jeff Young
|
a8417a7e23
|
Use pre-existing strings for 7.0.
|
2023-08-04 16:27:22 +01:00 |
jean-pierre charras
|
810f3efcbb
|
PANEL_PREVIEW_3D_MODEL: Always shows the footprint not flipped, and rot 0.
Otherwise, setting the 3D shapes rotation/position is not so easy.
From master branch
|
2023-07-20 19:05:58 +02:00 |
Jeff Young
|
62bf6a9d57
|
Save a bit of space in FP 3D preview by moving board thickness to dlg.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13896
(cherry picked from commit df63ca0189 )
|
2023-07-16 20:01:26 +01:00 |
Seth Hillbrand
|
3c33e2c046
|
3dviewer: Show footprint board regardless of proj
The settings for the project in terms of visibility should not impact
our ability to preview the 3d model of a footprint
Fixes https://gitlab.com/kicad/code/kicad/issues/14246
(cherry picked from commit d7a6875b0b )
|
2023-05-11 16:27:15 -07:00 |
Jeff Young
|
3cb12b5a60
|
Allow others to also process units changed event.
Fixes https://gitlab.com/kicad/code/kicad/issues/14156
(cherry picked from commit 6a5f305684 )
|
2023-03-05 16:07:00 +00:00 |
Jeff Young
|
a9447aa8c7
|
Add UNITS_CHANGED handling to 3D preview controls.
Fixes https://gitlab.com/kicad/code/kicad/issues/14156
(cherry picked from commit 915b352d9b )
|
2023-03-04 12:12:34 +00:00 |
Jeff Young
|
5ec785e2f7
|
Spacing & font-size issues in 3D model preview dialog.
Fixes https://gitlab.com/kicad/code/kicad/issues/13880
(cherry picked from commit 7bb006c91d )
|
2023-02-28 14:21:12 +00:00 |
Mike Williams
|
fad589e151
|
Footprint preview: fix group assert
|
2023-01-25 12:34:18 -05:00 |
Jeff Young
|
4c63b4e061
|
Class name <-> file name sync.
|
2022-12-29 18:05:57 +00:00 |
Jeff Young
|
f805fd267f
|
Divorce UNIT_BINDER from wxFrame.
This allows us to supply Pcbnew or Eeschema as the unitsProvider when
called from the main frame.
Fixes https://gitlab.com/kicad/code/kicad/issues/13066
|
2022-12-04 11:51:44 +00:00 |
Jeff Young
|
b3ddd09c44
|
Unit-binderize board thickness.
|
2022-10-02 20:03:00 +01:00 |
Kliment
|
11e20e52e9
|
Recreate stackup from thickness as necessary and fix unit handling to use EDA_UNIT_UTILS
|
2022-09-30 19:59:01 +00:00 |
Simon Schaak
|
552e8af6af
|
Properly handle limits
|
2022-09-30 19:59:01 +00:00 |
Simon Schaak
|
798cd567d5
|
Use board stackup information when available
|
2022-09-30 19:59:01 +00:00 |
Simon Schaak
|
589f1058ca
|
Make 3D model preview board thickness adjustable
|
2022-09-30 19:59:01 +00:00 |
Marek Roszko
|
707a598e5d
|
Prevent a crash due to the 3d preview dummy board stealing setting ownership
|
2022-09-25 23:04:13 -04:00 |
Marek Roszko
|
c50b4fb04f
|
Add relative to footprint 3d model path resolution
Fixes https://gitlab.com/kicad/code/kicad/-/issues/2073
|
2022-09-25 22:56:16 -04:00 |
Jeff Young
|
45d6b4a9fc
|
Readability improvements.
|
2022-09-19 11:18:20 +01:00 |
Mark Roszko
|
b00178adb3
|
Nuke base_units from orbit
|
2022-09-16 04:38:10 +00:00 |
Marek Roszko
|
03aa63bd50
|
Move 5 helpers to EDA_UNIT_UTILS since they aren't iu specific
|
2022-08-29 20:11:03 -04:00 |
Jeff Young
|
32fdab8902
|
Bubble ESC up from the 3D preview.
Fixes https://gitlab.com/kicad/code/kicad/issues/9984
|
2022-03-13 23:14:06 +00:00 |
Jeff Young
|
7ccac79192
|
More wxString wide literals.
|
2022-02-05 21:29:34 +00:00 |
Jeff Young
|
9582457fef
|
Be explicit about literal wide-strings.
|
2022-02-05 20:40:21 +00:00 |
Jeff Young
|
0091c76a6f
|
Excise deci-degrees from UNIT_BINDER.
Fixes https://gitlab.com/kicad/code/kicad/issues/10495
|
2022-01-19 00:10:32 +00:00 |
jean-pierre charras
|
0f0a540a65
|
Panel 3D previewer: for show 3D body shapes, regardless the 3D viewer itself.
the Panel 3D previewer is made to show 3D body shapes, so do not show them
when disabled in the board 3D viewer, is really stupid.
|
2022-01-06 12:04:28 +01:00 |
jean-pierre charras
|
49cb9586bd
|
PANEL_PREVIEW_3D_MODEL: fix incorrect values of offset for unit inch and mil.
Fixes #10104
https://gitlab.com/kicad/code/kicad/issues/10104
|
2021-12-28 10:36:37 +01:00 |
Jeff Young
|
68d2630d08
|
Flatten a layer of indirection out of 3D config settings.
|
2021-12-24 13:08:54 +00:00 |
Jeff Young
|
28b279cb2d
|
Units cleanup.
It's 2021. Time to move beyond ASCII. This also makes spacing of
units consistent (space before abbreviated units, no space before
symbolic units).
|
2021-12-23 22:17:10 +00:00 |
Mikolaj Wielgus
|
afccea34a5
|
Remove default zoom level from camera constructor
Initial distance should be sufficient to determine default zoom.
|
2021-10-24 18:14:49 +00:00 |
Jeff Young
|
6c0110ecd3
|
Naming conventions.
There's nothing "legacy" about the OpenGL 3D renderer.
|
2021-10-21 14:30:03 +01:00 |
Jeff Young
|
0fd762dc25
|
Make 3D dialogs easier to find.
|
2021-10-21 14:30:03 +01:00 |