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-05-02Fix crash setting area.type from a context that not include the right window,Brecht Van Lommel
2012-05-02Python/context: allow overriding window/screen/area/region context for runnin...Brecht Van Lommel
2012-05-02bmesh: use fixed stack size for face flipping array.Campbell Barton
2012-05-02Fix #31199 & #31112: cycles not working well with vertex/weight paint selectionBrecht Van Lommel
2012-05-02Fix 31220: glsl sun lamp shadows did not apparently respect shadow flag whenBrecht Van Lommel
2012-05-02Fix #31102: changing scene.use_color_management from render_pre callback woul...Brecht Van Lommel
2012-05-02Fix #31230: Grid primitive changes size with changing resolutionSergey Sharybin
2012-05-02A number of changes to node RNA and the file output node, to simplify socket ...Lukas Toenne
2012-05-02Fixes opening video files on Windows. [#30752]Alexander Kuznetsov
2012-05-02Fix for r46170.Thomas Dinges
2012-05-02Logic brick connection highlighting on mouseover. Merged from candy branch. I...Matthew Smith
2012-05-02Add pthread dll for MinGW64 during installation. Now people who download from...Antony Riakiotakis
2012-05-02replace python3 command with python3.2, python3 isnt available on ubuntu.Campbell Barton
2012-05-02source code style checker to, (similar to pythons pep8 checker)Campbell Barton
2012-05-02style cleanup: whitespace, bracesCampbell Barton
2012-05-01code cleanup: tag unused varsCampbell Barton
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-05-01Related to #31213: rename Delete > Edges & Faces to Only Edges & Faces, to tryBrecht Van Lommel
2012-05-01Motion Paths GUI CleanupJoshua Leung
2012-05-01Fix #31162: Applying textures to rigged models causes crash and no textures i...Sergey Sharybin
2012-05-01Fix #31110: selected to active baking did not properly check to see if theBrecht Van Lommel
2012-05-01Fix own error in BM_mesh_remap(), forgot to remap edge pointers in disk_links...Bastien Montagne
2012-05-01Comment fixes - code for Object Motion Paths still referred to BonesJoshua Leung
2012-05-01Bugfix [#30097] Motion paths range not correct - Part B (Recalculating existingJoshua Leung
2012-05-01Style cleanup: spaces around operatorSergey Sharybin
2012-05-01Fix a potential memory leak in recent vertex xsort/randomize code.Bastien Montagne
2012-05-01Fox #31185: Cannot sculpt shape keysSergey Sharybin
2012-05-01Add stubs to get blenderplayer compilingAntony Riakiotakis
2012-05-01Fix #31193: Normals don't have any Z componentSergey Sharybin
2012-05-01Fix #31147: uv unwrap not scaling islands properly to match relative size.Brecht Van Lommel
2012-05-01Fix #31195: subsurf modifier draws wrong vertex colors.Brecht Van Lommel
2012-05-01Fix for bug #31169. Don't force the release-confirm setting in node transform...Lukas Toenne
2012-05-01bmesh py api:Campbell Barton
2012-05-01Merging phase 1 of the BGE Harmony branch:Daniel Stokes
2012-05-01Apply patch [#31179] COLLADA IMPORT instanced geometry improvementNathan Letwory
2012-05-01fix shared vertex color (used with blur), to work with selection masking.Campbell Barton
2012-04-30bmesh - python apiCampbell Barton
2012-04-30Patch [#30681] Improved Display of Header Statistics by Harley Acheson (harle...Thomas Dinges
2012-04-30Fix #31164: constructive modifier followed by subsurf modifier did not showBrecht Van Lommel
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-30Camera tracking: initial commit of dopesheet view for clip editorSergey Sharybin
2012-04-30Camera tracking: use texture buffers (if supported) to display clip editor fr...Sergey Sharybin
2012-04-30Versioning patch fix for files from tomato branchSergey Sharybin
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-30Fix missing redraw when using circle select in uv editor, IRC report.Brecht Van Lommel
2012-04-30Word selection in the Text Editor:Sv. Lockal
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-04-30code cleanup: clang warning - use of a pointer before checking its NULL.Campbell Barton
2012-04-30code cleanup: quiet clang warnings, these would likely never but wont hurt to...Campbell Barton
2012-04-30style cleanup: edits to convex hull.Campbell Barton