@@ -152,7 +152,6 @@ MeshDeformClass::ModifyObject
152152 tri_obj->UpdateValidity (GEOM_CHAN_NUM, Interval (time, time + 1 ));
153153 tri_obj->UpdateValidity (SELECT_CHAN_NUM, Interval (time, time + 1 ));
154154 tri_obj->UpdateValidity (SUBSEL_TYPE_CHAN_NUM, Interval (time, time + 1 ));
155- return ;
156155}
157156
158157
@@ -257,7 +256,6 @@ MeshDeformClass::BeginEditParams
257256 // Restore the selection level.
258257 // /
259258 max_interface->SetSubObjectLevel (1 );
260- return ;
261259}
262260
263261
@@ -299,7 +297,6 @@ MeshDeformClass::EndEditParams
299297 // Release our hold on the max interface pointer
300298 m_MaxInterface = NULL ;
301299 m_pPanel = NULL ;
302- return ;
303300}
304301
305302
@@ -339,7 +336,6 @@ MeshDeformClass::ActivateSubobjSel
339336 ** display attributes, and subselection type channels have changed
340337 */
341338 NotifyDependents (FOREVER, VERTCOLOR_CHANNEL|SELECT_CHANNEL|DISP_ATTRIB_CHANNEL|SUBSEL_TYPE_CHANNEL, REFMSG_CHANGE);
342- return ;
343339}
344340
345341
@@ -453,7 +449,6 @@ MeshDeformClass::SelectSubComponent
453449 m_pPanel->Update_Vertex_Color ();
454450 NotifyDependents (FOREVER, PART_SELECT, REFMSG_CHANGE);
455451 m_bSetDirty = true ;
456- return ;
457452}
458453
459454
@@ -472,7 +467,6 @@ MeshDeformClass::GetSubObjectTMs
472467)
473468{
474469 int test = 0 ;
475- return ;
476470}
477471
478472
@@ -509,7 +503,6 @@ MeshDeformClass::GetSubObjectCenters
509503
510504 // Pass the 'selection' center onto MAX
511505 callback->Center (box.Center (), 0 );
512- return ;
513506}
514507
515508
@@ -544,7 +537,6 @@ MeshDeformClass::ClearSelection (int selLevel)
544537 */
545538 NotifyDependents (FOREVER, PART_SELECT, REFMSG_CHANGE);
546539 m_bSetDirty = true ;
547- return ;
548540}
549541
550542static Point3 last_delta;
@@ -618,7 +610,6 @@ MeshDeformClass::Move
618610 }
619611
620612 m_OperationName = " Move" ;
621- return ;
622613}
623614
624615
@@ -692,7 +683,6 @@ MeshDeformClass::Scale
692683 }
693684
694685 m_OperationName = " Scale" ;
695- return ;
696686}
697687
698688
@@ -772,7 +762,6 @@ MeshDeformClass::Rotate
772762 }
773763
774764 m_OperationName = " Rotate" ;
775- return ;
776765}
777766
778767
@@ -826,7 +815,6 @@ MeshDeformClass::TransformStart (TimeValue time_val)
826815 // Repaint the view
827816 nodes.DisposeTemporary ();
828817 NotifyDependents (FOREVER, PART_GEOM, REFMSG_CHANGE);
829- return ;
830818}
831819
832820
@@ -844,7 +832,6 @@ MeshDeformClass::TransformFinish (TimeValue time_val)
844832
845833 // Accept the undo operation
846834 theHold.Accept (m_OperationName);
847- return ;
848835}
849836
850837
@@ -862,7 +849,6 @@ MeshDeformClass::TransformCancel (TimeValue time_val)
862849
863850 // Cancel the undo operation
864851 theHold.Cancel ();
865- return ;
866852}
867853
868854
@@ -882,8 +868,6 @@ MeshDeformClass::Set_Deform_State (float state)
882868 m_pPanel->Update_Vertex_Color ();
883869 }
884870 }
885-
886- return ;
887871}
888872
889873
@@ -961,7 +945,6 @@ MeshDeformClass::Set_Vertex_Color (const Point3 &color, bool button_up)
961945 }
962946
963947 m_VertColorChanging = !button_up;
964- return ;
965948}
966949
967950
@@ -1030,8 +1013,6 @@ MeshDeformClass::Get_Vertex_Color (Point3 &color)
10301013
10311014 nodes.DisposeTemporary ();
10321015 }
1033-
1034- return ;
10351016}
10361017
10371018
@@ -1057,8 +1038,6 @@ MeshDeformClass::Update_UI (MeshDeformModData *mod_data)
10571038 m_pPanel->Set_Current_Set (m_CurrentSet);
10581039 m_pPanel->Set_Current_State (m_DeformState);
10591040 }
1060-
1061- return ;
10621041}
10631042
10641043
@@ -1092,8 +1071,6 @@ MeshDeformClass::Auto_Apply (bool auto_apply)
10921071 // Cleanup
10931072 nodes.DisposeTemporary ();
10941073 }
1095-
1096- return ;
10971074}
10981075
10991076
@@ -1137,8 +1114,6 @@ MeshDeformClass::Set_Max_Deform_Sets (int max)
11371114 NotifyDependents (FOREVER, PART_SELECT, REFMSG_CHANGE);
11381115 m_MaxInterface->RedrawViews (m_MaxInterface->GetTime ());
11391116 }
1140-
1141- return ;
11421117}
11431118
11441119
@@ -1173,8 +1148,6 @@ MeshDeformClass::Update_Set_Count (void)
11731148 // Cleanup
11741149 nodes.DisposeTemporary ();
11751150 }
1176-
1177- return ;
11781151}
11791152
11801153
@@ -1231,8 +1204,6 @@ MeshDeformClass::Set_Current_Set
12311204 // Update the current 'vertex color' on the UI panel
12321205 m_pPanel->Update_Vertex_Color ();
12331206 }
1234-
1235- return ;
12361207}
12371208
12381209
@@ -1268,8 +1239,6 @@ MeshDeformClass::Update_Current_Set (void)
12681239 nodes.DisposeTemporary ();
12691240 m_bSetDirty = false ;
12701241 }
1271-
1272- return ;
12731242}
12741243
12751244
@@ -1332,7 +1301,6 @@ void SkinModifierClass::SelectAll(int selLevel)
13321301
13331302 case OBJECT_SEL_LEVEL:
13341303 assert(0);
1335- return;
13361304
13371305 case VERTEX_SEL_LEVEL:
13381306#if 0 // undo/redo
@@ -1386,7 +1354,6 @@ void SkinModifierClass::InvertSelection(int selLevel)
13861354
13871355 case OBJECT_SEL_LEVEL:
13881356 assert(0);
1389- return;
13901357
13911358 case VERTEX_SEL_LEVEL:
13921359#if 0 // undo/redo
0 commit comments