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-14workaround for ndof events showing in view3d menu items. (add before other ke...Campbell Barton
2012-12-14Fixes for correct UI scaling display:Ton Roosendaal
2012-12-14Blender Internal / Texture UI:Thomas Dinges
2012-12-14Fix #33532: vertex paint subtract mode was broken, always resulting in black.Brecht Van Lommel
2012-12-14Fix #33530: Blender Crash when selecting "Point select mode" in Particle Mode...Sergey Sharybin
2012-12-14add back a key to access view-cursor (alt+home)Campbell Barton
2012-12-14Fix #33526: Bezier Curve Tilt in transform panel does not work beyond 360 deg...Sergey Sharybin
2012-12-14Fix #33525: Mask points are add offset for the mouse when adding on viewer no...Sergey Sharybin
2012-12-14correct scrollbars not working properly with DPI in the console/info view.Campbell Barton
2012-12-14tweaks to text selection and highlight drawing.Campbell Barton
2012-12-14code cleanup: minor edits to the console.Campbell Barton
2012-12-14Adding a new SPH solver that is more physically accurate. See patch #29681Alex Fraser
2012-12-14style cleanupCampbell Barton
2012-12-14UV Warp Modifier:Campbell Barton
2012-12-14add assert if both args to invert_m4_m4 are the same.Campbell Barton
2012-12-14Fix #33522: Crash when "rotate arond selection" is on, and when no object in ...Sergey Sharybin
2012-12-13Bug fix, irc report:Ton Roosendaal
2012-12-13Fix for using active scene instead of actually changed one in some RNA callbacksSergey Sharybin
2012-12-13Bugfix - own collection.Ton Roosendaal
2012-12-13Part of bratwurst GSOC cleanup of subsurf unwrap code: Ommit subsurfAntony Riakiotakis
2012-12-13Feature fix:Ton Roosendaal
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