2
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add paths.line() More... about 15 years ago
In grow_extent, consider only the extrusion region from start to end, not the whole path More... about 15 years ago
Show new materials More... about 15 years ago
New materials, pruned More... about 15 years ago
Replace print "hello" with print("hello") everywhere in the documentation More... about 15 years ago
Add to first page an animation of the extrusion process More... about 15 years ago
Changes to include extrusion-related materials More... about 15 years ago
Restructuring associated with introdution of the extrusion object More... about 15 years ago
Related to introduction of extrusion object More... about 15 years ago
Corrected an off-by-one error in the retain option for append More... about 15 years ago
New extrusion object More... about 15 years ago
Implement start and end attributes for extrusion object More... about 15 years ago
import vis.shapes as shapes (similar to materials) More... about 15 years ago
New shapes library, built by Kadir Haldenbilen, for use with extrusion object More... about 15 years ago
Improve error message for attempt to read extrusion.shape More... about 15 years ago
Implement xscale and yscale attributes for extrusion; also lock out rendering while setting up extrusion contours info More... about 15 years ago
Minor rearrangement to avoid excess multiplies by scene.gcf More... about 15 years ago
Handling scalar inputs to twist and scale More... about 15 years ago
Implemented twist More... about 15 years ago
Implemented scaling More... about 15 years ago
Major fix to joint calculations, which were very wrong except in simple cases. More... about 15 years ago
Added in a temporary way scale (should be Nx2, not Nx3) and twist (should be Nx1, not Nx3) More... about 15 years ago
Implement extrusion.up as an array; only first point used currently -- intent is to honor up along the curve, enabling twisted extrusions More... about 15 years ago
Implement up (at the moment, it's only a single vector; it should be an array, like pos) More... about 15 years ago
Handle the case of identical adjacent points. In particular, this makes sharp breaks in color rather than blends at joints. More... about 15 years ago
from Polygon import Polygon, needed for constructing extrusion shapes More... about 15 years ago
Give error messages if Polygon or ttfquery/FontTools modules are not available, but allow Visual to run with extrusion and/or text objects unavailable. More... about 15 years ago
Smooth along the curve as well as around the curve More... about 15 years ago
In primitives.py we make sure that the winding order for external and internal (hole) contours are consistent with assumptions made in extrusions.cpp More... about 15 years ago
Correct the calcuations of positions at the joints More... about 15 years ago