Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
SolidCode
/
SolidPython
Public
Notifications
You must be signed in to change notification settings
Fork
190
Star
1.3k
Code
Issues
28
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
SolidPython
solid
solidpython.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 8, 2025
Big overhaul to modernize
Show description for 921280e
etjones
committed
921280e
View commit details
Copy full SHA for 921280e
View code at this point
Browse repository at this point
Commits on May 24, 2021
Added ply as project dependency. Removed regex
Evan Jones
committed
f7eb153
View commit details
Copy full SHA for f7eb153
View code at this point
Browse repository at this point
adjusted solidpython to meet py_scadparser changes
Show description for ca012e5
jeff-dh
committed
ca012e5
View commit details
Copy full SHA for ca012e5
View code at this point
Browse repository at this point
Merge branch 'openscad_identifiers_starting_with_digits' into use_py_scadparser
jeff-dh
committed
5a9bf14
View commit details
Copy full SHA for 5a9bf14
View code at this point
Browse repository at this point
Commits on May 19, 2021
fixed test_parse_scad_callables
Show description for 9860be4
jeff-dh
committed
9860be4
View commit details
Copy full SHA for 9860be4
View code at this point
Browse repository at this point
Commits on May 16, 2021
added support for (non)optional arguments
jeff-dh
committed
b883cfa
View commit details
Copy full SHA for b883cfa
View code at this point
Browse repository at this point
fix OpenSCAD identifiers starting with a digit
jeff-dh
committed
fe6b85d
View commit details
Copy full SHA for fe6b85d
View code at this point
Browse repository at this point
use py_scadparser
jeff-dh
committed
49988f2
View commit details
Copy full SHA for 49988f2
View code at this point
Browse repository at this point
removed unused function extract_callable_signatures
jeff-dh
committed
e64dff0
View commit details
Copy full SHA for e64dff0
View code at this point
Browse repository at this point
Commits on Feb 14, 2021
Fix for #163. All OpenSCAD arguments are effectively optional, while all arguments without default values are required in Python. Resolved to match OpenSCAD's semantics
etjones
committed
4a4872f
View commit details
Copy full SHA for 4a4872f
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
Added a `traits` dictionary on OpenSCADObject. This is used to collect information for solid.utils.bill_of_materials()`, but could be used for other metadata storage.
etjones
committed
98e741e
View commit details
Copy full SHA for 98e741e
View code at this point
Browse repository at this point
Commits on Nov 16, 2020
Accept IncludedOpenSCADObject for all arguments to OpenSCADObjects. This allows us to accept calculations made in imported OpenSCAD as well as native Python ones
etjones-erisyon
committed
076ab2d
View commit details
Copy full SHA for 076ab2d
View code at this point
Browse repository at this point
Commits on Nov 12, 2020
one empty line between functions, two lines after classes
Evan Jones
committed
2e2cde2
View commit details
Copy full SHA for 2e2cde2
View code at this point
Browse repository at this point
Commits on May 13, 2020
Should resolve #140. Don't calculate SP version unless asked to include source code in generated file, and don't choke if we can't find the SP version
Evan Jones
committed
9ca2eda
View commit details
Copy full SHA for 9ca2eda
View code at this point
Browse repository at this point
Commits on Dec 23, 2019
Fix and tests for issue where file_header was put on the same line as `use<>` in SCAD code. Version bump
etjones-erisyon
committed
eb1d922
View commit details
Copy full SHA for eb1d922
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
Fixed bad return typehints for `render_to...()` functions. All renders now return a str, not a bool, as previously. On case of error, they'll throw exceptions, but will return a string path otherwise
etjones-erisyon
committed
fd36265
View commit details
Copy full SHA for fd36265
View code at this point
Browse repository at this point
Commits on Oct 14, 2019
Merge branch 'master' into PEP8_solidpython
etjones
authored
f7278f3
View commit details
Copy full SHA for f7278f3
View code at this point
Browse repository at this point
Merge branch 'master' into PEP8_solidpython
Cabalist
authored
f08d6b5
View commit details
Copy full SHA for f08d6b5
View code at this point
Browse repository at this point
Use a generated list of Reserved Keywords instead of a hardcoded one
Cabalist
committed
dfa2775
View commit details
Copy full SHA for dfa2775
View code at this point
Browse repository at this point
Commits on Oct 13, 2019
updated comments
etjones-erisyon
committed
0708474
View commit details
Copy full SHA for 0708474
View code at this point
Browse repository at this point
Completed `scad_render_to_file()`'s out_dir argument feature. Updated & simplified examples to use it. Added tests
etjones-erisyon
committed
57862b4
View commit details
Copy full SHA for 57862b4
View code at this point
Browse repository at this point
Added an `out_dir` argument to `scad_render_*` functions so files can be saved to parallel directories by default.
Show description for df36b32
etjones-erisyon
committed
df36b32
View commit details
Copy full SHA for df36b32
View code at this point
Browse repository at this point
Clarify some typing
Cabalist
committed
4d1d93b
View commit details
Copy full SHA for 4d1d93b
View code at this point
Browse repository at this point
Move to f-strings
Cabalist
committed
8cdb7a7
View commit details
Copy full SHA for 8cdb7a7
View code at this point
Browse repository at this point
Inheriting from object is implicit now
Cabalist
committed
743fc18
View commit details
Copy full SHA for 743fc18
View code at this point
Browse repository at this point
Cleanup some docstring
Cabalist
committed
7b69c23
View commit details
Copy full SHA for 7b69c23
View code at this point
Browse repository at this point
Whitespace
Cabalist
committed
ed7cd9d
View commit details
Copy full SHA for ed7cd9d
View code at this point
Browse repository at this point
Quote type-hints for OpenSCADObject to prevent reference erros
Cabalist
committed
ad48c77
View commit details
Copy full SHA for ad48c77
View code at this point
Browse repository at this point
Cleanup imports
Cabalist
committed
e8b1a2d
View commit details
Copy full SHA for e8b1a2d
View code at this point
Browse repository at this point
Remove some pre 3.7 cruft
Cabalist
committed
3f14dba
View commit details
Copy full SHA for 3f14dba
View code at this point
Browse repository at this point
Commits on Oct 10, 2019
Removed alias type hints for OpenSCADObject; we just use the entire class name throughout
etjones-erisyon
committed
84cf0a7
View commit details
Copy full SHA for 84cf0a7
View code at this point
Browse repository at this point
Merge branch 'master' into feature/type_hints
Show description for c4d4047
etjones-erisyon
committed
c4d4047
View commit details
Copy full SHA for c4d4047
View code at this point
Browse repository at this point
Commits on Sep 16, 2019
-- fixed regression in _write_code_to_file() that was keeping files from being written. Notably, they still passed tests, because I don't think the file-writing bits were tested at all. Hmm.
Show description for b3daed6
Evan Jones
committed
b3daed6
View commit details
Copy full SHA for b3daed6
View code at this point
Browse repository at this point
Commits on Sep 3, 2019
Merge branch 'master' into feature/type_hints
Show description for 9f4ce16
Evan Jones
committed
9f4ce16
View commit details
Copy full SHA for 9f4ce16
View code at this point
Browse repository at this point
-- Bump version to 0.4.0
Show description for ea9411f
Evan Jones
committed
ea9411f
View commit details
Copy full SHA for ea9411f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.