[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16059] trunk/blender/source/blender/ blenkernel/intern/softbody.c: bdiego no 2.47 option for now

bjornmose bjornmose at gmx.net
Mon Aug 11 22:59:18 CEST 2008


just a note
uses things like
---->

    if(totthread > 1) {
        BLI_init_threads(&threads, exec_scan_for_ext_spring_forces, 
totthread);

        for(i=0; i<totthread; i++)
            BLI_insert_thread(&threads, &sb_threads[i]);

        BLI_end_threads(&threads);
    }
<----
which should be OK
reading particles code
is it Ton?
well, if not give review on how to use it
BM


More information about the Bf-committers mailing list