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
2010-01-19patch [#20690] Cut Linking for Logic BricksCampbell Barton
2010-01-19[#20722] Ignore non-existent files from .BlogCampbell Barton
2010-01-19setting the timeline endframe didnt work if the preview range was used.Campbell Barton
2010-01-19pep8 compliance for Randomize objects loc/rot/scale.Campbell Barton
2010-01-19Fix [#20067] Blender 2.5.0 Alpha0 - Duplicating WindowMatt Ebb
2010-01-19Fix [#20730] Auto Auto-depth with scroll wheelMatt Ebb
2010-01-19Added new macro "file.select_execute", by default mapped to LMB doubleclick i...Matt Ebb
2010-01-19Partial fix for issues in [#20564] Color Management/Linear Workflow not taken...Matt Ebb
2010-01-19* Make image Histogram only update when region is visibleMatt Ebb
2010-01-19Fix compile on msvc (inline)Matt Ebb
2010-01-19Finished some work from the weekend to keep local tree clean..Matt Ebb
2010-01-19patch [#20724] Randomize Loc Rot Size py operator for B2.5Campbell Barton
2010-01-19Timeline: Keyframe Drawing for All Selected ObjectsJoshua Leung
2010-01-19Fix input issue with Time Scale (center2d needs to be specially calculated fo...Martin Poirier
2010-01-18load the user prefs before python so the python userdir is read.Campbell Barton
2010-01-18revert for last commit, this should fix the proplem properly.Campbell Barton
2010-01-18fix for weight painting bug, weight painting would fail when entering weight ...Campbell Barton
2010-01-18- opengl render anim exec function so python can render opengl animations wit...Campbell Barton
2010-01-18make the animation read error message say if the file wasnt found.Campbell Barton
2010-01-18fix for movie files sequence strip names not working unless the first frame o...Campbell Barton
2010-01-18reference docs: include type info with function return valuesCampbell Barton
2010-01-18Fix for part of [#20251] Some Node UI problemsMatt Ebb
2010-01-18Fix [#19914] spacebar menu text stays on screen after click and dragMatt Ebb
2010-01-18Fix [#20703] Minor UI bug in file browserMatt Ebb
2010-01-18Fix [#20702] Problems with ColormanagementMatt Ebb
2010-01-18Fix for window not redrawing properly on resize (on osx at least), add a Matt Ebb
2010-01-18DopeSheet Keyframe/NLA Strip Scaling Tool:Joshua Leung
2010-01-18NLA (Un)Mapping Fixes:Joshua Leung
2010-01-18BGE: Mouse Sensor type defaults to 1 (MOUSELEFT ) + remove camera attribute f...Dalai Felinto
2010-01-17fixed sphinx doc generatorCampbell Barton
2010-01-17bugfix [#20639] BF25_SVN_25888 and below - OBJ and 3DS import failsCampbell Barton
2010-01-17fix for own bug in name flipping, was modifying the original name (very bad!).Campbell Barton
2010-01-17have makesrna only replace newly generated files when their contents changes.Campbell Barton
2010-01-17Text Editor: indent and unindent now supports tabs/spaces according to (text-...Dalai Felinto
2010-01-17Test Editor fix: Ctrl+LEFT/RIGHT was set twice (one of them wrongly)Dalai Felinto
2010-01-17resizing any area/region would redraw all views in every window.Campbell Barton
2010-01-17debug prints are too much on my system it hangs ddd.Campbell Barton
2010-01-16GPU_buffer_setup could return a freed buffer. (when VBO's were used)Campbell Barton
2010-01-16fix for own un-initialized pointerCampbell Barton
2010-01-16Workaround to fix #20645. Iteration over multidim arrays and slicing of them ...Arystanbek Dyussenov
2010-01-16bugix [#20687] Selection code on duplis gets incorrect draw mode flagCampbell Barton
2010-01-16- UV header sync selection vert/edge/face buttons were displayed as 3 tickboxesCampbell Barton
2010-01-16possible fix for [#20674] SegFault from console 'c = data.texts["text1"].copy()'Campbell Barton
2010-01-16Fix: MESH_OT_DELETE wasn't working since rev. 26027, MESH_OT_select_by_number...Dalai Felinto
2010-01-16mirror modifier vgroup option was doing string name conversion to find the fl...Campbell Barton
2010-01-16Fix [#20418] ring select in face mode selects edges not facesMatt Ebb
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-16remove duplicate code from operator/macro initializationCampbell Barton
2010-01-15*Fix for last commit. Removed unused code. Thomas Dinges
2010-01-15- particle drawing was using invalid memory with weights.Campbell Barton