How do I do that?
Tried with git rebase origin/blender-v4.2-release
, but I get various conflicts to merge.
bDopesheet *ads
parameter
It must have hapend with this 4889aed8ac, as from here handles are drawn only for Bezier and NURBS.
@JacquesLucke can I return handle polyline for CURVE_TYPE_POLY
and CURVE_TYPE_CATMULL_ROM
…
Maybe @laurynas wants to have a look here too.
I would have kept one threading::parallel_for(curve_points.index_range(),
call by using if (curve_type == CURVE_TYPE_BEZIER) {
only to set…
The #122910 will hang for a while so I'm activating this one.
More realistic problem scenario. Define variable leftColor
in
overlay_edit_particle_strand_vert.glsl
or any other defined…
It will be obsolete, if #122910 is accepted. #122910 is almost completed, so I decided to mark this one WIP not to waste anyone's time.