plantgl icon indicating copy to clipboard operation
plantgl copied to clipboard

An open-source graphic toolkit for the creation, simulation and analysis of 3D virtual plants.

Results 20 plantgl issues
Sort by recently updated
recently updated
newest added

OS: Windows 11 64bit run `conda env create -f build-util\plantgl-devel.yaml` then report ```console Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - gmp - flex - bison ```

I would like to report a rendering issue that appears since the migration of L-py / PlantGL libraries from Python 2 to Python 3. From third-party program, OpenAlea.lpy.lsystem.animate() will open...

Sorry if this is obvious, but [your paper](https://doi.org/10.1016/j.gmod.2008.10.001) alludes to the fact that a 3D hull of a plant can be reconstructed from photographs, using PlantGL. If you could point...

Hi @fredboudon, and @pradal, I want to use PlantGL to model a 3D apical meristem and add a gene network into it, but I can't find how to model a...

Hi all, I have just updated and specified the question: This error can be reproduce on **windows 10** with the following two lines. ``` import openalea.plantgl.all as pgl pgl.TriangleSet([],[]) ```...

PlantGl depends on pyqglviewer, but the package is not hosted on openalea, which can lead to broken builds in the future. Currently (30/03/2022), compiled conda packages from fredboudon channel have...

Sadly, I am not able to open your documentation link in the `README.rst` file. Am I the only one?

As the title say. When creating a Tapered from the geometry from a Shape, there's an argument error. But the types are correct... In [9]: from openalea.plantgl.all import * In...

Add vtk codecs developed in ScanAlea in PlantGL. Codecs are currently in the repo: https://github.com/openalea/scanalea

Here is the error (see [AppVeyor CI](https://ci.appveyor.com/project/pradal/openalea-recipes/build/1.0.58/job/pt68yf2l25bthke3) > ====================================================================== > ERROR: test_pointmanipulation.test_median_point > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "C:\Miniconda\conda-bld\openalea.plantgl_1518250173049\_test_env\lib\site-packages\nose\case.py", line 197, in runTest > self.test(*self.arg) >...