Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-16replace strcpy with BLI_strncpy or memcpy when the size is known.Campbell Barton
2012-12-15Finished themes for transparent Button regions in Blender.Ton Roosendaal
2012-12-15use struct type for VPaintData.vertexcosnos rather then float*.Campbell Barton
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-12-15remove modifiers_indexInObject(), just call BLI_findindex directly.Campbell Barton
2012-12-15add checks to style checker script for 'a . b' and 'a []'Campbell Barton
2012-12-14code cleanup and move alternate shell calculation method into its own functio...Campbell Barton
2012-12-14Fixes for correct UI scaling display:Ton Roosendaal
2012-12-14Adding a new SPH solver that is more physically accurate. See patch #29681Alex Fraser
2012-12-13remove BKE_main_scene_add(), just add main arg to BKE_scene_add()Campbell Barton
2012-12-13style cleanup: changes from recent commitsCampbell Barton
2012-12-13code cleanup: quiet warningsCampbell Barton
2012-12-13Can now set a lower bound on the number of subframes (i.e. an upper bound on ...Alex Fraser
2012-12-12Better patch for pixelsize to be zero - ghost code is going to be fixed next.Ton Roosendaal
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12Sequencer: add textured solid option for opengl previewSergey Sharybin
2012-12-12Revert recent workaround for sequencer, it'll only work in casesSergey Sharybin
2012-12-12Sequencer old todo: inserting keyframes with preview opened didn't workSergey Sharybin
2012-12-12use htype flags as arguments to EDBM_index_arrays_init(), no functional changes.Campbell Barton
2012-12-12Fix for cloth/smoke: Collision and flow objects always had to be on the same ...Daniel Genrich
2012-12-11image stamp data's strings could be short enough not to fit the entire ID nam...Campbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-11code cleanup: neareast -> nearestCampbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton
2012-12-09Fix #33454: cycles wasn't hiding the original object used for dupliverts orBrecht Van Lommel
2012-12-06fix [#31084] Dynamic Paint Blender File Crashes Blender.Campbell Barton
2012-12-06bpy.ops module/caller classes incorrectly had __keys__ rather then __slots__.Campbell Barton
2012-12-04cmake was missing some header files.Campbell Barton
2012-12-04Default PNG compression for new scenes is not 90% (same as default scene)Sergey Sharybin
2012-12-03Fix cycles viewport render getting stuck with driven/animated nodes, the updatedBrecht Van Lommel
2012-12-03Cleaning commented code in DM_update_weight_mcol (inactive since two releases...Bastien Montagne
2012-12-03fix [#33394] Skin modifier doesn't show generated skin mesh in EditMode with ...Campbell Barton
2012-12-03revert part of r52720, Id rather leave these as-is, even if they give warning...Campbell Barton
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-12-01style cleanupCampbell Barton
2012-12-01fix [#33363] Text editor undo failJustin Dailey
2012-11-30Removed unused register_ lines from for and while loop nodes. These nodes wer...Lukas Toenne
2012-11-30Fix #33357: Strip modificator Bright/Contrast doesn't work correct for byte i...Sergey Sharybin
2012-11-30Fix #33353: Smoke color problems with adaptive domainMiika Hamalainen
2012-11-30fix for r51636 - making the lens work in ortho mode made view-all and local-v...Campbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-29some minor editsCampbell Barton
2012-11-28Fix #33295: Shifted movie strip when rendering <100% resolution for strip wit...Sergey Sharybin
2012-11-27Masking: fixed bug with vector handles not updating when CV is parented to a ...Sergey Sharybin
2012-11-27Fix crash opening .blend file with missing lib linked scene and no local scene.Brecht Van Lommel
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-11-26Fix wrong color space used for generated float imagesSergey Sharybin
2012-11-26fix for crash copying nodes, regression since last release.Campbell Barton