Salome HOME
modules/smesh.git
13 years agountabify
eap [Fri, 28 Jan 2011 10:29:01 +0000 (10:29 +0000)]
untabify

13 years agoFix for the bug 0021141: EDF 1758 SMESH: Salome doesn't stop when assigning a composi...
ana [Fri, 28 Jan 2011 08:38:53 +0000 (08:38 +0000)]
Fix for the bug 0021141: EDF 1758 SMESH: Salome doesn't stop when assigning a composite side discretization hypothesis

13 years ago0021130: EDF 1746 SMESH: Issue with export in STL format
eap [Thu, 27 Jan 2011 16:58:49 +0000 (16:58 +0000)]
0021130: EDF 1746 SMESH: Issue with export in STL format
   export any kind of 2D and 3D elements to STL file becomes possible

13 years ago0021130: EDF 1746 SMESH: Issue with export in STL format
eap [Thu, 27 Jan 2011 16:48:44 +0000 (16:48 +0000)]
0021130: EDF 1746 SMESH: Issue with export in STL format
   1) write not triangular faces as many triangles
   2) write triangles for missing faces of free facets of volumes

13 years ago0021130: EDF 1746 SMESH: Issue with export in STL format
eap [Thu, 27 Jan 2011 16:45:55 +0000 (16:45 +0000)]
0021130: EDF 1746 SMESH: Issue with export in STL format
   move TNodeXYZ from SMESH_MeshEditor to SMESH_TypeDefs.hxx as SMESH_TNodeXYZ

13 years ago0021130: EDF 1746 SMESH: Issue with export in STL format
eap [Thu, 27 Jan 2011 16:44:48 +0000 (16:44 +0000)]
0021130: EDF 1746 SMESH: Issue with export in STL format
   1) move instantiations of templates from separate files to SMESH_TypeDefs.hxx
   2) move frequently used typedefs and small classes from SMESH_MeshEditor to to SMESH_TypeDefs.hxx

13 years ago0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
vsr [Thu, 27 Jan 2011 14:05:46 +0000 (14:05 +0000)]
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
Update an anctor when necessary

13 years ago0021144: [CEA 441] Problem with projection
eap [Thu, 27 Jan 2011 13:41:43 +0000 (13:41 +0000)]
0021144: [CEA 441] Problem with projection

+  bool projectBy2DSimilarity()

13 years ago0021144: [CEA 441] Problem with projection
eap [Thu, 27 Jan 2011 13:41:06 +0000 (13:41 +0000)]
0021144: [CEA 441] Problem with projection
    care of degenerated geom EDGEs

13 years agonot initialized value
eap [Thu, 27 Jan 2011 13:40:10 +0000 (13:40 +0000)]
not initialized value

13 years agounused variable
eap [Thu, 27 Jan 2011 13:37:31 +0000 (13:37 +0000)]
unused variable

13 years ago0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
vsr [Thu, 27 Jan 2011 10:14:07 +0000 (10:14 +0000)]
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
Fix "bare faces" control problem

13 years ago0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
vsr [Thu, 27 Jan 2011 07:40:19 +0000 (07:40 +0000)]
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
Add new controls support to the SMESHGUI_Selection

13 years agounused variable
eap [Wed, 26 Jan 2011 14:09:59 +0000 (14:09 +0000)]
unused variable

13 years agoClear data structures at Compute() finish
eap [Wed, 26 Jan 2011 14:09:38 +0000 (14:09 +0000)]
Clear data structures at Compute() finish

13 years agoFor redesigned StdMeshers_Hexa_3D (to work with composed cube edges)
eap [Wed, 26 Jan 2011 14:08:42 +0000 (14:08 +0000)]
For redesigned StdMeshers_Hexa_3D (to work with composed cube edges)
1) Store TopoDS_Face in FaceQuadStruct
2) Make CheckNbEdges() public

13 years ago0021134: EDF 1749 GHS3D: GHS3D can't compute the 3D elements from 2D skin elements
eap [Wed, 26 Jan 2011 14:06:40 +0000 (14:06 +0000)]
0021134: EDF 1749 GHS3D: GHS3D can't compute the 3D elements from 2D skin elements
    Redesign again to work with composed cube edges

