ITADN
BRL-CAD/brlcad

版本发布 7

BRL-CAD 7.42.2rel-7-42-2
? · 2026-04-19

---------------------------------------------------------------------- --- 2026-03-13 Release 7.42.2 --- ---------------------------------------------------------------------- Follow-on patch release to 7.42.0 correcting a couple of corner case BoT raytracing behaviors, incorporating behaviorial fixes for a number of commands, updating dependencies, and various documentation updates. * fixed BoT crash when invalid data present - Chris McGregor * updated stepcode to upstream SHA1 74b6fe4 - Cliff Yapp * replaced yedit with brledit as libbu fallback editor - Cliff Yapp * updated libtiff dependency to v4.7.1 - Cliff Yapp * updated OpenCV dependency to v4.13.0 - Cliff Yapp * updated PUGIXML dependency to v1.15 - Cliff Yapp * updated LMDB dependency to v0.9.35 - Cliff Yapp * updated libjpeg-turbo dependency to v3.1.3 - Cliff Yapp * updated sqlite dependency to v3.51.2 - Cliff Yapp * updated assimp dependency to v6.0.4 - Cliff Yapp * updated GDAL dependency to v3.12.1 - Cliff Yapp * updated PROJ dependency to v9.7.1 - Cliff Yapp * updated libpng dependency to v1.6.54 - Cliff Yapp * improved get/adjust/attr help text - Josh Baker * created manpage for 'adjust' command - Josh Baker * improved 'B' manpage options and usage - Josh Baker * improved 'voxelize' manpage usage and examples - Josh Baker * improved 'draw' manpage options and usage - Josh Baker * improved 'get' manpage - Josh Baker * improved 'view' manpage options, usage, and examples - Josh Baker * improved 'gqa' command usage and help text - Josh Baker * corrected various manpage typos and spacing - Josh Baker * fixed open cmd reporting when database not open - Cliff Yapp * updated g2asc to exit if input file == output file - Cliff Yapp * updated asc2g to exit if input file == output file - Cliff Yapp * fixed default file-create behavior of open command - Cliff Yapp * fixed bot -h crash when database not open - Cliff Yapp * fixed libged nirt cmd -c backout option support - Cliff Yapp * fixed bot subcmd help printing - Cliff Yapp * corrected BoT shotline behavior when starting ray pt in mesh - Sean Morrison Chris McGregor Cliff Yapp * fixed gist never returning on some models - Chris McGregor * improved gist weight gathering speed and accuracy - Chris McGregor

BRL-CAD 7.42.0rel-7-42-0
? · 2025-08-12

