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-03-13Fix possible usage of NULL function reported by clangSergey Sharybin
2012-03-13bmesh py api: more comprehensive intro page, also fix some spelling errors.Campbell Barton
2012-03-13bmesh python api:Campbell Barton
2012-03-13bmesh: Pressing Fkey when a face cant be made falls back to the selection his...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-13Code cleanup: replace multires update function pointer with direct call.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-12Fix #30406: Hooks ignore Automatic handles setting in curvesSergey Sharybin
2012-03-12Fix for lasso gestures. After executing the modal gesture operator the list o...Lukas Toenne
2012-03-12Fix #30496: Bugs and crashes about "make links modifers" function.Sergey Sharybin
2012-03-12Code cleanup: knife gathers pos-related state into a struct. No functional ch...Howard Trickey
2012-03-12Fix #30512: external render saved render result after reporting error.Brecht Van Lommel
2012-03-12Make knifetool more robust against crashes. Fix some hole problems.Howard Trickey
2012-03-12Style cleanup in blenfont (spaces, C++ comments, etc.).Bastien Montagne
2012-03-12Removing SWAP macro define from BLI_heap.c, already present in BLI_utildefine...Bastien Montagne
2012-03-12Commit patch from Shane Ambler to make VideoTexture compile with a clang on F...Sergey Sharybin
2012-03-12Fix msvc compilation errors. (__func__ undeclared)Miika Hamalainen
2012-03-12code cleanup/bugfix uninitialized valuesCampbell Barton
2012-03-12style cleanup: line length - some over 300 long.Campbell Barton
2012-03-12text delimiter - convert to unicode before comparing characters.Campbell Barton
2012-03-12style cleanupCampbell Barton
2012-03-12bmesh: edge loop selectCampbell Barton
2012-03-12Fix edge loop selection. Now boundary selection checks only for filled edges ...Antony Riakiotakis
2012-03-11remove Object member from BMesh struct - was only used for undo and BMEditMes...Campbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-11improve confusing macro GET_ACF_FLAG_PTRCampbell Barton
2012-03-11[#30503] Callback for render job completionCampbell Barton
2012-03-11fix for debug assignment left in from own commit r44778Campbell Barton
2012-03-11bmesh python api additions:Campbell Barton
2012-03-11bmesh py api - correct class references in docs and rename mesh conversion fu...Campbell Barton
2012-03-11bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh r...Campbell Barton
2012-03-11code cleanup: remove unused externs.Campbell Barton
2012-03-11style cleanup: + some warning fixes, also remove unused metaelem extern.Campbell Barton
2012-03-11[#30373] Which part to snap in volume snapping is removedMartin Poirier
2012-03-11bmesh:Campbell Barton
2012-03-112.6 UI:Thomas Dinges
2012-03-10patch [#30511] Save/load window state (allows Blender to start maximised)Campbell Barton
2012-03-10Remove remained part of debug code.Sergey Sharybin
2012-03-10Forgot to remove code used for debuggning in previous commit.Sergey Sharybin
2012-03-10Finally 2D stabilization auto scale factor should be calculated perfectlySergey Sharybin
2012-03-10fix for own error in recent commit with UV texture layers. - was shadowing va...Campbell Barton
2012-03-10style cleanupCampbell Barton
2012-03-10style cleanup: unit codeCampbell Barton
2012-03-10Fix an infinite loop in get_levels_from_disps().Nicholas Bishop
2012-03-10style cleanup: fly mode.Campbell Barton
2012-03-10fix [#30500] Mesh.tessface_uv_textures or Mesh.tessface_vertex_colors crash o...Campbell Barton