Antoine A. Ruzette
Antoine A. Ruzette
@smegason what do you think of the new coloring system? I implemented an inferno-like colormap (purple → red → yellow) to colorize based on lineage ancestry i.e., more recent common...
For now, do not support GRNs in blender v4.5. Will work on it later. Add a flag in readme.md to indicate this. Check whether 4.1-4.4 included are supported.
Tried varying the libRoadRunner version: 2.7, 2.8 -> same crash upon running a GRN script, but works for mechanics 2.6 -> blender exec built from source won't open (`zsh: killed`)...
For now, Blender 4.0 and below are the only compatible versions with Goon due to compatibility clash with RoadRunner. TODO: build v4.0 from source.
Tracked down where these statements get printed in blender source code: Dependency cycle detection messages are printed in `source/blender/depsgraph/intern/builder/deg_builder_cycle.cc`. ```cpp // Before: if (num_cycles != 0) { printf("Detected %d dependency...
Resolved! TO DO: add in docs how to build Blender 4.5 from source using https://github.com/megasonlab/blender-goo.
Hi @jromanowska, happy to help reviewing this repo. Cheers!