---------------------------------------------------------------------- --- 2025-08-11 Release 7.42.0 --- ---------------------------------------------------------------------- Polygonal BoT ray tracing is now dramatically faster. Integration of a new spatial partition acceleration method (HLBVH) into librt's BoT ray tracing pipeline yields substantial speedups, better multicore scaling, and reduced memory overhead across all BRL-CAD ray tracing of scenes with BoTs. In general, new overall performence is typicaly in the 2-25x range depending on the model, scene, and other factors. The culmination of many efforts, the improvement was verified, validated, and performance tested against numerous real and test models to confirm gains and assert correctness. As a result, users no longer need to tune TIE or ADRT-specific settings as both are fully obsoleted and replaced. This release expands Arbitrary Polyhedron support with 8 vertices (i.e., ARB8-only, not ARB7/6/5/4) to include concave definitions. Surfaces must (still) be planar and not self-intersect, but polyhedral edges creating concavities are now supported for ray tracing. MGED's nirt command use of .mgedrc qray settings was restored, which affects output styling (e.g., showing/hiding attributes). To restore default behavior, delete .mgedrc in your home directory or remove existing qray settings manually. * increased app parallelism ceiling to 4096 threads - Sean Morrison * removed obsolete nirt -T BoT spatial partition option - Cliff Yapp * added support for concave arb8 primitive definitions - Sean Morrison * added example geometry model showcasing all types - Mitchell Roberts * fixed mged crash when switching databases after rt - Sean Morrison * mitigated multithreading contention on >32 core cpus - Sean Morrison * clarified material_name not found warning in rtweight - Cliff Yapp * fixed stat command crash with invalid path specifiers - Cliff Yapp * improved search std attr table in man page - Cliff Yapp * updated MGED nirt man page to reference cmdline version - Cliff Yapp * fixed raytracing crash with empty BoT solid in tree - Cliff Yapp * cleaned up nirt -L format listing output - Cliff Yapp * fixed MGED nirt command's use of .mgedrc qray formats - Cliff Yapp * improved MGED nirt cmd handling for large object lists - Cliff Yapp * removed requirement to launch nirt with objects listed - Cliff Yapp * improved k-g LS-DYNA keyword file geometry importer - Ali Haydar * added bot support for plate mode thickness get/set cmds - Cliff Yapp * fixed dbconcat treatment of a '/' prefix character - Cliff Yapp * fixed bb '-o' oriented bounding box option in MGED - Chris McGregor * added manual page for pixcmp, bwish, btclsh - Sean Morrison * fixed "ted" text edit and "make_pnts" GED commands - Cliff Yapp * renamed MGED x command to solid_report for clarity - Sean Morrison * fixed Archer "Center View" button and vslew GED command - Cliff Yapp * added support for console text editing on Windows - Cliff Yapp * added bb '-m' option for outputting midpoint - Chris McGregor * fixed sed crash when editing a brep object in MGED - Cliff Yapp * fixed primitive & matrix edit GUIs in MGED ("x -1") - Sean Morrison * added (align, dir and print) subcommands to 'view' - Chris McGregor * added (autoview, lookat, saveview) to 'view' - Chris McGregor * fixed mged 'process' command on read-only databases - Sean Morrison * replaced ADRT with HLBVH-acclerated BoT tracing - Timothy Reynolds * accelerated BoT ray tracing HLBVH integration across all librt apps - Timothy Reynolds, Connor McLean, Ian Beckett, Samuel Reed, - Gaultier Debarre, Sean Morrison, Chris McGregor, Cliff Yapp * various manpage and help text updates - Josh Baker * fixed -exec behavior with 'flat' search in mged - Chris McGregor * improved logging behavior from multiple threads - Kenneth Davis * removed libgdiam dependency - Chris McGregor * updated strclear dependency to latest bsd upstream - Cliff Yapp * updated Assimp to v5.4.3, with patch for CVE-2025-2151 - Cliff Yapp * updated OpenNURBS dependency to v8.10.24228.13001 - Cliff Yapp * updated GeometricTools dependency to 7adae93f8 - Cliff Yapp * updated GDAL dependency to v3.9.2 - Cliff Yapp * updated PROJ dependency to v9.5.0 - Cliff Yapp * updated SQLite dependency to v3.46.1 - Cliff Yapp * updated lmdb dependency to 9c9d345 - Cliff Yapp * updated libtiff dependency to v4.7.0 - Cliff Yapp * updated netpbm dependency to v10.86.42 - Cliff Yapp * updated LIEF dependency to v0.15.1 - Cliff Yapp * updated libpng dependency to v1.6.44 - Cliff Yapp

BRL-CAD 7.40.2rel-7-40-2
? · 2024-10-01

