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-04-10fix [#30848] Edge Selection fails when the following Conditions met:Campbell Barton
2012-04-09Warning Fixes - const correctness in unicode encoding, unused variables in bl...Jason Wilkins
2012-04-07code cleanup: no functional changesCampbell Barton
2012-04-07Temporary gzopen fix for for WindowsAlexander Kuznetsov
2012-04-02code cleanup: replace inline axis angle conversion with axis_angle_to_mat3()Campbell Barton
2012-04-01Fix for is_orthogonal check which in fact was checking for orthonormal matrix.Sergey Sharybin
2012-03-31code cleanup: use uppercase for defines and dont end macro's with ;Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-28style cleanup: for creator.c & more useful assert message (file:line)Campbell Barton
2012-03-26rename lattice influence to strength from r45144 (other deform modifiers call...Campbell Barton
2012-03-25Fix #30638 and part of #30646.Antony Riakiotakis
2012-03-25style cleanup: issues missed last commitCampbell Barton
2012-03-25style cleanup: conform to style guide - mostly operator whitespace changesCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-22style cleanup: enforce macros using a semicolon.Campbell Barton
2012-03-20Fix #30543: tessellating ngons with small angles was failing. There was a quiteBrecht Van Lommel
2012-03-20replace SETCOL defines with inline function: rgba_char_args_setCampbell Barton
2012-03-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-20compile fix: linux BLI_gzopen declare was conflicting.Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-20Fix #30590: Crash in multires when undoing extrude [File incl.]Sergey Sharybin
2012-03-19fix for error reported on IRC, sorting zero sized lists would cause a crash.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-14Switch *nix fileops from calling external commands via system() to posix api ...Sergey Sharybin
2012-03-14Skip hidden elements in PBVH iterator, raycast, and drawing.Nicholas Bishop
2012-03-14Skip hidden elements in PBVH iterator, raycast, and drawing.Nicholas Bishop
2012-03-14mathutils py api:Campbell Barton
2012-03-13stule cleanup for rct.c and fix for error in last commit.Campbell Barton
2012-03-13workaround [#30480] Knife tool flickerCampbell Barton
2012-03-13style cleanupCampbell Barton
2012-03-13Code cleanup: use explicit PBVH type enum rather than checking for grids or f...Nicholas Bishop
2012-03-13better fix for [#30529], find the right axis rather then checking for folded ...Campbell Barton
2012-03-13fix [#30529] BMesh: Wrong Indizes of FacesCampbell Barton
2012-03-12Removing SWAP macro define from BLI_heap.c, already present in BLI_utildefine...Bastien Montagne
2012-03-12Fix msvc compilation errors. (__func__ undeclared)Miika Hamalainen
2012-03-12code cleanup/bugfix uninitialized valuesCampbell Barton
2012-03-12text delimiter - convert to unicode before comparing characters.Campbell Barton
2012-03-12style cleanupCampbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-11[#30503] Callback for render job completionCampbell Barton
2012-03-10style cleanupCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08Fix ##30455: Orthographic grid alignment jumps/shifts when zoomingSergey Sharybin
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-03-08style cleanup - spelling.Campbell Barton