https://bugs.documentfoundation.org/show_bug.cgi?id=146360
--- Comment #12 from Armin Le Grand <[email protected]> --- Getting forward, in EnhancedCustomShape3d::Create3DObject three 3D objects get created when bUseTwoFillStyles is true. No one tries to get the attributes from the StyleSheet working here, all three objects get attributes set hard as needed - okay, since these are temporary helper objects. 1st 3d obj is the 'front', 2nd is the extrude with the extrude-color set and color fill, 3rd is the 'back' which gets positioned at extrude distance. The 3rd one gets the fill set as bitmap, and indeed, if you *rotate* the shape using 'tilt left' until you see the back of the object, you see the expected bitmap (!) Thus mssing is setting the attributes to bitmap fill at the 'front' shape as it seems, including evtl. missing stuff to make it visible concerning the normal orientations (?). I highly doubt that this was caused by the mentioned change. -- You are receiving this mail because: You are the assignee for the bug.