This major release of BRL-CAD improves the robustness of the facetize command. Building on work begun in 7.38.0, for the first time BRL-CAD is able to successfully facetize all of BRL-CAD's example geometries. This involves a major change to the processing pipeline of the facetize command, allowing handling of individual primitives to be fault tolerant and automatically attempting fallback methods. Historically BRL-CAD facetize has attempted to produce output meshes even when individual operations fail by silently skipping over failing inputs, but now this behavior is changed to a stricter policy of halting when individual elements of the process do not succeed. This release also incorporates the tool 'gist' for generating a one page graphical overview and summary of the contents of a .g database. This tool is the culmination of work by multiple student teams from Texas A&M University and incorporates automatic layout features to produce geometry-appropriate visual arrangements. Also new in this release are capabilities for testing and repairing triangle meshes. The lint command will now validate solid BoT behavior with the raytracer, and the 'bot repair' command is able to perform hole filling operations on some categories of non-manifold BoTs. Another related new feature allows users to generate explicit volumetric BoTs using plate mode BoTs as inputs via the 'bot extrude' command. This release introduces a major change in the management of 3rd party dependencies. The src/other directory has been replaced by an external repository specifically tasked with the job of managing 3rd party libraries. By default BRL-CAD will download and build necessary dependencies as part of its build automatically. However, note that an internet connection is required by default to access this repository. See the INSTALL file for more details and options for preparing to build without internet availability. Developers requiring only a subset of BRL-CAD (for example, if a project only needs librt and its dependencies) can now define subsets of BRL-CAD to build with the BRLCAD_COMPONENTS variable. See INSTALL for more information. * improved obj-g import naming - Chris McGregor * added importer attr to stl-g and obj-g BoT objects - Cliff Yapp * improved object name generation for stl-g importer - Cliff Yapp * updated 3dm-g input attribute: converter -> importer - Cliff Yapp * fixed mged 'search -or' filter behavior - Cliff Yapp, Chris McGregor * major improvements to 'gist' features and usability - Rohan Dhawan, Leo Feng, Sam Hollenbeck, Timothy Pham, - Yida Zou, Chris McGregor * updated pinewood.g test model - Josh Baker * updated edcodes man page and help text - Josh Baker * update mvall man page - Josh Baker * updated OpenCV library to version 4.10.0 - Cliff Yapp * updated GDAL library to version 3.9.0 - Cliff Yapp * improved 3dm-g error message when file does not exist - Cliff Yapp * added new BoT raytracing validity checks to lint cmd - Cliff Yapp * removed upper limit on MGED pnts cmd point count - Cliff Yapp * added a -t option to bot flip to check BoT orientation - Cliff Yapp * fixed shaded drawing of CW BoT solids - Cliff Yapp * added reair man page - Josh Baker * added 'help reair' mged command help text - Josh Baker * added experimental 'imgdiff' command-line tool - Cliff Yapp * updated OpenNURBS library to version 8.8.24166.15000 - Cliff Yapp * improved 'help lc' mged command help text - Josh Baker * added 'help lint' mged command help text - Josh Baker * added man pages for 'bot check' and 'bot extrude' cmds - Cliff Yapp * enhanced bot extrude command to output a BoT mesh - Cliff Yapp * added bot check manifold cmd for bot validity testing - Cliff Yapp * added bot repair command for filling holes in meshes - Cliff Yapp * added Utah RLE image reading and writing to libicv - Cliff Yapp * added "standardize" option to GED attr command - Cliff Yapp * added -L option to dbconcat for lazy prefix/suffix use - Cliff Yapp

BRL-CAD 7.40.0rel-7-40-0
? · 2024-08-16

