[Verse-dev] Bitmap layer ids

Thorsten Jordan verse-dev@blender.org
Thu, 12 Aug 2004 18:29:01 +0200


Hi!

I'm working with the r3p2 server.
I noticed that when creating layers with verse_send_b_layer_create and 
using an layer_id of 0 and waiting for the server to send the layers, 
nothing happens, it just stops/sleeps after one received layer.
When i use my own values (1,2,3) all is fine.
The code:
verse_send_b_layer_create(node_id, 1, "col_r", VN_B_LAYER_UINT8);
verse_send_b_layer_create(node_id, 2, "col_g", VN_B_LAYER_UINT8);
verse_send_b_layer_create(node_id, 3, "col_b", VN_B_LAYER_UINT8);

if i use 0,0,0 instead of 1,2,3 here, the server seems to lock up.
The tutorial suggests doing it that way, though.
Is this a bug? any help?

-- 
Greetings, Thorsten