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-11-15Image thread safe improvementsSergey Sharybin
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-09-30style cleanupCampbell Barton
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-08-21code cleanup: don't use magic numbers for curve flag & use bool args for curv...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-05-23code cleanup: double promotion warningsCampbell Barton
2012-05-09code cleanup: color/bw conversion - use BLI color function.Campbell Barton
2012-05-06style cleanup: BKE_*.c files which deal with library functionsCampbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-02Fix wrong unified weight paint value version patch, was doing incorrect versi...Brecht Van Lommel
2012-04-30Add per-brush weight field.Nicholas Bishop
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-15Fix all remaining unified paint settings uses of current Scene.Nicholas Bishop
2012-01-14ensure functions are not used within FTOCHAR macro since they run 2-3 times.Campbell Barton
2012-01-13Fix some RNA/scene issuess with unified paint settings.Nicholas Bishop
2012-01-12Rename the sculpt/paint unified flags for better consistency, no functional c...Nicholas Bishop
2012-01-12Move unified paint fields from ToolSettings into their own UnifiedPaintSettin...Nicholas Bishop
2011-12-30while checking weight paint code noticed that unified brush functions loop ov...Campbell Barton
2011-12-10Fix #29516: Twist brush giving crazy resultsSergey Sharybin
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-07minor editsCampbell Barton
2011-11-01added path traversal flag - BPATH_TRAVERSE_SKIP_MULTIFILE,Campbell Barton
2011-10-27use path remapping for all make local functions, patch from Alex Fraser with ...Campbell Barton
2011-10-27edits ontop of Alex's patch from r41292.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23fix some typo'sCampbell Barton
2011-09-11minor edits / cleanup - no functional changes.Campbell Barton
2011-06-27scenes now adjust brush usercounts on copying and freeing, pointed out by Jas...Campbell Barton
2011-06-07fix for float projection painting, now updating correctly. Antony Riakiotakis
2011-05-28Fix: The radial control would fail, in sculpt mode, to set size if object-spa...Jason Wilkins
2011-05-12== Radial control ==Nicholas Bishop
2011-04-26fix [#27178] Material links lost when making mesh data localCampbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-04Fixed invalid RNA access in radial brush operators (like strength/size abjust...Sergey Sharybin
2011-03-28blenkernel: floats were being implicitly promoted to doubles, adjust to use f...Campbell Barton
2011-03-08Prevent memory corruption when using fixed texture and fast strokes withSergey Sharybin
2011-03-08Fix #26408: [texture paint] brush spacingSergey Sharybin
2011-03-01Fix #26218: texture paintSergey Sharybin