pyslapi icon indicating copy to clipboard operation
pyslapi copied to clipboard

Python bindings for the official Sketchup API

Results 36 pyslapi issues
Sort by recently updated
recently updated
newest added

current version from master: only camera is imported I've also tried to install previous version without luck ``` Traceback (most recent call last): File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\sketchup_importer\__init__.py", line 681, in execute...

[`pyslapi/slapi/slapi.pxd`](https://github.com/martijnberger/pyslapi/blob/master/slapi/slapi.pxd) The definitions from `"sketchup_info.h"` are exported ONLY by the `"Sketchup.exe"` executable, and are **not** available to the standalone C API SDK. If you think about it, SKP files have...

rv 0.18 SU 16 pro OSX 10.11.6 Wrong located objects Just tried the version on OSX and i see the same issue with older version. I got these plant models...

blender 2.79 Latest Builds use python36.dll

I am using sketchup_importer_0.18_win64 but still something make me confused. Some objects got in wrong place when skp import to blender. I hope it's just my fault. [my.zip](https://github.com/martijnberger/pyslapi/files/1112249/my.zip) you can...

Hello! I'm very much looking forward to trying this out. Can you please add installation instructions in the README? I've tried simply running setup.py, but I'm getting an error `Macintosh:pyslapi...

The file I got this plane from probably has some history, but as it stands it is a simple mesh. Sample file: http://www.dalaifelinto.com/ftp/tmp/plane_wood.skp ![plane_wood_su](https://cloud.githubusercontent.com/assets/843498/14854209/2f2f908a-0c65-11e6-9a18-6e83aec48c4b.jpg) ![plane_wood_b3d](https://cloud.githubusercontent.com/assets/843498/14854261/6eebe674-0c65-11e6-8adc-df0d8dcb6ed9.jpg)

I found a bug with a particular file. I have a component inside a group, and the resulting alignment in Blender is wrong. (file: http://www.dalaifelinto.com/ftp/tmp/bug-cortina.skp ) SketchUp side view: ![screen...

With some files, the addon crashes Blender without outputing any error first, Blender just crashes, losing everything. I managed to narrow down the problematic part to some edges: [bug.zip](https://github.com/martijnberger/pyslapi/files/439233/bug.zip)

#### Summary It would be useful if there were some install instructions. I made the mistake of unpacking the .zip and trying to load the `__init__.py` file, that didn't work,...