Bug 131427 - Remove button "Texture, Shadow and Color" in 3D Effects dialog
Summary: Remove button "Texture, Shadow and Color" in 3D Effects dialog
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
7.0.0.0.alpha0+
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Shubham Jain
URL:
Whiteboard: target:7.2.0
Keywords: difficultyBeginner, easyHack, topicUI
Depends on:
Blocks: 3D-Model
  Show dependency treegraph
 
Reported: 2020-03-19 17:01 UTC by Regina Henschel
Modified: 2021-01-28 09:33 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Regina Henschel 2020-03-19 17:01:31 UTC
Draw a 3D object with a bitmap fill. Open the '3D Effects' dialog on tab 'Textures'. In line "Mode" look at the third button.
That button should correspond to TextureMode_BLEND in com::sun::star::drawing in API. But that texture mode is not implemented and therefore the button does nothing. So it should be removed or at least hidden. Otherwise it is confusing for users.

This button has been introduced somewhere between version 4.0 and 5.1.
Comment 1 Roman Kuznetsov 2020-03-20 13:45:17 UTC
that button is in /core/svx/uiconfig/ui/docking3deffects.ui , strings 1713 - 1730

can just change string 1715 to False
Comment 2 James 2020-03-28 16:21:44 UTC
I would like to work on this..
Comment 3 Xisco Faulí 2020-07-22 15:00:26 UTC
Dear James,
This bug has been in ASSIGNED status for more than 3 months without any
activity. Resetting it to NEW.
Please assign it back to yourself if you're still working on this.
Comment 4 Shubham Jain 2020-12-23 07:16:49 UTC
Hi I have submitted a patch for this bug. Please can someone review it.
Link: https://gerrit.libreoffice.org/c/core/+/108102
Comment 5 Heiko Tietze 2021-01-05 06:57:39 UTC
The button has been removed from the UI. Some information regarding the missing functionality might be on Gerrit.
Comment 6 Commit Notification 2021-01-05 06:58:02 UTC
shubham656 committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/5da3ae08596c2465532e662537f5292454a84a3e

tdf#131427 Remove button "Texture, Shadow and Color" in 3D Effects dialog

It will be available in 7.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.