Public projects for tests

Hi,

Someone know a “list” of public projects from Speckle team or the community ?
I did found a link but lost it after …
Tks :pray:

What sort of tests @MOOD ? You should be able to do everything under a free plan. Is it simply loading data into connectors you are interested in?

We are currently working on an update that includes recent releases of Grasshopper and PowerBI, which bundle templates referencing public projects.

A Public project is a project in the sense that it exists visibly online, but you cannot make use of it in Connectors under a free account.

Hi @jonathon ,

I’m planning to dig into my Speckle To Unreal extended plugin with the 3.x version … So i need some “complex” geometries from various connector to test it … no time to create my self various projects for this purpose.

I’ll ask areound on monday with the team if we can help with some content.

1 Like

THX @jonathon ! :folded_hands:

Hi @jonathon

I get back to you on this ..

Thx !

HI @Jedd

I want to dive into my extended Speckle plugin for UE5 and work on it to use the Speckld V3 projects …

Do you think it’s possible to do it ? Or there’s too much difference between V2 and V3 and it’s impossible to do without reworking all the code source of the plugin?

Thx :folded_hands:

The main challenge you’ll find in Unreal is v3 has a new concept that v2 lacked. Proxies.

This will affect RenderMaterials, and Instances (e.g. Rhino/AutoCAD blocks, and Sketchup Components).


You’ll probably find that, the current Unreal connector is able to receive v3 models, but with no materials, and Instances; definitely have the wrong transform.

To support these proxies, you’ll need to re-engineer a lot of the SpeckleUnrealManager calls the conversion, to convert materials and apply transforms as separate steps to traversing and converting the objects tree.

I can provide some more details if you decide to go this route…

Thx @Jedd , it’s seems easy to fix because I’ve added some extras features in a lot of converters.

I know how the legacy instance converter work and i did add to it some data handling and mapping conversion , so i can fix it to handle these proxies objects.

I will send you some specific questions if i need and if i cannot get these proxies well converted.

1 Like