2024-08-16 Release 7.40.0 This major release of BRL-CAD improves the robustness of the facetize command. Building on work begun in 7.38.0, for the first time BRL-CAD is able to successfully facetize all of BRL-CAD's example geometries. This involves a major change to the processing pipeline of the facetize command, allowing handling of individual primitives to be fault tolerant and automatically attempting fallback methods. Historically BRL-CAD facetize has attempted to produce output meshes even when individual operations fail by silently skipping over failing inputs, but now this behavior is changed to a stricter policy of halting when individual elements of the process do not succeed. This release also incorporates the tool 'gist' for generating a one page graphical overview and summary of the contents of a .g database. This tool is the culmination of work by multiple student teams from Texas A&M University and incorporates automatic layout features to produce geometry-appropriate visual arrangements. Also new in this release are capabilities for testing and repairing triangle meshes. The lint command will now validate solid BoT behavior with the raytracer, and the 'bot repair' command is able to perform hole filling operations on some categories of non-manifold BoTs. Another related new feature allows users to generate explicit volumetric BoTs using plate mode BoTs as inputs via the 'bot extrude' command. This release introduces a major change in the management of 3rd party dependencies. The src/other directory has been replaced by an external repository specifically tasked with the job of managing 3rd party libraries. By default BRL-CAD will download and build necessary dependencies as part of its build automatically. However, note that an internet connection is required by default to access this repository. See the INSTALL file for more details and options for preparing to build without internet availability. Developers requiring only a subset of BRL-CAD (for example, if a project only needs librt and its dependencies) can now define subsets of BRL-CAD to build with the BRLCAD_COMPONENTS variable. See INSTALL for more information. * improved obj-g import naming - Chris McGregor * added importer attr to stl-g and obj-g BoT objects - Cliff Yapp * improved object name generation for stl-g importer - Cliff Yapp * updated 3dm-g input attribute: converter -> importer - Cliff Yapp * fixed mged 'search -or' filter behavior - Cliff Yapp, Chris McGregor * major improvements to 'gist' features and usability - Rohan Dhawan, Leo Feng, Sam Hollenbeck, Timothy Pham, - Yida Zou, Chris McGregor * updated pinewood.g test model - Josh Baker * updated edcodes man page and help text - Josh Baker * update mvall man page - Josh Baker * updated OpenCV library to version 4.10.0 - Cliff Yapp * updated GDAL library to version 3.9.0 - Cliff Yapp * improved 3dm-g error message when file does not exist - Cliff Yapp * added new BoT raytracing validity checks to lint cmd - Cliff Yapp * removed upper limit on MGED pnts cmd point count - Cliff Yapp * added a -t option to bot flip to check BoT orientation - Cliff Yapp * fixed shaded drawing of CW BoT solids - Cliff Yapp * added reair man page - Josh Baker * added 'help reair' mged command help text - Josh Baker * added experimental 'imgdiff' command-line tool - Cliff Yapp * updated OpenNURBS library to version 8.8.24166.15000 - Cliff Yapp * improved 'help lc' mged command help text - Josh Baker * added 'help lint' mged command help text - Josh Baker * added man pages for 'bot check' and 'bot extrude' cmds - Cliff Yapp * enhanced bot extrude command to output a BoT mesh - Cliff Yapp * added bot check manifold cmd for bot validity testing - Cliff Yapp * added bot repair command for filling holes in meshes - Cliff Yapp * added Utah RLE image reading and writing to libicv - Cliff Yapp * added "standardize" option to GED attr command - Cliff Yapp * added -L option to dbconcat for lazy prefix/suffix use - Cliff Yapp

BRL-CAD 7.38.2rel-7-38-2
? · 2024-03-19

* added "rtsurf" exterior surface area tool prototype - Sean Morrison * updated sqlite3 to version 3.45.1 - Cliff Yapp * updated libpng to version 1.6.43 - Cliff Yapp * updated zlib to version 1.3.1 - Cliff Yapp * updated and corrected dbconcat man page - Cliff Yapp * improved ambient occlusion rt during -k cut planes - Sean Morrison * changed rt ambient occlusion randomization default - Sean Morrison * added ambient occlusion example to rt manual pages - Sean Morrison * fixed rtweight output display inside MGED - Chris McGregor * added shipping container example geometry model - Josh Baker * added traffic light example geometry model - Chris McGregor * improved rtwizard command-line option reporting - Sean Morrison * added self-intersecting torus ray tracing support - Sean Morrison * fixed rt crash rendering to -F/dev/null - Sean Morrison * added mater man page density table example - Chris McGregor * adjusted default ghosting intensity in rtwizard - Josh Baker * fixed MGED command line handling of objects named 'y' - Cliff Yapp * fix double printing of last 'search -exec' result - Chris McGregor * improve 'search -v' to support multiple levels - Chris McGregor * update 'search -v' to report # of objects found - Chris McGregor * added a "bots only" mode to conversion.sh script - Cliff Yapp * fixed asc2g/g2asc support for brep primitives - Cliff Yapp * added brep and bot versions of pinewood .g model - Josh Baker * added new .g example file "Annual Gift Man" - Josh Baker * fixed dsp terrain file data loading for relative paths - Cliff Yapp * updated Manifold lib for improved facetize robustness - Cliff Yapp

