-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,2 @@ | ||
## Main changes | ||
|
||
- added `plotter.pick_area()` thanks to @ZiguoAtGitHub and @RubendeBruin feedback. | ||
- bug fix in `closest_point()` thanks to @goncalo-pt | ||
- bug fix in tformat thanks to @JohnsWor https://github.com/marcomusy/vedo/pull/913 | ||
- add texture to npz files thanks to @zhouzq-thu https://github.com/marcomusy/vedo/pull/918 | ||
|
||
- Fix meshlab interface thanks to @JeffreyWardman in #924 | ||
- Update `Slicer3DPlotter` thanks to @daniel-a-diaz in #925 | ||
- Improvements on `applications.Slicer3DPlotter` | ||
- Improvements on `applications.Browser` | ||
- add background radial gradients | ||
|
||
|
||
### Breaking changes | ||
- in `plotter.add_button(func)`, must use `func(event)` instead of `func()` | ||
(thanks to @smoothumut for spotting the bug) | ||
|
||
|
||
------------------------- | ||
## New/Revised Examples | ||
``` | ||
examples/advanced/timer_callback1.py | ||
examples/advanced/timer_callback2.py | ||
examples/advanced/interpolate_scalar5.py | ||
examples/basic/buttons.py | ||
examples/basic/mouseclick2.py | ||
examples/basic/input_box.py | ||
examples/basic/sliders2.py | ||
examples/basic/interaction_modes2.py | ||
examples/volumetric/slicer1.py | ||
``` | ||
|
||
### Broken Examples | ||
``` | ||
``` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
_version = '2023.4.6+dev16' | ||
_version = '2023.4.7' |