13 years ago0021134: EDF 1749 GHS3D: GHS3D can't compute the 3D elements from 2D skin elements
eap [Wed, 26 Jan 2011 13:40:27 +0000 (13:40 +0000)]
0021134: EDF 1749 GHS3D: GHS3D can't compute the 3D elements from 2D skin elements
    Fix SplitVolumesIntoTetra() taking into account changed behavior
    of the complex SMESHDS_SubMesh

13 years ago0021140: EDF 1759 SMESH: Netgen1D2D fails on subshape
eap [Tue, 25 Jan 2011 14:46:58 +0000 (14:46 +0000)]
0021140: EDF 1759 SMESH: Netgen1D2D fails on subshape
    Fix work on edges computed with the Composed Segment discretizer

13 years agountabify
eap [Tue, 25 Jan 2011 14:45:34 +0000 (14:45 +0000)]
untabify

13 years agoremove useless dump of vertices of failed shape
eap [Tue, 25 Jan 2011 14:45:01 +0000 (14:45 +0000)]
remove useless dump of vertices of failed shape

13 years ago0021151: [CEA] unit test fails
vsr [Tue, 25 Jan 2011 11:38:54 +0000 (11:38 +0000)]
0021151: [CEA] unit test fails
Use int instead long to decrease memory consumption

13 years ago0021151: [CEA] unit test fails
vsr [Tue, 25 Jan 2011 11:23:48 +0000 (11:23 +0000)]
0021151: [CEA] unit test fails
Index of sub-shape might be greater than 32767 (max allowed value for short type)

