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
path: root/source
AgeCommit message (Expand)Author
2012-12-13Bugfix [#33511] Ton Roosendaal
2012-12-13add include so alloca() is found on mingw.Campbell Barton
2012-12-13Bugfix, IRC report:Ton Roosendaal
2012-12-13Only LMB clicks in Panel should return "handled" - it accidentally returned i...Ton Roosendaal
2012-12-13Fix #33510: Rotate around selection doesn't work when .blend saved in sculpt ...Sergey Sharybin
2012-12-13disable openmp thread assert, would fail in cases where the caller was lockin...Campbell Barton
2012-12-13Bug fix:Ton Roosendaal
2012-12-13FFmpeg: remove limits of bitrate, they were far too low for losless formats l...Sergey Sharybin
2012-12-13Fix #33500: when transforming, tapping shift twice and holding did not enableBrecht Van Lommel
2012-12-13image view cursor wasn't scaling up with the DPICampbell Barton
2012-12-13region overlap feature missed view3d grid-scale text, increase string size fo...Campbell Barton
2012-12-13minor editsCampbell Barton
2012-12-13remove UI_DPI_FAC, its not needed anymore.Campbell Barton
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-13fix another crash from missing update in Auto-Merge from r52911Campbell Barton
2012-12-13Can now set a lower bound on the number of subframes (i.e. an upper bound on ...Alex Fraser
2012-12-13Bugfix, irc report:Ton Roosendaal
2012-12-13Disable a bugfix I did - to prevent event timers to be used still.Ton Roosendaal
2012-12-12Crash, IRC report.Ton Roosendaal
2012-12-12Better patch for pixelsize to be zero - ghost code is going to be fixed next.Ton Roosendaal
2012-12-12Quick fix for ghost error - solves pixelsize to return 0.Ton Roosendaal
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12RNA properties for width and height of nodes.Lukas Toenne
2012-12-12Fix for range checks in generated RNA functions. The code was skipping the va...Lukas Toenne
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 related to #33480: for blender internal volume rendering, the camera insideBrecht Van Lommel
2012-12-12fix [#33489] Scaling normals with Alt (maintains shell thickness) producing w...Campbell Barton
2012-12-12move edge split into its own function which can be called by the modifier wit...Campbell Barton
2012-12-12Fix for menu context. The menu draw function context did not inherit the cust...Lukas Toenne
2012-12-12Fix for misleading doc string of panel header options.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-12use header only tags for edge split (to prepare to move this into tools/)Campbell Barton
2012-12-12Revert recent workaround for sequencer, it'll only work in casesSergey Sharybin
2012-12-12Bug fix [#33492] Right click on 'confirm reload' crashesTon Roosendaal
2012-12-12Sequencer old todo: inserting keyframes with preview opened didn't workSergey Sharybin
2012-12-12Use own list of actions for Vertex Group Lock operator instead of reusing Sel...Sv. Lockal
2012-12-12revert recent code cleanup which introduced const parametersGaia Clary
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-12add destructive argument to bmesh.update_edit_mesh()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