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-12Fix error compiling in debug build, should test #ifndef NDEBUG instead ofBrecht Van Lommel
2012-12-12fix for another crash in r52911Campbell Barton
2012-12-12edge slide: skip creating BMBVHTree when its not used.Campbell Barton
2012-12-12remove context argument from EDBM_update_generic()Campbell Barton
2012-12-12fix for crash in own commit r52911Campbell Barton
2012-12-12fix [#33489] Scaling normals with Alt (maintains shell thickness) producing w...Campbell Barton
2012-12-12Fix for menu context. The menu draw function context did not inherit the cust...Lukas Toenne
2012-12-12Toolbar region for the node editor. This region is, for now, empty and hidden...Lukas Toenne
2012-12-12Sequencer: add textured solid option for opengl previewSergey Sharybin
2012-12-12Bug fix [#33492] Right click on 'confirm reload' crashesTon Roosendaal
2012-12-12Use own list of actions for Vertex Group Lock operator instead of reusing Sel...Sv. Lockal
2012-12-12fix for EDBM_index_arrays_ensure not working as intended.Campbell Barton
2012-12-12add threshold for bmesh & openmp so its not used with low poly meshes, BM_OMP...Campbell Barton
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-12use htype flags as arguments to EDBM_index_arrays_init(), no functional changes.Campbell Barton
2012-12-12use openmp to thread some common bmesh operationsCampbell Barton
2012-12-12replace BLI_array_declare with BLI_array_staticdeclare() and BLI_array_alloca...Campbell Barton
2012-12-11change to r52888, since we dont always want ED_view3d_offset_distance() to gi...Campbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-12-11fix for warnings/errors in recent commitsCampbell Barton
2012-12-11Bug fix, irc report:Ton Roosendaal
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-11was using max short on a float in EDBM_face_find_nearest()Campbell Barton
2012-12-11use const char for display deviceCampbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton
2012-12-11Fix #33476: cycles environment texture not showing image sequence options pro...Brecht Van Lommel
2012-12-10fix for knife when clipping was enabled, The knife would not snap to edges/ve...Campbell Barton
2012-12-10fix for knife tool when the mouse was moved outside the clipped area the mous...Campbell Barton
2012-12-10knife tool was incorrectly moving points into worldspace, then checking clipp...Campbell Barton
2012-12-10de-duplicate labda_PdistVL2Dfl() & line_point_factor_v2()Campbell Barton
2012-12-10some of the modal knife key bindings didn't cause a refresh until you moved t...Campbell Barton
2012-12-10fix for copying markers to other scenes not working with 10 or more scenes. R...Campbell Barton
2012-12-09Bugfix: softshadow in menus was broken.Ton Roosendaal
2012-12-09fix [#33442] UnitsCampbell Barton
2012-12-07Fix missing mapping and influence panel for particles when cycles is selectedBrecht Van Lommel
2012-12-06Fix #33423: a few operators still allowed changing current frame duringBrecht Van Lommel
2012-12-06fix [#33422] Change Path/Files problem - selected strip directory doesn't workCampbell Barton
2012-12-05Fix #33419: incorrect color with projection painting in cases strength != 1.0Sergey Sharybin
2012-12-04operator spacebar search menu wasn't ignoring internal operators,Campbell Barton
2012-12-04fix [#33412] Jump to next frame broken in grease pencil modeCampbell Barton
2012-12-04cmake was missing some header files.Campbell Barton
2012-12-04Fix for double-freeing image buffers when rendering opengl animation into mov...Sergey Sharybin
2012-12-04Fix #33402: Compositor crashes when drag-dropping multilayer exrSergey Sharybin
2012-12-03Fix #33398: Missed undo push when script execution failedSergey Sharybin
2012-12-03Disable alpha pass for all painting modesSergey Sharybin
2012-12-03fix [#33400] Knife ortho floating point errorCampbell Barton
2012-12-03quiet float -> double conversion warnings and do some osl style edits.Campbell Barton
2012-12-03Fix for [#33378] Grease pencil dopesheet fails on a few operationsBastien Montagne
2012-12-03R/G/B icons in node space backgroud channel selector all had same color wheel...Campbell Barton
2012-12-03Image Editor / UV: Thomas Dinges