Thomas Thomassen
Thomas Thomassen
@dphdave can you list some of these use cases please? Helps with the context.
> Try (note the '@'): Duh! Thanks for catching that! (Though, this was a bug in my repro code, not my real scenario.) > I don't recall groups ever affecting...
Ok, so this is an issue with the C parser. This doesn't work: ```c // @!group Foos /** * @!group Foos * Hello foo bar */ VALUE foobar(VALUE self, VALUE...
Noted. I'll go back and see if I the same thing let me pick up groups for constants as well. > Based on my best recollection, the C parser doesn't...
SketchUp isn't designed to be used with really large coordinates from the origin. Typical workflow is to set the geolocation of the model to somewhere around the centre of your...
The undo stack has a limit, yet. Currently 1000, used to be 100 in older versions. Transparent operations don't add to previous, but chain. Undo/redo will iterate over transparent operations...
At the moment the API doesn't have a way to select which IFC exporter to use. It's currently hard coded to IFC 2x3. This is already tracked internally as an...
"eurotrances"? I googled this and made me no wiser...
There is no internal lookup table for IDs or PIDs. It's doing a full model search. `find_entity_by_persistent_id` does however have a `scope` argument that narrow downs what is searched. If...