395 Commits

Author SHA1 Message Date
izzy lyseggen 35326fbec5 ci: experiment w set var 2021-05-07 15:04:23 +01:00
izzy lyseggen 37c405dfc5 ci: try path again 2021-05-07 14:54:34 +01:00
izzy lyseggen 4d6873ce4e ci: try separately 2021-05-07 14:50:14 +01:00
izzy lyseggen f4872f0395 ci: more settings 2021-05-07 14:41:18 +01:00
izzy lyseggen 30cd643f48 ci: settings 2021-05-07 14:40:56 +01:00
izzy lyseggen e6b56ec9c8 ci: i think i'm close 👀 2021-05-07 14:38:43 +01:00
izzy lyseggen b53b897645 ci: fix number 72 electric boogaloo 2021-05-06 17:31:45 +01:00
izzy lyseggen 2964af14bb ci: last fix omg 🤞 2021-05-06 17:23:03 +01:00
izzy lyseggen 69a20eff80 ci: fix commands again 🙃 2021-05-06 17:01:25 +01:00
izzy lyseggen 7f6fd843e1 ci: fix py commands 2021-05-06 16:57:18 +01:00
izzy lyseggen c6dbe29a0f ci: edit details 2021-05-06 16:54:12 +01:00
izzy lyseggen a5a0b8ed71 ci: update build job 2021-05-06 16:38:57 +01:00
izzy lyseggen 4264cec042 ci: fix indentation 2021-05-06 11:57:21 +01:00
izzy lyseggen 137545afe9 Merge pull request #19 from specklesystems/izzy/ci
ci: first try at manager deploy
2021-05-06 11:56:24 +01:00
izzy lyseggen e6b72400e1 ci: first try at manager deploy 2021-05-06 11:53:34 +01:00
izzy lyseggen a8482799fc Merge pull request #14 from specklesystems/izzy/bim-dev
Materials and collections hierarchy
2021-04-30 12:52:08 +01:00
izzy lyseggen 081550f758 chore: deps 2021-04-30 12:47:41 +01:00
izzy lyseggen 77198993e5 feat(receive): init working collections hieararchy 2021-04-30 12:46:12 +01:00
izzy lyseggen b918065cb0 feat(receiving): human readable object names 2021-04-30 12:44:32 +01:00
izzy lyseggen f35cc5bf21 feat(materials): don't update, only create new
as tom suggested, maybe in the future we can have a toggle for this
2021-04-30 12:44:10 +01:00
izzy lyseggen fbc1b6c5e8 feat(convert): materials to speckle 2021-04-29 10:14:18 +01:00
izzy lyseggen 67cb9eaa64 feat(convert): convert render materials 2021-04-29 10:14:18 +01:00
izzy lyseggen 1a9347ca7a feat(convert): add colour conversions %rgba <> int 2021-04-29 10:14:18 +01:00
izzy lyseggen 458ca5102f feat(streams): wip ordered send / receive
WIP - only works for sending, unreliable for receiving

- preserves collections hierarchy for sending
(to play nicely with blenderbim)

- attempts to create collections on receive
(only one level atm which is not sufficient. also not linking to parent properly)
2021-04-29 10:14:18 +01:00
izzy lyseggen 1329155475 Merge pull request #18 from specklesystems/izzy/import-fixes
feat(specklepy): fix import errors!!
2021-04-28 18:10:23 +01:00
izzy lyseggen 342631d165 feat(specklepy): fix import errors!!
oopsies so sorry about this 🙃
2021-04-28 18:09:25 +01:00
izzy lyseggen a1b6e18c85 Merge pull request #13 from specklesystems/izzy/update-specklepy-ref
Update Speckle Ref
2021-04-19 12:35:05 +01:00
izzy lyseggen 06ad064359 refactor: update package name 2021-04-09 13:06:57 +01:00
izzy lyseggen 62083a46a3 chore: pyproject for nicer dev experience 2021-04-09 13:02:17 +01:00
izzy lyseggen 48295a6766 refactor: use specklepy from pypi 2021-04-09 13:01:59 +01:00
izzy lyseggen 419da5c7de Merge pull request #12 from specklesystems/izzy/line-fix
fix(convert): fix Line conversions
2021-04-07 15:59:28 +01:00
izzy lyseggen 65e9572c7d revert(convert): look for key name in meshes 2021-04-07 15:58:37 +01:00
izzy lyseggen 0d3c4e878d refactor(convert): simplify / reduce some nesting 2021-04-07 10:45:37 +01:00
izzy lyseggen 5d326a776d fix(convert): look for key name rather than id
i presume this is looking for a `name` attribute on the mesh
and not the hash or id in the keys, yes?
2021-04-07 10:40:39 +01:00
izzy lyseggen c459a1171e fix(convert): fix Line conversions
`Line` does not have attribute `Value`.
we need to check for the start and end points instead.

start will always exist. it's possible that end will be `None`
2021-04-07 10:19:24 +01:00
izzy lyseggen 4246b447a8 Merge pull request #11 from specklesystems/izzy/style
chore: code formatting (black)
2021-04-07 10:12:56 +01:00
izzy lyseggen 59596fc550 chore: code formatting (black) 2021-04-06 12:16:53 +01:00
izzy lyseggen e645085005 Merge pull request #10 from specklesystems/izzy/user-profiles
fix(users): set server url correctly
2021-04-06 12:15:11 +01:00
izzy lyseggen aca3913008 fix(users): set server url correctly
this was not getting set previously meaning operations did not work for
accounts on servers other than speckle.xyz
2021-04-06 12:14:03 +01:00
izzy lyseggen 8a58fc24bc Merge pull request #9 from specklesystems/izzy/accts-bug
fix(users): handle accts w/out company/server name
2021-04-06 11:49:50 +01:00
izzy lyseggen b8ab6c56cf fix(users): handle accts w/out company/server name 2021-04-06 11:43:01 +01:00
Tom Svilans c3df8bb997 feat: ui cleanup, mesh export fix 2021-03-23 16:16:15 +01:00
Tom Svilans 245ebe27a7 feat: improve curve conversions, ui cleanup 2021-03-23 12:31:57 +01:00
Tom Svilans 59a3a682b0 feat: initial commit 2021-03-19 10:57:35 +01:00
izzy lyseggen 8fb796d50d Initial commit 2021-03-16 14:35:21 +00:00