13 years ago+static int MYDEBUGWITHFILES = 0;//1;
eap [Mon, 24 Jan 2011 16:56:10 +0000 (16:56 +0000)]
+static int MYDEBUGWITHFILES = 0;//1;

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Mon, 24 Jan 2011 09:17:26 +0000 (09:17 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   Assure stability

13 years agovalid IDs count from 1
eap [Mon, 24 Jan 2011 09:15:52 +0000 (09:15 +0000)]
valid IDs count from 1

13 years agoFix a French translation
gdd [Fri, 21 Jan 2011 16:34:19 +0000 (16:34 +0000)]
Fix a French translation

13 years agoUpdate of French translation files
gdd [Fri, 21 Jan 2011 15:56:03 +0000 (15:56 +0000)]
Update of French translation files

13 years agoAdditional changes for the Point 2 of the "20948: EDF 1468 SMESH: Histogram of the...
rnv [Fri, 21 Jan 2011 14:01:49 +0000 (14:01 +0000)]
Additional changes for the Point 2 of the "20948: EDF 1468 SMESH: Histogram of the quality controls" issue.

13 years ago0021136: EDF 1748 SMESH: SetAutoColor has no effect in a python script
vsr [Fri, 21 Jan 2011 12:20:52 +0000 (12:20 +0000)]
0021136: EDF 1748 SMESH: SetAutoColor has no effect in a python script

13 years agoImplementation of the Point 2 of the 20948: EDF 1468 SMESH: Histogram of the quality...
rnv [Thu, 20 Jan 2011 15:41:36 +0000 (15:41 +0000)]
Implementation of the Point 2 of the 20948: EDF 1468 SMESH: Histogram of the quality controls.

13 years agoAdd new method DoubleNodeElemGroupsNew which allows to have the group of newly create...
gdd [Tue, 18 Jan 2011 14:45:18 +0000 (14:45 +0000)]
Add new method DoubleNodeElemGroupsNew which allows to have the group of newly created elements.

13 years agoAdd missing include
gdd [Tue, 18 Jan 2011 13:02:45 +0000 (13:02 +0000)]
Add missing include

13 years agofix SetPosition()
eap [Tue, 18 Jan 2011 12:54:18 +0000 (12:54 +0000)]
fix SetPosition()

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:21:56 +0000 (12:21 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

+   * interface of "Viscous Layers" hypothesis.
+   * This hypothesis specifies parameters of layers of prisms to build
+   * near mesh boundary. This hypothesis can be used by several 3D algorithms:
+   * NETGEN 3D, GHS3D, Hexahedron(i,j,k)
+   */
+  interface StdMeshers_ViscousLayers : SMESH::SMESH_Hypothesis

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:21:27 +0000 (12:21 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
+ StdMeshers_ViscousLayers_i.hxx

13 years ago\ No newline at end of file0020832: EDF 1359 SMESH : Automatic meshing of boundary...
eap [Tue, 18 Jan 2011 12:20:52 +0000 (12:20 +0000)]
\ No newline at end of file0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
     work with StdMeshers_ViscousLayers

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:20:13 +0000 (12:20 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

-  StdMeshersGUI_SubShapeSelectorWdg( QWidget* parent = 0 );
+  StdMeshersGUI_SubShapeSelectorWdg( QWidget* parent = 0,
+                                     TopAbs_ShapeEnum aSubShType = TopAbs_EDGE );

+  void                           setFilter();

13 years ago\ No newline at end of file
eap [Tue, 18 Jan 2011 12:19:28 +0000 (12:19 +0000)]
\ No newline at end of file

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:18:56 +0000 (12:18 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
     work after StdMeshers_ViscousLayers

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:17:14 +0000 (12:17 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
 Move IsClosedEdge() to SMESH_MesherHelper from StdMeshers_ProjectionUtils

13 years agomonor change
eap [Tue, 18 Jan 2011 12:16:37 +0000 (12:16 +0000)]
monor change

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:16:09 +0000 (12:16 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
    Implement Compute() with the viscous layers

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:15:36 +0000 (12:15 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

+ StdMeshers_ViscousLayers.hxx

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:15:17 +0000 (12:15 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

+    def ViscousLayers(self, thickness, numberOfLayers, stretchFactor, ignoreFaces=[]):

13 years agountabify
eap [Tue, 18 Jan 2011 12:14:57 +0000 (12:14 +0000)]
untabify

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:14:41 +0000 (12:14 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

+  else if ( aHypType == "ViscousLayers")
+    aHelpFileName = "additional_hypo_page.html#viscous_layers_anchor";

13 years agounused variable
eap [Tue, 18 Jan 2011 12:14:25 +0000 (12:14 +0000)]
unused variable

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:14:09 +0000 (12:14 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

-  SMESHGUI_EXPORT GEOM::GEOM_Object_var GetShapeOnMeshOrSubMesh( _PTR(SObject) );
+  SMESHGUI_EXPORT GEOM::GEOM_Object_var GetShapeOnMeshOrSubMesh( _PTR(SObject), bool* isMesh=0 );

13 years agono more memostat()
eap [Tue, 18 Jan 2011 12:11:56 +0000 (12:11 +0000)]
no more memostat()

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:11:00 +0000 (12:11 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
  prevent from an infinite recursion via the event listener

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:09:32 +0000 (12:09 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   1) make CheckNodeUV() and CheckNodeU() optionally return XYZ of node
      projection to shape
   2) prevent ancestors iterator from returning duplicates
   3) move IsClosedEdge() to SMESH_MesherHelper from StdMeshers_ProjectionUtils
   4) for hexa 3D
   static bool LoadNodeColumns(TParam2ColumnMap & theParam2ColumnMap,
                               const TopoDS_Face& theFace,
                               const TopoDS_Edge& theBaseEdge,
                               SMESHDS_Mesh*      theMesh,
+                              SMESH_ProxyMesh*   theProxyMesh=0);

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 11:03:09 +0000 (11:03 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   make SMESH_ElementSearcher work on a sub-set of elements

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 11:02:33 +0000 (11:02 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   Make const some requiring methods

13 years agominor change
eap [Tue, 18 Jan 2011 11:02:03 +0000 (11:02 +0000)]
minor change

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 11:01:28 +0000 (11:01 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

+ SMESH_ProxyMesh.hxx

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 10:59:55 +0000 (10:59 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

+    <hypothesis type="ViscousLayers"

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 10:58:51 +0000 (10:58 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
  show arrows on EDGE's only

13 years agountabify
eap [Tue, 18 Jan 2011 10:58:29 +0000 (10:58 +0000)]
untabify

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 10:57:32 +0000 (10:57 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   Make some methods virtual to enable inheriting by StdMeshers_ProxyMesh::SubMesh

+virtual ~SMESHDS_SubMesh()
+void RemoveAllSubmeshes()

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 10:55:54 +0000 (10:55 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   Make const some requiring methods

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 10:55:06 +0000 (10:55 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

+ SMDS_IteratorOnIterators.hxx

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 10:51:03 +0000 (10:51 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

+  _Self
+  operator++(int)

+  bool
+  operator==(const _Self& __x) const

13 years agountabify
eap [Tue, 18 Jan 2011 10:49:35 +0000 (10:49 +0000)]
untabify

13 years agoremove extra ;
eap [Tue, 18 Jan 2011 10:48:28 +0000 (10:48 +0000)]
remove extra ;

13 years agodelete node positions at node removal
eap [Tue, 18 Jan 2011 10:47:49 +0000 (10:47 +0000)]
delete node positions at node removal

13 years agoFix for the issue 21127: EDF 1290 SMESH: A user script fails in versions more than 512
rnv [Tue, 18 Jan 2011 08:46:10 +0000 (08:46 +0000)]
Fix for the issue 21127: EDF 1290 SMESH: A user script fails in versions more than 512

13 years agoFix some mispells
gdd [Mon, 17 Jan 2011 16:30:13 +0000 (16:30 +0000)]
Fix some mispells

13 years agoAdd default text and style sheet for StdMeshersGUI_ObjectReferenceParamWdg
gdd [Mon, 17 Jan 2011 10:27:48 +0000 (10:27 +0000)]
Add default text and style sheet for StdMeshersGUI_ObjectReferenceParamWdg

13 years agoFix for the 21125: EDF 1233 SMESH: Degrardation of precision in a test case for quadr...
rnv [Mon, 10 Jan 2011 15:38:48 +0000 (15:38 +0000)]
Fix for the 21125: EDF 1233 SMESH: Degrardation of precision in a test case for quadratic conversion.

13 years agoFix of IPAL22187: mesh is updated now after removing of orphan nodes.
akl [Mon, 10 Jan 2011 11:43:47 +0000 (11:43 +0000)]
Fix of IPAL22187: mesh is updated now after removing of orphan nodes.

13 years agoCode refactoring
vsr [Wed, 29 Dec 2010 13:17:10 +0000 (13:17 +0000)]
Code refactoring

13 years agoMantis issue 0021108: EDF 1668 SMESH: ExtrusionAlongPathX on a Mesh group.
jfa [Wed, 29 Dec 2010 10:27:23 +0000 (10:27 +0000)]
Mantis issue 0021108: EDF 1668 SMESH: ExtrusionAlongPathX on a Mesh group.

13 years agoFix for the issue 0020885: EDF 607 SMESH: Measure tools
rnv [Tue, 28 Dec 2010 16:29:23 +0000 (16:29 +0000)]
Fix for the issue 0020885: EDF 607 SMESH: Measure tools
(See Additional Note 10037)

13 years ago0021105: EDF 1179 SMESH: Efficiency of clipping plane in VTK viewer
ouv [Tue, 28 Dec 2010 12:27:54 +0000 (12:27 +0000)]
0021105: EDF 1179 SMESH: Efficiency of clipping plane in VTK viewer

13 years agoIssue 0021106: EDF 1691 SMESH: MEsh.Group(SubShape) fails on Shells
inv [Fri, 24 Dec 2010 10:59:30 +0000 (10:59 +0000)]
Issue 0021106: EDF 1691 SMESH: MEsh.Group(SubShape) fails on Shells

13 years agoMerge from V6_2_BR 23/12/2010
inv [Fri, 24 Dec 2010 08:18:34 +0000 (08:18 +0000)]
Merge from V6_2_BR 23/12/2010

13 years agoPatch for docutils
gdd [Thu, 23 Dec 2010 09:01:56 +0000 (09:01 +0000)]
Patch for docutils

13 years agouse vtkIdType to be independant of architecture
secher [Wed, 15 Dec 2010 10:13:32 +0000 (10:13 +0000)]
use vtkIdType to be independant of architecture

13 years agoPR: debug imps E3 and E7
prascle [Mon, 6 Dec 2010 16:59:16 +0000 (16:59 +0000)]
PR: debug imps E3 and E7

13 years agoAllow Show/Hide during other SMESH operations. Mantis issue 0021082. V6_2_0a1
jfa [Mon, 6 Dec 2010 14:49:00 +0000 (14:49 +0000)]
Allow Show/Hide during other SMESH operations. Mantis issue 0021082.

13 years agoImprove hack_libtool utility to workaround problems on some Linux configurations
vsr [Mon, 6 Dec 2010 13:06:25 +0000 (13:06 +0000)]
Improve hack_libtool utility to workaround problems on some Linux configurations

13 years agoPR: debug split into tetras
prascle [Sun, 5 Dec 2010 22:57:20 +0000 (22:57 +0000)]
PR: debug split into tetras

13 years agoPR: debug polygons and merge nodes
prascle [Sun, 5 Dec 2010 19:22:06 +0000 (19:22 +0000)]
PR: debug polygons and merge nodes

13 years agoPR: bug in compactGrid with polyhedrons
prascle [Sat, 4 Dec 2010 16:50:15 +0000 (16:50 +0000)]
PR: bug in compactGrid with polyhedrons

13 years agoPR: compactGrid with polyhedrons
prascle [Sat, 4 Dec 2010 15:44:40 +0000 (15:44 +0000)]
PR: compactGrid with polyhedrons

13 years agoPR: fix Transform method with orphan nodes
prascle [Wed, 1 Dec 2010 22:56:36 +0000 (22:56 +0000)]
PR: fix Transform method with orphan nodes

13 years agoFix build problem in --without-gui mode (SMESH engine also depends on VTK now)
vsr [Wed, 1 Dec 2010 08:48:41 +0000 (08:48 +0000)]
Fix build problem in --without-gui mode (SMESH engine also depends on VTK now)

13 years agoPR: correct some warnings
prascle [Tue, 30 Nov 2010 22:35:24 +0000 (22:35 +0000)]
PR: correct some warnings

13 years agomerge from branch BR_SMDS_MEMIMP 29 nov 2010
prascle [Mon, 29 Nov 2010 13:20:53 +0000 (13:20 +0000)]
merge from branch BR_SMDS_MEMIMP 29 nov 2010

13 years agoMerge from V5_1_main 26/11/2010
vsr [Fri, 26 Nov 2010 15:48:22 +0000 (15:48 +0000)]
Merge from V5_1_main 26/11/2010

13 years agoMerge from V5_1_main branch 24/11/2010
vsr [Thu, 25 Nov 2010 12:44:43 +0000 (12:44 +0000)]
Merge from V5_1_main branch 24/11/2010

13 years agoReplace CHECK_MPICH by CHECK_MPI
gdd [Wed, 24 Nov 2010 16:14:13 +0000 (16:14 +0000)]
Replace CHECK_MPICH by CHECK_MPI

13 years ago0021063: [CEA 434] Compilation using gnu compiler v4.5
vsr [Thu, 11 Nov 2010 13:02:20 +0000 (13:02 +0000)]
0021063: [CEA 434] Compilation using gnu compiler v4.5

13 years agoMerge from V6_1_BR 07/09/2010
vsr [Tue, 7 Sep 2010 14:19:57 +0000 (14:19 +0000)]
Merge from V6_1_BR 07/09/2010

13 years agoMerge from V5_1_main 10/06/2010 V6_1_0a1 V6_1_0a2
vsr [Thu, 10 Jun 2010 09:43:07 +0000 (09:43 +0000)]
Merge from V5_1_main 10/06/2010

13 years agoChanging version to 6.1.0
inv [Mon, 24 May 2010 11:54:42 +0000 (11:54 +0000)]
Changing version to 6.1.0

13 years agoMerge from V5_1_main branch 14/05/2010
vsr [Fri, 14 May 2010 20:52:51 +0000 (20:52 +0000)]
Merge from V5_1_main branch 14/05/2010

13 years agoMerge from V5_1_main 14/05/2010
vsr [Fri, 14 May 2010 15:32:37 +0000 (15:32 +0000)]
Merge from V5_1_main 14/05/2010

14 years agofix pb with GetName() in case of meshing imported 2D skin
eap [Fri, 19 Feb 2010 08:43:22 +0000 (08:43 +0000)]
fix pb with GetName() in case of meshing imported 2D skin