Charlie Hewitt

Results 9 issues of Charlie Hewitt

Would be good to have a wiki with detail on how to use the plugin and some example renders.

enhancement

Also from #48 Currently we get the shape here: https://github.com/friggog/tree-gen/blob/0b0bc62a5af67fe6d8c86ab3a8a1bda3714407d0/parametric/gen.py#L293-L298 We should be able to alter the UI to let the user select a mesh object from the scene then...

enhancement

Long term goal of wind sway animation, probably using [armatures](https://en.blender.org/index.php/Dev:Py/Scripts/Cookbook/Code_snippets/Armatures). Seems that the [Sapling implementation](https://github.com/abpy/improved-sapling-tree-generator/blob/master/add_curve_sapling_3/utils.py#L676) does almost exactly what we need. I.e. iterate over the curve (up to a level)...

enhancement
help wanted

After the syntax changes in 2.0 flake8 now gives false positives - I believe this is a pyflakes issue but reporting here too for awareness See: https://github.com/PyCQA/pyflakes/issues/687 ```python def unproject(points_2d:...

Not exactly a major issue, but https://github.com/mrharicot/monodepth/blob/5bc4bb1eaf6f6c78ec3bcda37af4eeea9fc4f0c6/monodepth_main.py#L168 Should be `training_time_left = ((num_total_steps - step) / (step - start_step)) * time_sofar`

Not sure how feasible this is, but it would be nice to have latex rendered in docstrings (as in Documenter.jl) e.g. ![image](https://user-images.githubusercontent.com/6437437/94819173-daa4be80-03f6-11eb-9d2b-00241a7be890.png) which currently gives this: ![image](https://user-images.githubusercontent.com/6437437/94819246-ef815200-03f6-11eb-8809-56131ed1f0a6.png)

enhancement
upstream

### Description Including bold (**) or italic (*) within words currently results in asterisks appearing in the HTML with a link, e.g. `**b**o**l**d or *i*tal*i*c` The first will give: `**b**o**l**d`...

The definition of `azure.ai.ml.sweep.Choice` specifies `values: List[float | str | dict] | None` but the list type is invariant. Normal usage would be to pass `values: list[str]`, for example, which...

Current versions support with prebuilt wheels: ``` torch-version: ['2.0.0', '2.1.0', '2.2.0', '2.3.0', '2.4.0'] cuda-version: ['cu118', 'cu121', 'cu124'] ``` Would be great to add current versions of torch (2.5, 2.6, 2.6)...