Changesets: occt
master 33bddc1c 2012-04-17 07:15:26
|
0023114: Extrema algorithm throws the exception. |
Affected Issues 0023114 |
|
mod - src/Extrema/Extrema_GExtCC.gxx | Diff File | ||
master cb15fdf7 2012-04-16 13:12:07 Committer: pawel-kowalski Details Diff |
0022903: DeviationAngle from AIS_InteractiveContext returns constant value Returning myDefaultDrawer->DeviationAngle() instead of a constant value |
Affected Issues 0022903 |
|
mod - src/AIS/AIS_InteractiveContext.cxx | Diff File | ||
master 569aff1e 2012-04-16 08:17:31
|
0022826: Increasiong of perfomance of fixes applied during translation of STEP files. Modification draw command "proj" and class GeomAPI_ProjectPointOnSurf: adding the ability to use UBTree algorithm to find projection in Extrema_GenExtPS. |
||
mod - src/GeomAPI/GeomAPI_ProjectPointOnSurf.cdl | Diff File | ||
mod - src/GeomAPI/GeomAPI_ProjectPointOnSurf.cxx | Diff File | ||
mod - src/GeometryTest/GeometryTest_APICommands.cxx | Diff File | ||
master 9fa641d9 2012-04-13 12:34:10 Details Diff |
Correction of compilation errors | ||
mod - src/OSD/OSD_MemInfo.cxx | Diff File | ||
master c1338f4f 2012-04-13 11:38:52 Committer: |
0023021: MeshVS_DataSource::GetNormalsByElement returns Standard_False and gives no result even when all normals are OK If all normals are correctly computed using GetNodeNormal the variable 'res' is never set to Standard_True and the normals are not passed to the variable 'Normals' that is supposed to hold the result of the computation. |
Affected Issues 0023021 |
|
mod - src/MeshVS/MeshVS_DataSource.cxx | Diff File | ||
master 1e743e91 2012-04-13 10:58:31
|
0023102: Change the algorithm of rendering the 3d viewer background using tiled texture | ||
mod - src/OpenGl/OpenGl_View_2.cxx | Diff File | ||
master f6f75104 2012-04-13 08:20:45
Committer: bugmaster Details Diff |
0023110: Hotfix: dependency of ViewerTest on OpenGL libs should be recorded in EXTERNLIB |
Affected Issues 0023110 |
|
mod - src/TKViewerTest/EXTERNLIB | Diff File | ||
master 046fed1e 2012-04-13 06:57:15 Details Diff |
0023107: Update of OCCT service files for generation of Makefile files by WOK |
Affected Issues 0023107 |
|
mod - src/OS/Draw.tcl | Diff File | ||
mod - src/OS/FoundationClasses.tcl | Diff File | ||
mod - src/OS/ModelingAlgorithms.tcl | Diff File | ||
mod - src/OS/ModelingData.tcl | Diff File | ||
mod - src/OS/Visualization.tcl | Diff File | ||
rm - src/OS/Wrappers.tcl | Diff File | ||
add - src/QADraw/EXTERNLIB | Diff File | ||
mod - src/QADraw/FILES | Diff File | ||
mod - src/TKQADraw/EXTERNLIB | Diff File | ||
master 3946774d 2012-04-12 10:04:59
|
0023067: OpenGl package API needed by UserDraw feature is not exported Windows: Exporting non-inline methods that provide info about the current state of OCCT renderer. Minor tweak: fixing incomplete handle/dynamic type for OpenGl_Resource vuserdraw command added to test UserDraw basic operation Separate source file ViewerTest_OpenGlCommands.cxx added for commands testing low-level TKOpenGl functionality |
Affected Issues 0023067 |
|
mod - src/OpenGl/FILES | Diff File | ||
add - src/OpenGl/OpenGl_Resource.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Resource.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_ResourceCleaner.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_ResourceCleaner.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_ResourceTexture.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_ResourceTexture.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_ResourceVBO.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_ResourceVBO.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace.hxx | Diff File | ||
mod - src/ViewerTest/FILES | Diff File | ||
mod - src/ViewerTest/ViewerTest.cdl | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
add - src/ViewerTest/ViewerTest_OpenGlCommands.cxx | Diff File | ||
master 409cc8d1 2012-04-12 09:54:51
|
0023085: Call of tcl DFBrowser leads to error message Fix the problem of bug ID 23085. Now dftree.tcl script is loaded (if found) inside the command. Compilation problem fixed (missing include), redundant comments removed, code simplified, error messages added |
Affected Issues 0023085 |
|
mod - src/DDF/DDF_BrowserCommands.cxx | Diff File | ||
master f0430952 2012-04-12 08:49:54 Details Diff |
0023081: This is desirable to retrieve GPU memory information from graphic driver Added Graphic3d_GraphicDriver::MemoryInfo() function. Added vfps command to estimate average frame rate of 3D Viewer Simplified vdrawsphere command Removed turnVbo and performance measurements from vdrawsphere. Added vvbo command to control VBO usage flag. Added vmemgpu command to display GPU memory info from graphic driver |
||
mod - src/Draw/Draw_BasicCommands.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_GraphicDriver.cdl | Diff File | ||
mod - src/OpenGl/OpenGl_Context.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver.hxx | Diff File | ||
mod - src/OSD/FILES | Diff File | ||
mod - src/OSD/OSD.cdl | Diff File | ||
add - src/OSD/OSD_MemInfo.cxx | Diff File | ||
add - src/OSD/OSD_MemInfo.hxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ViewerCommands.cxx | Diff File | ||
master 664cae74 2012-04-12 08:25:07 Details Diff |
0023069: Cache GL_FEEDBACK mode per frame in TKOpenGl calls |
Affected Issues 0023069 |
|
mod - src/OpenGl/OpenGl_Context.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Marker.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_MarkerSet.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_PrimitiveArray.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace_4.cxx | Diff File | ||
master 60d4560d 2012-04-12 06:25:59
Committer: bugmaster Details Diff |
0023002: empty delete operator in TDF_LabelNode Destruction of TDF_LabelNode class corrected so as to use consistently defined new/delete operators |
Affected Issues 0023002 |
|
mod - src/NCollection/NCollection_DefineAlloc.hxx | Diff File | ||
mod - src/TDF/TDF_Data.cxx | Diff File | ||
mod - src/TDF/TDF_Label.cxx | Diff File | ||
mod - src/TDF/TDF_LabelNode.cxx | Diff File | ||
mod - src/TDF/TDF_LabelNode.hxx | Diff File | ||
master 833e2f54 2012-04-12 04:55:12 Details Diff |
0023101: TKOpenGl possible glext header conflicts |
Affected Issues 0023101 |
|
mod - src/OpenGl/OpenGl_GlCore11.hxx | Diff File | ||
master f00435b0 2012-04-12 04:20:32
|
0023100: Wrong adjustment of p-curves on a cylinder | ||
mod - src/BOPTools/BOPTools_Tools2D.cxx | Diff File | ||
master 1a4b0f54 2012-04-11 10:53:28 Committer: bugmaster Details Diff |
0023097: MFC Samples do not compile after redesigning the TKOpenGl driver Replaced the obsolete 'TriangleSet' rendering primitive with 'Graphic3d_ArrayOfTriangles' |
Affected Issues 0023097 |
|
mod - samples/mfc/standard/Common/User_Cylinder.cxx | Diff File | ||
master 248622f8 2012-04-10 13:43:01
|
0023092: Error in BRepProj_Projection algorithm: some edges of resulting projected wire are duplicated | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_tol.cxx | Diff File | ||
master 7d9b843c 2012-04-10 05:08:37
|
0023089: Wrong result done by solid classifier algorithm | ||
mod - src/IntCurvesFace/IntCurvesFace_Intersector.cxx | Diff File | ||
master f34cd0d1 2012-04-06 10:25:44
|
0023043: Wrong results of BRepExtrema_DistShapeShape: non-null minimum distance between intersecting line and cylinder | ||
mod - src/Extrema/Extrema_ExtElCS.cxx | Diff File | ||
master 208e6839 2012-04-06 08:33:47 Details Diff |
0023065: This is desirable to add general DRAW command to estimate visualization performance Added vfps command to estimate average frame rate of 3D Viewer Simplified vdrawsphere command Removed turnVbo and performance measurements from vdrawsphere. Added vvbo command to control VBO usage flag. |
||
mod - src/OSD/OSD_Timer.cdl | Diff File | ||
mod - src/OSD/OSD_Timer.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ObjectCommands.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ViewerCommands.cxx | Diff File | ||
master ed60a55e 2012-04-06 07:52:38
|
0022946: BRepFeat_SplitShape crashes on splitting a face by two edges null check for pcurve added to avoid exceptions Correction to avoid the regression: check after PutPCurve(edg,fac) |
||
mod - src/BRepFeat/BRepFeat_SplitShape.cdl | Diff File | ||
mod - src/BRepFeat/BRepFeat_SplitShape.lxx | Diff File | ||
mod - src/BRepTest/BRepTest_FeatureCommands.cxx | Diff File | ||
mod - src/LocOpe/LocOpe_ProjectedWires.cdl | Diff File | ||
mod - src/LocOpe/LocOpe_Spliter.cxx | Diff File | ||
mod - src/LocOpe/LocOpe_SplitShape.cdl | Diff File | ||
mod - src/LocOpe/LocOpe_SplitShape.cxx | Diff File | ||
mod - src/LocOpe/LocOpe_WiresOnShape.cdl | Diff File | ||
mod - src/LocOpe/LocOpe_WiresOnShape.cxx | Diff File | ||
mod - src/LocOpe/LocOpe_WiresOnShape.lxx | Diff File | ||
master 0316739b 2012-04-06 07:16:24
|
0023076: Empty result done by intersection algorithm for a curve and a surface | ||
mod - src/IntCurveSurface/IntCurveSurface_Inter.gxx | Diff File | ||
master 1b1ab324 2012-04-05 15:31:19
|
0023000: Improve the way the gradient and textured background is managed in 3d viewer | ||
mod - src/OpenGl/OpenGl_View_2.cxx | Diff File | ||
master 6de552e6 2012-04-03 14:54:06
Committer: bugmaster Details Diff |
0023064: MSVC compiler warnings when Freeimage is not used Compiler warning on conversion of BOOL to bool (C4800, VC++ 8.0) generated by code active when HAVE_FREEIMAGE is not defined is avoided in OpenGl_Workspace.cxx |
Affected Issues 0023064 |
|
mod - src/OpenGl/OpenGl_Workspace_2.cxx | Diff File | ||
master a28f034b 2012-04-03 04:09:49
|
0023060: Exception is raised during intersection of two edges. | ||
mod - src/BOPTools/BOPTools_PaveFiller.cxx | Diff File |