Raytracing: PR6497 move return statement to new line
This commit is contained in:
@@ -196,7 +196,8 @@ void CmdRaytracingWritePart::activated(int)
|
||||
// name of the objects in the pov file
|
||||
std::string Name = "Part";
|
||||
std::vector<App::DocumentObject*> obj = Gui::Selection().getObjectsOfType(Part::Feature::getClassTypeId());
|
||||
if (obj.empty()) return;
|
||||
if (obj.empty())
|
||||
return;
|
||||
|
||||
std::stringstream out;
|
||||
//Raytracing.writePartFile(App.document().GetActiveFeature().getShape())
|
||||
|
||||
Reference in New Issue
Block a user