BRL-CAD 7.38.0rel-7-38-0
? · 2023-11-07

This major release of BRL-CAD introduces significant improvements to the robustness of the facetize command by leveraging the Manifold library for boolean evaluation of meshes. Facetization is an operation that converts boolean CSG hierarchies to evaluated triangle meshes, commonly used as a preliminary step in geometry export. As an example, the following results show before-and-after differences when processing high level assemblies in BRL-CAD's example geometry files: % success, old: 88.9% (249 of 280) Time elapsed: 7256 seconds % success, new: 98.9% (277 of 280) Time elapsed: 1044 seconds

BRL-CAD 7.36.0rel-7-36-0
? · 2023-07-27

This major release of BRL-CAD introduces significant updates to geometry conversion support. The update includes modernization for NURBS importing and interaction, BoT manipulation, and incorporates many new formats for importing and exporting to BRL-CAD database files. The geometry conversion tool (GCV) now supports mesh importing from: 3D, 3DS, 3MF, AC, AMF, ASE, ASSBIN, B3D, BVH, COB, COLLADA, CSM, FBX, GLTF/GLB 1.0 + 2.0, HMP, IFC-STEP, IQM, IRR, IRRMESH, LWO, LWS, M3D, MD2, MD3, MD5, MDC, MDL, MMD, MS3D, NDO, NFF, OFF, OGRE, OPENGEX, Q3BSP, Q3D, RAW, SIB, SMD, TERRAGEN, X, X3D, XGL. Additionally, GCV now supports mesh exporting to: 3DS, 3MF, ASSBIN, ASSJSON, ASSXML, COLLADA, GLTF, PBRT, STEP, X, X3D. This release also introduces new BoT subcommands to improve manipulation and preparation. The subdivision "subd" command incorporates 5 new subdivision algorithms. The "flip" command will flip surface normals - effectively turning the BoT 'inside out'. Lastly, the "smooth" command will smooth the BoT's topology. * Added a point-inside-object subcmd "inside" to analyze - Cliff Yapp * Added "flip" "subd" and "smooth" subcommands to BoT - Cliff Yapp * Fixed g-ply converter on Windows - Chris McGregor * Fixed infinite loop in noise generation - Sean Morrison * Fixed analyze in/out test for multi-segment ray hits - Cliff Yapp * Fixed analyze cmd crash when specifying invalid objects - Cliff Yapp * Fixed search -attr behavior with names having spaces - Cliff Yapp * Fixed nirt hanging on hits with a lot of output - Chris McGregor * nirt -b is now default behavior - Chris McGregor * Updated OpenNURBS library, 3dm-g now supports ver. 7 files - Cliff Yapp, Chris McGregor * Updated OpenMesh library to version 9.0 - Cliff Yapp * Updated Open Asset Import Library - v5.2.5 + fix - Chris McGregor * Updated Tcl/Tk to version 8.6.13 - Cliff Yapp * Updated NETPBM library to version 10.73.42 - Cliff Yapp * Updated GDAL library to version 3.6.3 - Cliff Yapp * Updated PROJ library to version 9.2.0 - Cliff Yapp * Updated PNG library to version 1.6.39 - Cliff Yapp