bubnikv
eddef4f12d
Restored slicing cancellation.
2018-10-25 10:07:11 +02:00
YuSanka
5c267eecee
Fixed incorrect m_wiping_dialog_button showing after appInit
2018-10-24 12:58:35 +02:00
Enrico Turri
acdc73a371
Split to objects and Split to parts
2018-10-24 12:55:38 +02:00
bubnikv
6f72884339
Background processing: Fixed rotation & scaling of PrintObjects.
2018-10-24 11:48:39 +02:00
bubnikv
78468e49d4
WIP: Background processing is almost working now.
...
still PrintObject::_slice_volumes() needs some love to set
the PrintObject matrices correctly.
2018-10-23 22:53:43 +02:00
bubnikv
31b482c605
WIP: Reconstruction of background processing.
2018-10-23 15:27:31 +02:00
bubnikv
502dcc1e94
Merge branch 'dev_native' into vb_dev_native_background_processing
2018-10-23 11:26:15 +02:00
Enrico Turri
c629b4187b
New selection -> Keep selection after instance inscrease/decrease command
2018-10-23 09:19:41 +02:00
Enrico Turri
e12dff498e
Layers editing
2018-10-22 15:18:56 +02:00
Vojtech Kral
bc58f59ebb
Fix Plater::priv::get_export_file()
2018-10-22 12:07:43 +02:00
Vojtech Kral
9e8744ef41
Plater: Fix file patterns
2018-10-22 11:53:39 +02:00
Enrico Turri
79aa687ce7
Added mirroring factors to .amf import/export
2018-10-22 11:45:03 +02:00
Enrico Turri
3597813891
New selection -> Split command
2018-10-19 15:27:19 +02:00
YuSanka
28d2fe4bca
Fixed object adding to list with same object's name
...
+ Added name for main object for complex objects
+ Fixed incorrect Instances and Settings deleting from ObjectList
2018-10-19 11:08:43 +02:00
bubnikv
e5c263be9b
WIP: Slicing from GUI.
2018-10-18 18:06:40 +02:00
bubnikv
65e01146e7
Merge branch 'dev_native' into vb_dev_native_background_processing
2018-10-18 18:03:17 +02:00
Enrico Turri
1d2b29bc5c
Mirror transform components in ModelInstance and GLvolume - WIP and disabled
2018-10-18 15:50:51 +02:00
Enrico Turri
a1fd559a27
New selection -> Removed unneeded methods and small refactor
2018-10-18 15:09:41 +02:00
Enrico Turri
729801d25d
Unified append_submenu() function and modified append_menu_item() function
2018-10-18 14:42:21 +02:00
YuSanka
1e8aaeeeaf
Merge remote-tracking branch 'origin/ys_dev_native' into dev_native
2018-10-18 11:41:29 +02:00
YuSanka
9ce0a9e0e8
Deleted "Copy" column from ObjectList
2018-10-18 11:28:31 +02:00
YuSanka
618de84423
Added instances to ObjectList
2018-10-18 10:40:26 +02:00
Enrico Turri
385eb96372
New selection -> Unified methods to update menu items
2018-10-18 09:27:37 +02:00
Enrico Turri
59627a1eb2
Increase and decrease command in object's context menu
2018-10-17 14:26:13 +02:00
Enrico Turri
58cbc736e9
Plater -> View Menu
2018-10-17 12:59:58 +02:00
Enrico Turri
de1a811167
Object context menu wip / Removed links to settings dialog from user interface / Fixed and unified append_menu_item() function / Fixed File->Open menu item / Fixed Window menu items / Added Plater menu
2018-10-17 12:17:25 +02:00
bubnikv
18199b33f0
WIP: Reconstruction of background processing update timer,
...
added unique IDs to the Model / ModelObject / ModelVolume objects,
added a copy of Model hierarchy at the Print,
WIP: new Print::apply() method to update the Print's copy of Model,
to update the Print's PrintObjects, to update status of the Print and
PrintObjects, and to possibly stop the background processing.
2018-10-17 11:12:38 +02:00
Enrico Turri
d8a0351abe
Fixed toolbar update after reducing instances count
2018-10-17 09:40:04 +02:00
Enrico Turri
50096be76a
New selection -> Removed old plater selection
2018-10-17 09:30:07 +02:00
YuSanka
a5fcc0493c
Changed logic of the PrusaObjectDataViewModelNode:
...
now each node has:
* name,
* type,
* id (-1, if type == itSettings OR itInstanceRoot),
* bmp,
* action_bmp
* extruder
2018-10-16 16:46:35 +02:00
Enrico Turri
023ac242b3
New selection -> Toolbar update
2018-10-16 16:04:19 +02:00
YuSanka
a32aed3019
Fixed OSX compilation : GetStringSelection for PresetComboBox is changed to GetString(GetSelection)
2018-10-15 11:39:48 +02:00
YuSanka
7f5bf1718e
Ported Plater->on_config_change
2018-10-15 10:53:47 +02:00
YuSanka
8289aebb4d
Added correct deleting of the selected objects(parts, mix)
...
but only in "ObjectList->Scene" direction
2018-10-12 12:00:37 +02:00
YuSanka
643b1e7a7c
Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native
2018-10-11 16:17:43 +02:00
YuSanka
6672eeb1b7
Added extended selection ObjectList -> to canvas3D
2018-10-11 16:13:23 +02:00
Vojtech Kral
f3e7ad29d4
Plater: Fix arrange
2018-10-11 13:22:36 +02:00
Vojtech Kral
f5b56b5716
Plater: increase, decrease, set_number_of_copies, arrange
2018-10-11 12:48:35 +02:00
Vojtech Kral
78fe72e320
Plater: Fix in load_model_objects
2018-10-10 14:43:47 +02:00
YuSanka
de0d3d608f
Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native
2018-10-10 13:54:56 +02:00
YuSanka
590232ea55
Ported on_extruders_change and filament_color_box_lmouse_down(like a lambda-f inside PresetComboBox)
2018-10-10 13:53:45 +02:00
Vojtech Kral
a8cf100054
Plater: on_object_select
2018-10-10 11:21:37 +02:00
Vojtech Kral
b64cf5c372
Plater & GLCanvas3D: Fix instance_moved event, add event handlers
2018-10-09 17:39:04 +02:00
YuSanka
ff385a9fd7
Merge remote-tracking branch 'origin/ys_dev_native' into dev_native
2018-10-09 12:44:32 +02:00
YuSanka
8d11d97eaa
Ported show_preset_comboboxes function
2018-10-09 12:41:05 +02:00
Vojtech Kral
8946bbdd66
Plater: Add missing skeletons (un-typed for now)
2018-10-09 10:47:42 +02:00
Enrico Turri
560c7281d6
Fixed new selection compile errors
2018-10-09 09:12:38 +02:00
Enrico Turri
3804c770ec
Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native
2018-10-09 09:08:06 +02:00
Enrico Turri
7b49b833a5
New selection -> removed select by parts
2018-10-09 09:07:49 +02:00
YuSanka
f3d56cde90
Merge remote-tracking branch 'origin/dev_native' into ys_dev_native
2018-10-09 08:30:48 +02:00