Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tpaviot/pythonocc-core

Python package for 3D geometry CAD/BIM/CAM
https://github.com/tpaviot/pythonocc-core

Update conda build to use numpy

8ff73fdcda6665252ec574b2bc59bb04a606b94d authored about 3 years ago
Add PYTHONOCC_MESHDS_NUMPY option to CmakeList

5e3fdc834d697be271c00d5f2470e6396d146bc9 authored about 3 years ago
implemented numpy interface for MeshDataSource init

1939a5661af27efdde143f0707587b32ad10dcc4 authored about 3 years ago
Merge pull request #1061 from tpaviot/review/issue-1057

Review/issue 1057

76ef642f1119378ced373749869b64d5642b2262 authored about 3 years ago
Use conda-build 3.21

bfcd5bd2c119a042abc661b730f7fb077f433011 authored about 3 years ago
black, lint, codespell backend.py

552b5fc07afa3ab383bf5307b6cb5d6faf9e06a6 authored about 3 years ago
Fix testing number of available modules

208cbd5bae28c915510fe2c832e23ee43f869673 authored about 3 years ago
Add test case for issue #1057

30af8ff7cb5ee632c3a52e833e14b6c11ceb77f2 authored about 3 years ago
lint and black DataExchange

0435b01e8a717f1962d58711137e8d464b8f09a7 authored about 3 years ago
lint and black ShapeFactory

fba8155ad348102198530677d8d8e116b3799560 authored about 3 years ago
lint and black TopologyUtils

7b77e281eaad74d429cd765dbaa19fb534eee77f authored about 3 years ago
Rename layer_mgmt module name to LayerManager to be consistent with other module names

ec0ad61c1f83afdf5b66e542f100b3a917e64ab7 authored about 3 years ago
Blackify Extend

452712486c8007a202e2b88aad03abb66cad84ec authored about 3 years ago
Typo in Extend

0186383b17453283835cc0bde2249f1f60b70f73 authored about 3 years ago
Merge pull request #1060 from tpaviot/review/pickling

Fix pickling see https://github.com/tpaviot/pythonocc-generator/pull/83

7da7ac9d03fba48ff7b3c98644a3a3d7e681f07e authored about 3 years ago
Fix pickling see https://github.com/tpaviot/pythonocc-generator/pull/83

60a52ab2e20a358992e8b8c50226709f3f945051 authored about 3 years ago
Merge pull request #1059 from tpaviot/review/occt753

Port to occt753

66d6e1ef6b7552a1110a90e86a1ed34eb12ecf16 authored about 3 years ago
Update install instructions. Force conda-forge occt version to 7.5.1 see #1058

1cfaf5ce0f7fa5326a5e94331068bcb2ac3d740d authored about 3 years ago
Add occt-7.5.3 dependency

9602c39cb700225e2e15f9a5b94ad12e17632786 authored about 3 years ago
Update generator log

cb8c9fb72349358ef3a81da86213877e5d27995b authored about 3 years ago
Replace tabulations with spaces in pyi stub files

b34b3cfc37ab93b445c98bc3c88445d6504bd780 authored about 3 years ago
Set 7.5.3 as required version

fd87b8c5c8774ae60bba5f1c336759e67e6d65b4 authored about 3 years ago
Fix default value in VrmlData

c9faf2ad3d825a2a80a123760fbf64981ace9dbe authored about 3 years ago
Port to occt-7.5.3.

04c78321d4d28fc26fbb140585b8cfadcff3b7a3 authored about 3 years ago
Move osx azure build up to 10.15

861235accdeaecadced4895018681776fd537f75 authored about 3 years ago
Merge pull request #1056 from igormaurell/optimize_topology_exploration

Optimizing topology exploration

8df1d96aec7c5d5916a494a968810e8ffd2b5c68 authored about 3 years ago
changing _loop_topo and _map_shapes_and_ancestors functions to use HashCode

9139918faddd6e1a5fed892eeb9104e99f6362b2 authored about 3 years ago
Merge pull request #1054 from sprhawk/install_dir

Allow setting custom installation directory by cmake -D flag

5169d6b65c099e38e2ba6d393898ad536fac462c authored about 3 years ago
Allow setting custom installation directory by cmake -D flag

Signed-off-by: sprhawk <[email protected]>

975c12925e919b1dba0770e410970b7de26832e3 authored about 3 years ago
Merge pull request #1053 from meltzerpete/fix-opacity-parameter

Fix opacity parameter

5fa180cd6d02553f7794f58bcf10a805089fe94f authored about 3 years ago
correct the docstring

ba597578be2c6831c1be6bc26e4c081b76a7605b authored about 3 years ago
set material alpha as setting opacity has no effect on the level of transparency

6d6fe3c5eb58ab0b59f811c6e4d3c823dd78cff6 authored about 3 years ago
Merge pull request #1049 from Tanneguydv/master

Adding a layer management tool to pythonocc

066b122c3c5f40299d8b1e5805c07dc85363efa7 authored about 3 years ago
Update layer_mgmt.py

d3c425849e355051ae96fe133b1cac6e3f0aa76d authored about 3 years ago
Update layer_mgmt.py

delete create method, add get_shapes and join

4669ac9dbd63b6444ceabf43ce87092e46cc5112 authored about 3 years ago
Update layer_mgmt.py

690f6c1fa9324da0e943c25acbc5926f556718cc authored about 3 years ago
add a layer management tool to pythonocc

example :
from OCC.Display.SimpleGui import init_display
display,start_display, add_menu,add_...

c916271d06a31f47615661670345e79b6a422694 authored about 3 years ago
Merge pull request #1041 from cafhach/install_doc_update

Update INSTALL.md with respect to Open CASCADE version

a84127a957d88cafca8fb225ea219f79697a48ad authored about 3 years ago
Merge pull request #1040 from cafhach/fix_shapeupgrade

Makes current version of pythonocc-core compilable with occt 7.5.2

534a7cbf3c85a323504716286c58400b12569b7f authored about 3 years ago
Updated information regarding Open CASCADE

5f84943bb580286e4e39a71a19fb64e565dbae4f authored over 3 years ago
Fixes problem mentioned in #995 and https://forum.freecadweb.org/viewtopic.php?f=4&t=58090

1f1ef205d878c9a5fbca6f97eb8fe7b4a141db12 authored over 3 years ago
Merge pull request #1008 from tpaviot/review/port-to-occt752

Review/port to occt752

4a30d6e15aed5e8425350cd2a7d9324d59f4c4b7 authored over 3 years ago
Bump version number

334f52eaf065a945a9d1a7f2cf20e901afde6268 authored over 3 years ago
Update conda receipe to use occt752

46634e8e9349232154ed90668f3f536b00839ef1 authored over 3 years ago
Port SWIG files to occt7.5.2

aa0e7d391b7359ab0a3c6b3af20b8a3623e108a5 authored over 3 years ago
Merge pull request #994 from Tanneguydv/patch-1

add the missing get_boundingbox method

e71d9da6d52aa3105c92187b9f65f2cd65b4eb0a authored almost 4 years ago
add the missing get_boundingbox method

0cf84d67afbe911ea01d26c3e7637f82bb639df7 authored almost 4 years ago
Extend material support in OCCViewer

a80a5c76fe466f0f428a7318cf6db8d71f4b9244 authored almost 4 years ago
Merge pull request #992 from tpaviot/review/mesh-data-source

Mesh data source

ab68ff7a753eba40d11b48c9b3f7d2b6417ffa6d authored almost 4 years ago
Renamed Mesh_DataSource class name to MeshDS_DataSource

d67a50f81bc8703aa5e75dfe42304b1524ab95d8 authored almost 4 years ago
Add bounding box test

87fa9de2dcefe66f338e4989fe0d0e0a07b8fcaa authored almost 4 years ago
Split core_mesh_data_source to identify macos segfault cause

97265cfc7e777e498fc6df73d62849c34731ff80 authored almost 4 years ago
Make MeshDataSource consistent with other interface files

66ddd64da3a64c25bc47f9906fb48d539c7cd2fd authored almost 4 years ago
Add missing class TColStd_PackedMapOfInteger

6b160b50e69bee8c36fb76e71c061976f2b682f6 authored almost 4 years ago
Update run_test to include mesh_data_source tests

0625fdc6b108c4fa183e0a6b8525dcd12db5060a authored almost 4 years ago
Extend meshdata unittest

285c48b6ffcb798ad395bb9e4ab9027590ef7515 authored almost 4 years ago
Small change to INSTALL.md, fix #989

c24330c25b2be31455f2f05b2f6e0153dd72ea2c authored almost 4 years ago
Add core_mesh_datasource unittest

7f8ffc034f390f9930afc6ac2bfe16a611b34a6f authored almost 4 years ago
Fix by ref integers and floats

c40387897245d1b77b3285d1ecae8c775bd2efbc authored almost 4 years ago
Fix compilation on windows

985baabe22b74030dc10f6536ec787b0f08af4ad authored almost 4 years ago
Wrap more methods

8aba9569b60206d35f566a75bed7e39925c72d8f authored almost 4 years ago
Fix inheritance

e9e0060525d96ae125542eac9fe4819c609d98d3 authored almost 4 years ago
First draft for MeshDataSource module

da7620a2ec5e57933a1be1c9dec01fed00069d45 authored almost 4 years ago
Fix ocaf unittest

766bebbd8095da4034d7d2d1bd4a3b1e65cd1fc1 authored almost 4 years ago
Replace QOpenGl with QWidget in qtDisplay.py Fix #987

a028f6063fb1f2506d7ab42802f565c74019d1e7 authored almost 4 years ago
Prepare release 7.5.1

5b38e1eae3e9d69f1d81280f70f0e4e8a385ad14 authored almost 4 years ago
Fix graduated trihedron

711d718b4557f728563375b4c31ad7d9a5b34b7e authored almost 4 years ago
Upgrade threejs renderer to r126

6818bb301db6e4342bd59bc8981b6cc69feeffb4 authored almost 4 years ago
Removed antialising by default, I guess this is what caused opengl regression from 7.4.0 to 7.4.1 release

886539f3c0829e141d1188af710d74cc7e476367 authored almost 4 years ago
Merge pull request #984 from tpaviot/review/occt751-support

occt7.5.1 support

db9a28a03657bb4fcc4b89c72d1b19be27e5dac2 authored almost 4 years ago
Update INSTALL with 7.5.1

6adf5813d144d94b511692ac1d518ccfc29a20d7 authored almost 4 years ago
Fixed AIS

2a4edb896c328a2359e1fb8ad2078187d7611047 authored almost 4 years ago
Update SWIG files for occt751 support

a5aa4b7606b94705d6c8fc68b1d8865ac2a6fccd authored almost 4 years ago
Upgrade version number

f4af190b97a0eea7682891cdf382edc1191ef559 authored almost 4 years ago
Upgrade to occt751

567f7770bb3400891ea06187f1ebbe0fc6c09d5e authored almost 4 years ago
Update occt version number in INSTALL.md Fix #968

8475f38f4cab40dd1361942e6470512599740359 authored almost 4 years ago
Fix compilation for old versions of cmake. Fix #969

b815496c1395f8b7c243784ff60699e7151b6037 authored almost 4 years ago
Set version number to 7.5.0rc1

c8d3bb54e537a2205600550adddb14eedc2ed260 authored almost 4 years ago
Remove ubuntu-18.04 from azure pipeline

2e2a861095e13b75f9016edea598baa5f9c2229c authored almost 4 years ago
Add python 3.9 to azure pipeline

7be4be724490a1f344ebbfd76f1db3cda87c087c authored almost 4 years ago
Merge pull request #963 from feelpp/debian

Add debian repo for packaging

25a5baffefc0efb07e3e3285bf5fe92ac954ac37 authored almost 4 years ago
Add debian repo for packaging

e592a523675079a0f6ae1e255337221c1e71a002 authored almost 4 years ago
Fixed number of available modules

a43143bbf85a1b5433ff316249fc99de023e4f7f authored almost 4 years ago
Merge pull request #944 from tpaviot/review/cmake-fixes

Display information related to OpenCascade installation found

33473b9741e7027baf2ef43a7fb36ecd86c8b113 authored about 4 years ago
Display information related to OpenCascade installation found

13efdbfe1e31e0bb091342630ccb4eb862ced1c3 authored about 4 years ago
Merge pull request #940 from tpaviot/review/win-tsts

Review/win tests

7e7f74bca95995da89a4f944b50bb939361c6a7b authored about 4 years ago
Added GlInfo method to Display3d

e188b6adcb8dad15d8f10f087dc1061e56752c42 authored about 4 years ago
Add wx and pyside2 GUI tests on Windows

bf8d88547629581ae8a1e04bfd9b883667da5a5c authored about 4 years ago
Display wx or qt information when running SImpleGui

c81270232f6be5d730a76d41b3116214f65b6587 authored about 4 years ago
Display OpenGl information by default in OCCViewer

fe2d62cd4d4488f0328e872f26d26ac5eb192cc7 authored about 4 years ago
Merge pull request #939 from tpaviot/review/qt-support

Drop support for PyQt4 and PySide

510b24a7bc3398db677349f17594a2b54c690b73 authored about 4 years ago
Drop support for PyQt4 and PySide

281cb425be1c577b28e3ec6cd070b3161ee5f23f authored about 4 years ago
Small fixes to README.md

81c72c4fe56d19833457bee9ec536394507666e8 authored about 4 years ago
Removed PurgeDisplay method from EraseAll #923

835a786c55245be67039cd3d615ca92756c72eef authored about 4 years ago
Merge pull request #935 from tpaviot/review/missing-modles

Added missing wrapper for RWMesh module

024b1473bec4a321de932d50f8f06eeb6a541b3c authored about 4 years ago
Added missing wrapper for RWMesh module

dc6629a0739f27f608c2a23e528a20903f497142 authored about 4 years ago
Merge pull request #933 from tpaviot/review/missing-prsdim

Added missing wrapper for new (7.5.0) PrsDim module

b3b888e03e1f85e70de640ade245c447c46b4a4f authored about 4 years ago
Added missing wrapper for new (7.5.0) PrsDim module

576c3cbeb75441b6d11343dfa92ed19880748667 authored about 4 years ago
Merge pull request #930 from tpaviot/review/gui-tests

Review/gui tests

ca6d98963a4bf9aaad5dd67704baa5e5f75d91be authored about 4 years ago
Run pyside2 and wx tests when conda build is completed

956233073e068d13af9bd1371fadd195230774fc authored about 4 years ago