Zernova Marina
4b318b8bf6
Data Exchange - RWMesh_CafReader deferred loading issue for no faces #339
...
Fixed issue when trying to apply deferred loading for edges or vertexes.
2025-02-03 22:29:33 +00:00
Pasukhin Dmitry
bfb00b243e
Configuration - TCL OCCT version extraction issue #337
...
Enhance version detection in OCCDoc_DetectCasVersion
Refactor documentation build workflow and integrate into multiplatform CI
2025-02-03 22:25:29 +00:00
dpasukhi
cc30b93700
Coding - Bump version to 7.9.0.beta1 #335
V7_9_0_beta1
2025-02-03 13:35:09 +00:00
Pasukhin Dmitry
1f386af59f
Coding - Update method guards for consistency #333
...
Apply new regex replacement with method's guards in .cxx
Update GH workflow with style checking
2025-02-03 11:16:00 +00:00
Pasukhin Dmitry
3ce9ec7651
Testing - Marking failed code formatting #332
2025-02-03 09:26:58 +00:00
mzernova
b9429d0708
GLTF Import - Edge and Vertex support #242
...
Added functionality to import Points and Lines from GLTF format
2025-02-02 21:30:21 +00:00
mzernova
174b985fd5
GLTF Export - Edge and Vertex support #243
...
Added functionality to export TopoDS_Vertex and TopoDS_Edge to GLTF format
2025-02-02 21:25:53 +00:00
Pasukhin Dmitry
053e01ec68
Testing - Inspector building on GH #329
...
Add GitHub Actions for TInspector build and clang-format check
Reorganize QT search to work with native Linux packages
Reorganize build-and-test workflow to have actions
2025-02-02 15:35:20 +00:00
Pasukhin Dmitry
16d36a47fc
Testing - Disable summarization on cancellation #330
2025-02-02 10:34:32 +00:00
Pasukhin Dmitry
68a9da9f37
Testing - Summary image diff keeping #326
...
Add script to clean unused test images and update workflow to include it
2025-02-01 19:57:50 +00:00
Zernova Marina
fda875b293
Visualization - Add test for flipped view #328
...
Test case for #312
2025-02-01 19:56:25 +00:00
Zernova Marina
98a28c41a8
Visualization - flat skin for AIS_Manipulator presentation #321
...
Created flat skin for AIS_Manipulator presentation
Added "-flat" option to vmanipulator command
Added functionality to transform the manipulator depending on the camera rotation.
Added local transformation for Graphic3d_Group.
Added RecomputeTransformation method to PrsMgr_PresentableObject.
When overloading this method, you can set a transformation for an object depending on the rotation of the camera.
v3d/manipulator/flat: test case added
2025-02-01 17:20:22 +00:00
Pasukhin Dmitry
159f5b82aa
Data Exchange - StepExport non-manifold missed parameter #324
...
Added missed configuration for non-manifold topology writing
2025-02-01 17:17:46 +00:00
Pasukhin Dmitry
afb0a7e4c4
Testing - GH Summary disabling for cancellation #325
2025-02-01 17:17:21 +00:00
Pasukhin Dmitry
45a52dfce7
Configuration - Git commit info missed #323
...
Fixed issue with missed git info as a part of dev version.
Add option to enable/disable git hash extraction in version string.
2025-02-01 17:16:58 +00:00
Dmitrii Kulikov
4b608f0bf8
Data Exchange, Step Import - Adding product attributes to metadata #315
...
Product attributes metadata for step files is now handled during import.
Attribute ReadProductMetadata is added to DESTEP_Parameters.
Method STEPCAFControl_Reader::ReadMetadata() is partially refactored.
Metadata tests for STEP are updated with new data.
Metadata tests for GLTF are updated with new data (since original
metadata in those tests is acquired from STEP files).
2025-02-01 17:16:21 +00:00
oan
60360e3204
Foundation Classes - BVH surface area calculation for transformed boxes #322
...
BVH::SurfaceCalculator::Area() fails to calculate area of transformed box.
Use absolute values of intermediate calculations to
compute surface area of a box, so they do not diminish each other.
2025-02-01 00:22:19 +00:00
Pasukhin Dmitry
4012dc463e
Testing - Marking Win retesting failed #314
2025-01-31 23:04:55 +00:00
Pasukhin Dmitry
8a067c43b7
Configuration - Version detection on MacOS #313
...
Improve version extraction and add error handling for missing version file
2025-01-31 23:04:27 +00:00
Pasukhin Dmitry
2027acc3de
Configuration - Message about compiler limitation #311
...
Build System - Add compiler version checks for C++17 support
2025-01-31 23:04:01 +00:00
Kirill Gavrilov
73fcf4b4ed
Coding, Emscripten - fix runtime crashes on WASM64 (-sMEMORY64=1) #320
...
by explicitly casting between BigInt and Number within EM_JS() blocks.
2025-01-31 21:06:18 +00:00
Kirill Gavrilov
69281b1bac
Configuration, TKV3d - remove redundant dependency from OpenGL #319
2025-01-31 15:43:10 +00:00
Kirill Gavrilov
fb3c2c739c
Visualization, OpenGl_GraduatedTrihedron - fix misprint in drawing line within OOZ_XOZ orientation #318
2025-01-31 15:41:02 +00:00
Kirill Gavrilov
104c5f4261
Data Exchange, XCAFDoc_ColorTool::AddColor() - fix generated HEX name of a color #317
...
Quantity_ColorRGBA::ColorToHex() is now used for consistent HEX formatting of RGBA colors.
2025-01-31 15:38:07 +00:00
Kirill Gavrilov
2d4070bed7
Visualization, Aspect_OpenVRSession - fix JSON file path when it is located relative to executable #316
2025-01-31 15:33:13 +00:00
Zernova Marina
c8c36fda1c
Visualization - Implement interface to change myToFlipOutput of OpenGl_View #312
2025-01-31 13:44:31 +00:00
Pasukhin Dmitry
fbee65efd6
Configuration - Static library warning #310
...
Add warning message about LGPL 2.1 licensing limitations for static linking
2025-01-31 13:37:12 +00:00
Pasukhin Dmitry
d65feb6928
Configuration - Version information update #308
...
Refactor version handling to use version.cmake and update related scripts.
Created new symbols to extract information by C function
2025-01-31 13:17:38 +00:00
Zernova Marina
491e742d67
Visualization - AIS_Manipulator is unusable when attaching to objects with Graphic3d_TMF_ZoomPers #309
...
Recalculation of manipulator position if attached object has zoom transform persistence
as well as set its anchor point in Transformation.
2025-01-31 11:26:31 +00:00
Dmitrii Kulikov
870d891898
Data Exchange - Step thread safety improvement #307
...
Mutex is added to XSControl_WorkSession to prevent data races
during reading and writing.
Tests are added to check the behavior of STEP readers/writers in
multithreading environment.
2025-01-30 17:42:07 +00:00
dpasukhi
2889518f7a
Modeling - Degenerated curve on offset #301
...
Skip degenerated curves in BRepOffset_Tool::TryProject to improve robustness
2025-01-28 16:37:58 +00:00
dpasukhi
22126df210
Modeling - Add boundary check in BRepFill_Filling to handle empty boundaries #300
2025-01-28 16:29:56 +00:00
dpasukhi
d409a3642d
Modeling - Add warning for incomplete wire detection in WireFromList #299
2025-01-28 15:49:11 +00:00
dpasukhi
8caf5157dd
Modeling - Enhance intersection handling for closed curves in IntPatch_Intersection #298
2025-01-28 12:21:26 +00:00
dpasukhi
cde7baba0d
Modeling - Add closed state handling in BRepLib_MakeEdge #297
2025-01-28 12:17:02 +00:00
dpasukhi
16ed3b4ced
Modeling - Resetting Plane YVector #296
...
Fix calculation of myOY in GeomPlate_BuildAveragePlane to use cross product with OZ
2025-01-28 12:11:53 +00:00
dpasukhi
78fb1869fe
Modeling - NURB Convert fix for degenerated #295
...
Fix logic for processing degenerated edges in NewPolygon function
2025-01-28 10:41:23 +00:00
dpasukhi
16d112481e
Documentation - Update links in README #293
2025-01-27 12:37:08 +00:00
dpasukhi
bef42e89ef
Revert "Configuration - Single config lib direct linking #289 "
...
This reverts commit 81a807b6cf5704f39379fc7bcabd6a61a63c7eed.
2025-01-26 18:29:45 +00:00
dpasukhi
81a807b6cf
Configuration - Single config lib direct linking #289
...
Enhance PROCESS_CSF_LIBRARIES function to track last detected library for improved directory handling
2025-01-26 13:04:23 +00:00
dpasukhi
398c507264
Coding - Add .git-blame-ignore-revs for global formatting #288
2025-01-26 10:59:36 +00:00
dpasukhi
a5a7b3185b
Coding - Apply .clang-format formatting #286
...
Update empty method guards to new style with regex (see PR).
Used clang-format 18.1.8.
New actions to validate code formatting is added.
Update .clang-format with disabling of include sorting.
It is temporary changes, then include will be sorted.
Apply formatting for /src and /tools folder.
The files with .hxx,.cxx,.lxx,.h,.pxx,.hpp,*.cpp extensions.
2025-01-26 00:43:57 +00:00
dpasukhi
dbba6f1289
Data Exchange - Losing attributes on NonManifold STEP #284
...
Move step related processing from XSBase to STP module.
Added history apply after reading of NonManifold
2025-01-24 09:51:54 +00:00
dpasukhi
a0401c7872
Data Exchange - Clear up Step from Static_Interface #283
...
Remove unused Interface_Static includes
Update SchemaName method signatures
2025-01-24 09:51:15 +00:00
dpasukhi
1e0d8c3f1e
Data Exchange - DE Wrapper Shape Healing Parameters #282
...
Propagate shape healing parameters to STP and IGES nodes.
Update naming to avoid misunderstanding.
2025-01-24 00:20:14 +00:00
dkulikov
f5a02d2b0c
Data Exchange - Update Readers with ShapeHealing parameters #247
...
All instances of using XSAlgo_AlgoContainer are replaced with
XSAlgo_ShapeProcessor.
Parameters for XSAlgo_ShapeProcessor operations are now can be passes
via the updated interface of respective classes.
Staqtic function to read processing parameters from file is added to
XSAlgo_ShapeProcessor.
2025-01-23 22:51:31 +01:00
Elias Cohenca
bb84ecf5c6
Coding - Fix draco buffer index out of bounds
...
Fixed an exception where the bufferIndex is out of bounds.
Happens when Draco compression is combined with SetMergeFaces.
2025-01-23 00:25:08 +00:00
Elias Cohenca
87a64bbad5
Configuration - fix jemalloc installation #281
2025-01-22 19:28:29 +00:00
dpasukhi
a02c267a13
Testing - Update retest artifact uploading #272
...
Add "bugs moddata_1 bug20627" to ignore in linux related to
performance issue.
2025-01-20 08:22:15 +00:00
dpasukhi
c24871f654
Testing - Retesting step for GH Actions #268
...
Adding new step to retest result per each job line.
Rework logic to minimize retesting.
Creating base for splitting into actions.
Adding new TCL command to clear up test folder from skipped
2025-01-19 17:55:15 +00:00