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-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-15spelling corrections in comments and quiet warningCampbell Barton
2011-10-04remove redundant code, also dont bother with os.path.basename(x) for recent s...Campbell Barton
2011-10-03Fix #27532: Undo test texture after painting gives black blocks.Sergey Sharybin
2011-10-03- use BLI_findstring rather then while loop for listbase lookupsCampbell Barton
2011-10-03Fix #28780: Undo while painting image sequences issueSergey Sharybin
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-18Split do_weight_paint_vertex() to isolate the simple case.Jason Hays
2011-09-18Changed the branch code markers to say "Radish" in response to a review.Jason Hays
2011-09-18svn merge -r40197:40311 ^/trunk/blenderCampbell Barton
2011-09-17more mini optimizations - don't call UI_ThemeColor 4 times per curve handle, ...Campbell Barton
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-09-13svn merge -r39900:40000 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-13svn merge -r39558:39800 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-06Fix for multiple parallel group node executions.Lukas Toenne
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-08-27- fix for BL_Shader::SetUniform() missing out the last part of the matrix.Campbell Barton
2011-08-08Merged 38822-39182Jason Hays
2011-08-01fix [#28061] Texture (paint) bleeding on edgesCampbell Barton
2011-07-18Started adding vertex masking--supports regular painting, and setting weight ...Jason Hays
2011-07-18svn merge -r37793:37865 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-12Lots of incomplete changes:Jason Hays
2011-06-27Merged from trunk with revision range 36835-37865,Jason Hays
2011-06-26renamed math functions and made publicCampbell Barton
2011-06-07A line of code -can- wreck your day. Should work now, :)Antony Riakiotakis
2011-06-07fix for float projection painting, now updating correctly. Antony Riakiotakis
2011-06-06fix for 2D paint being off by 1 pixel on x/y axis, most obvious when zoomed in.Campbell Barton
2011-06-06fix/workaround [#27559] Color picker fails with a very small brushCampbell Barton
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-20edit gp_stroke_convertcoords not to modify the mval passed to it & make some ...Campbell Barton
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
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-02enable face mask selection in texture paint mode again (worked in 2.4x).Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-15fix [#26906] Panorama Button (Camera Data Properties)Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
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-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-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory