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
2011-05-14Fix #27390: Shift for activating Smooth Brush broken in sculptSergey Sharybin
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-12== Radial control ==Nicholas Bishop
2011-05-09Recreate mipmaps after undo in image editorSergey Sharybin
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
2011-05-04use UNUSED in some more function args, no functional changes.Campbell Barton
2011-05-04fix for crash executing sculpt via python.Campbell Barton
2011-05-03Do not lock key whn undoing to another shapekey while sculptingSergey Sharybin
2011-05-02enable face mask selection in texture paint mode again (worked in 2.4x).Campbell Barton
2011-05-02Use enum menu for angle source in sculpt mode -- rake toggling wasn'tSergey Sharybin
2011-05-01Fix #27239: "A" menu in Sculptmode failsSergey Sharybin
2011-04-23Sculpting on shapekeysSergey Sharybin
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-15fix [#26906] Panorama Button (Camera Data Properties)Campbell Barton
2011-04-14Fix #26932: When I enable multires, and start sculpting, some parts of the me...Sergey Sharybin
2011-04-12Fix #26879: Some sculpt brushes does not work when sculpting corrective shape...Sergey Sharybin
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-04-04Fix for redraw issues when making fast strokes with grab tool in sculpt modeSergey Sharybin
2011-04-022.5 Weight Paint UI:Thomas Dinges
2011-04-01Add back sculpt mode brush keys.Campbell Barton
2011-04-01while looking into adding back brush tool keys found mixed texture/image pain...Campbell Barton
2011-03-31using wrong RNA type in sculpt update.Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-22- weight paint poll would crash if no area was found.Campbell Barton
2011-03-12== Sculpt ==Nicholas Bishop
2011-03-10fix [#26406] Projection Paint, Occlussion Problem with Intersections in persp...Campbell Barton
2011-03-07bug [#26329] Project Paint not workingCampbell Barton
2011-03-05Final step for texture nodes/threading issue fix: make neededSergey Sharybin
2011-03-05sculpt undo struct was using an array of char pointers rather then a char array.Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-03bugfix #26267Ton Roosendaal
2011-03-02replace references to old arithb libraryCampbell Barton
2011-03-01Bugfix #26249Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27Fixes for undo when suclpting on deformed mesh:Sergey Sharybin
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-25Fix #26158: The layer hight of the layer tool cannot longer be controled by t...Sergey Sharybin
2011-02-24fix for cmake not having the correct svn revision in buildinfo, now generate ...Campbell Barton
2011-02-24face-paint mode operators were not ported from 2.4x yet hide/reveal/sel-swapCampbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22Fixed crash when sculpting on deformed mesh with smooth brush:Sergey Sharybin
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-20Fix for crash when sculpting on multires object during playbackSergey Sharybin
2011-02-18- clear some warningsCampbell Barton
2011-02-15- Do not use old anchor toggling operator. It used to set brush flags toSergey Sharybin
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14Previous commit to small optimization of sculpting broke smooth and layerSergey Sharybin
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton