openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
PythonCAD
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
almost 2 years
ago. based on code collected
over 4 years
ago.
Jan 17, 2021 — Jan 17, 2022
Showing page 71 of 91
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
dwg12.py: Complete first effort at reading R12 files. dwg15.py: Copied dwg.py to dwg15.py - this will read R15 files produced from Autocad 2000.
Art Haas
More...
almost 23 years ago
dwg.py: Fix reading extended entity data; rename tol_reader() to tolerance_reader(); add some bit position printing; tweaks
Art Haas
More...
almost 23 years ago
dwg.py: Fixes for minsert, mesh, spline, ellipse, rsb readers.
Art Haas
More...
almost 23 years ago
dwg.py: leader, hatch, and various dimension type fixes
Art Haas
More...
almost 23 years ago
dwg12.py: Fix a few pychecker errors - should have done this earlier ...
Art Haas
More...
almost 23 years ago
dwg12.py: Adding R12 Autocad DWG reader. The file format comes from data found on the internet, not from OpenDWG.
Art Haas
More...
almost 23 years ago
dwg.py: Fix sortentstable_reader() by commenting out owner handle - the spec says it is there, the file I have says it isn't. Test for graphic bit if reading a hatch entity.
Art Haas
More...
almost 23 years ago
dwg.py: polyline2d reader fixes; variable initializing change where testing for graphics flag when reading objects.
Art Haas
More...
almost 23 years ago
dwg.py: Fix lintype_reader; changes "%x" to "%#x" where found; fix the reading of the objects by initializing file offset variables for each section - what the spec says is wrong.
Art Haas
More...
almost 23 years ago
dwg.py: Lots of typos pointed out by pychecker fixed; fixes for various routines that were calling the wrong function for the data they needed; removed old_get_bits() routine.
Art Haas
More...
almost 23 years ago
dwg.py: Handles now stored as tuples; fix class decoding by testing if bit position is at least 8 bits from the end of the data.
Art Haas
More...
almost 23 years ago
dwg.py: Activate the 'image_reader' function ...
Art Haas
More...
almost 23 years ago
text.py: Remove redundant 'object' from TextBlock class hierarchy - the class is derived from the 'object' class because TextBlock is based on the 'object' class. This should fix a Python-2.3 problem as well.
Art Haas
More...
almost 23 years ago
dwg.py: It can run as a stand along file now; use xrange() in many places while loops were used (and broken); rework some sentinel checking; fixes added here and there; comment out some second header stuff; add in global variable for R14 format so R13/R14 files can be read in.
Art Haas
More...
almost 23 years ago
dwg.py: This is the really rough first take at reading DWG files. The file is being commited to the repo in the Generic directory just so it can be stored under version control - subversion makes it easy to move the file elsewhere later. This file will be revised a great deal to add missing bits and fix goofs in the implementation. At present it is only useful in an interactive Python session ...
Art Haas
More...
almost 23 years ago
segment.py; Added first take of clipToRegion() method.
Art Haas
More...
almost 23 years ago
hcline.py: Added clipToRegion() method. vcline.py: Added clipToRegion() method. acline.py: Added clipToRegion methods; tweaks and simplifications elsewhere. cline.py: Added clipToRegion() method; remove unused math module
Art Haas
More...
almost 23 years ago
circle.py: Adding clipToRegion() - this still needs checking but it is a lot of code and I want it in the repo ...
Art Haas
More...
almost 23 years ago
download.html: Fix a few XHTML errors. fileformat.html: Fix a few XHTML errors.
Art Haas
More...
almost 23 years ago
setup.py: Updates for ninth release. NEWS: Updates for ninth release.
Art Haas
More...
almost 23 years ago
delete.py: Use objlist, not _objdict, when going through the objects to remove.
Art Haas
More...
almost 23 years ago
checklist.html: Updates in preparation for ninth release. code_layout.html: Same. commands.html: Same. download.html: Same. fileformat.html: Same index.html: Same. usage.html: Same.
Art Haas
More...
almost 23 years ago
gtkmodify.py: Use the full import path names when referencing types.
Art Haas
More...
almost 23 years ago
gtkmenus.py: Use main_quit() instead of mainquit(). I think the one with the "_" is the real function to call ...
Art Haas
More...
almost 23 years ago
gtkpycad.py: Reformat some long lines; tweak the color initialization variable use.
Art Haas
More...
almost 23 years ago
text.py: Define default color with a hex value instead of three integers.
Art Haas
More...
almost 23 years ago
image.py: Store colors in a ColorDict() instance, not in a Tree; scale value must be a positive value.
Art Haas
More...
almost 23 years ago
gtkprefs.py: Added doc strings; convert saveWidget() to setWidget(); use the get_color() routine to get global color objects; add int() to value returned from scrollbox get_value() so display precision variables are integers.
Art Haas
More...
almost 23 years ago
layer.py: Mark getExtRefs() as deprecated; rework the mapPoint() method to scan for points after looking at other objects so that object duplication in the list of hits is avoided.
Art Haas
More...
almost 23 years ago
delete.py: Store the object id() in a dict; not the object itself.
Art Haas
More...
almost 23 years ago
←
1
2
…
67
68
69
70
71
72
73
74
75
…
90
91
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree