johnyf / fig2u3d

Export MATLAB figure as U3D file or directly to 3D interactive PDF
http://www.mathworks.com/matlabcentral/fileexchange/37640-export-figure-to-3d-interactive-pdf
BSD 2-Clause "Simplified" License
63 stars 25 forks source link

Support full-filenames including path
 #9

Closed adhusch closed 7 years ago

adhusch commented 7 years ago

Make call like fig2pdf3d(gca, ‘/foo/bar/filename’) work too (crashed before)

johnyf commented 7 years ago

Thanks for the patches. It seems that some commits are reverted by other commits. Would it be possible to squash those pairs and group the changes into fewer commits via rebasing? (e.g., one of the reverts appears to revert two other commits.) Another comments concerns newline normalization. This repository doesn't contain a .gitattributes, which I should add.

adhusch commented 7 years ago

Hi, sure. I've split everything to seperate branches now. Will open seperate pull requests for each of them.

(Sorry for chaos, i am a git noob still thinking to much in old SVN schemes ;-))

Best