bubnikv
856c59dbc1
Trying to bind the common accelerators on the object list.
2019-04-29 16:02:39 +02:00
bubnikv
d60a5c53f8
Merge remote-tracking branch 'remotes/origin/master' into vb_wold_object_manipulation
2019-04-26 17:42:51 +02:00
bubnikv
b0830d062b
WIP: Transformation of instances in world coordinate space:
...
Ulocking the "anisotropic" scaling checkbox will bake the transformation
into meshes to allow for scaling in world axes.
Optimized and templated the stl_transform functions, now also available for 3x3 matrices.
The Canvas3D::reload_scene() now maintains selection even if all volumes of an instance changed their IDs.
2019-04-26 17:28:31 +02:00
YuSanka
0da12d08fd
Big Refactoring: - deleted/renamed all _Prusa_ prefixes,
...
- cleaned code from commented parts
- rescale() -> msw_rescale()
2019-04-25 01:45:00 +02:00
YuSanka
56c063546f
Merge remote-tracking branch 'origin/ys_msw_dpi'
2019-04-24 23:09:50 +02:00
YuSanka
62c814310a
Code refactoring: Deleted unused variables and _cleaned_ overbusy functions
2019-04-22 01:51:10 +02:00
YuSanka
6f3fbe34bb
Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpi
2019-04-18 15:24:50 +02:00
Enrico Turri
cfabd6ceab
Ctrl+C and Ctrl+V for Copy and Paste refactored in the same way as Ctrl+A for Select All
2019-04-16 13:47:37 +02:00
YuSanka
70e794f17d
Application Scaling for MSW: Added rescale function for DoubleSlider (from Preview), ObjectList, ManipulationPanel and SettingsPanel
...
+ Set wider default size for Preset Comboboxes from Tabs (#2023 )
2019-04-16 10:05:45 +02:00
Enrico Turri
13798dee06
ObjectList::paste_objects_into_list() refactored to call front end / back end synchronization and scene refresh only once
2019-04-15 15:40:40 +02:00
YuSanka
89142e48fb
Merge remote-tracking branch 'origin/master' into ys_msw_dpi
2019-04-14 13:49:22 +02:00
YuSanka
252381aa38
Application Scaling for MSW: Next big step
...
- Added rescale() function for the most of controls
- Created PrusaBitmap and PrusaButton classes like a wrap to wxBitmap and wxButton accordingly
2019-04-13 23:46:52 +02:00
YuSanka
aa5588b11c
Added new icons
2019-04-12 17:10:29 +02:00
Enrico Turri
6b84f44bd1
Offset used to place newly added volumes and instances proportional to the bed max size
2019-04-12 15:31:33 +02:00
Enrico Turri
7be9551414
Merge branch 'et_copy_and_paste' of https://github.com/prusa3d/Slic3r
2019-04-12 12:40:25 +02:00
YuSanka
95fb8828a2
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-04-12 12:28:36 +02:00
YuSanka
60079c26f1
Added new icons
2019-04-12 12:15:56 +02:00
Enrico Turri
379bf9e074
Copy and paste -> Fixed paste for multivolumes copies
2019-04-12 11:28:24 +02:00
Vojtech Kral
9de39b08d1
Also revert high DPI bitmaps in ObjectList for now
2019-04-12 11:28:07 +02:00
Enrico Turri
d276653a97
Copy and paste -> Fixed copy of multiple instances and volumes insertion into objects list
2019-04-11 11:09:32 +02:00
Enrico Turri
81a5b161c1
Copy and paste -> prototype of copy and paste for objects
2019-04-10 15:55:32 +02:00
Enrico Turri
3450691d45
Copy and paste -> Clipboard refactored to accept more than one object
2019-04-10 14:03:40 +02:00
Enrico Turri
6d5d74c0cb
Copy and paste -> Copy a volume from an object and paste to another
2019-04-10 09:27:42 +02:00
Enrico Turri
8bd3c6ec5c
1st installment of copy and paste -> prototype for volumes copy and paste
2019-04-10 08:40:58 +02:00
Enrico Turri
6eec9230d4
Follow-up to af05e5fc2c -> added missing #else
2019-04-09 15:43:16 +02:00
Enrico Turri
952bbf4259
Tweaks to selection from 3D scene
2019-04-09 15:42:00 +02:00
Vojtech Kral
b7a3f8de30
Fix SVG & bitmap scaling on Mac depending on Retina scaling
2019-04-09 15:16:10 +02:00
bubnikv
6b459233d5
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-04-09 13:13:57 +02:00
bubnikv
00d87e7b4e
Hopefully fixing the "scroll to the first selected line" issue
...
at the object list.
2019-04-09 13:13:42 +02:00
Enrico Turri
928e95757b
Forced one frame render after selecting single volume in objects list
2019-04-09 11:38:56 +02:00
YuSanka
2e64e559ea
Fixed crash under oSX after selection with SHIFT from 3DScene
2019-04-08 11:10:57 +02:00
YuSanka
8dc3dc3d4b
Icon updating for all application
2019-04-08 11:10:57 +02:00
YuSanka
e51ebadb09
Merge remote-tracking branch 'origin/ys_selection'
2019-04-05 11:25:29 +02:00
YuSanka
9ab855a6bf
Added missed code for my last commit
2019-04-05 09:04:52 +02:00
YuSanka
009dc80af8
Implemented new logic for Instances splitting
2019-04-04 18:03:40 +02:00
YuSanka
40c5bbc0aa
Improved Selection from ObjectList side
2019-04-04 18:03:40 +02:00
Enrico Turri
812cf8405e
Export to stl of parts and modifiers
2019-04-04 15:13:43 +02:00
YuSanka
a825788c59
Merge remote-tracking branch 'origin/master' into ys_selection
2019-04-04 15:09:37 +02:00
YuSanka
f925aa3dbf
Fixed non-consistency of the selection
2019-04-04 15:07:54 +02:00
Enrico Turri
2054073d00
Select newly added parts/volumes from current selected instance when adding from 3D scene's context menu
2019-04-04 09:35:13 +02:00
bubnikv
3ebc21ebcd
Fixed cutting of objects in left oriented coordinate space.
...
Removed some spurious debugging printf.
2019-04-03 12:07:58 +02:00
YuSanka
68ba68303b
Fixed typo
2019-04-03 08:39:36 +02:00
YuSanka
366c6ccd04
Selection improvements
...
+ "Delete" menu_item for Instances under OSX
2019-04-02 16:33:52 +02:00
YuSanka
cc66871238
Improved Selection from ObjectList side
2019-03-29 14:36:59 +01:00
Enrico Turri
0c1316d4bc
Volumes selected from the sidebar table taken from the currently selected instance
2019-03-29 10:48:20 +01:00
YuSanka
9152ad2a4e
Added context menu Item "Change Extruder" on 3D-Scene
2019-03-28 16:32:19 +01:00
YuSanka
431399daf9
Fix of #2029
...
+ Some improvements for the language changing
2019-03-26 18:02:26 +01:00
bubnikv
6c5c04b4d1
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-03-21 10:07:42 +01:00
YuSanka
d6879161da
Implemented issue #1990
2019-03-21 09:37:52 +01:00
bubnikv
68343039d0
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-03-20 10:34:10 +01:00