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
2013-08-05SnapSystem: begun implementing better state and event handling for the snap s...soc-2012-sushiLuke Frisken
2013-08-02brought accross a lot of the comments from the wiki for snap.cLuke Frisken
2012-11-06Bevel: do custom data interpolation.Howard Trickey
2012-11-03Bevel: copy attributes from example verts and facesHoward Trickey
2012-10-29More fixes to bevel.Howard Trickey
2012-10-28(no commit message)Howard Trickey
2012-10-18Rework bevel to fix a bunch of bugs.Howard Trickey
2012-09-17Disable textured planar snap drawing, was causing problems with windowsLuke Frisken
2012-09-12Fixed a disconnected vertex in bevel; fixed header print for bevel.Howard Trickey
2012-09-12Removed debugging code left by mistake in last commit.Howard Trickey
2012-09-11Fix for round bevel when even number of segments.Howard Trickey
2012-09-11Clean up warnings, formatting, spelling, and removeHoward Trickey
2012-08-31Set contributor's name in Laplacian Smooth files.Alexander Pinzon
2012-08-22Bridge, add n-gon optimizationAlexander Mokhov
2012-08-21svn merge ^/trunk/blender -r50014:50094Campbell Barton
2012-08-21fixed [#32373] Copy Vertex Group operator copies any value as full 1.0Campbell Barton
2012-08-21alt+wheel scrolling over the render slots works again (this didnt support scr...Campbell Barton
2012-08-21fix [#32374] Curve compositor UI drawing glitchCampbell Barton
2012-08-21Fix #32334: mesh separate by material with > 2 materials could include someBrecht Van Lommel
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-08-21Fix #32341: extrude with a mirror modifier could lead to orphan vertices, itBrecht Van Lommel
2012-08-21Fix #32369: pixel glitch with compositor curves node, and some pixels havingBrecht Van Lommel
2012-08-21Fix #32355: select vertex path not working when vertices are selected with e.g.Brecht Van Lommel
2012-08-21code cleanup: more legacy compo functions ifdef'dCampbell Barton
2012-08-21fix for bug with render slots - where the menus wouldnt only show layers from...Campbell Barton
2012-08-21Fix forJeroen Bakker
2012-08-21code cleanup: minor changes to last commit.Campbell Barton
2012-08-21Sequencer: invalidate current frame cache on sequence transformSergey Sharybin
2012-08-21code cleanup: vfont's used confusing and over complicated method of storing m...Campbell Barton
2012-08-21Fix #32370: compiler error in wm_playanim.c due to conflicting Carbon ID typeBrecht Van Lommel
2012-08-21code cleanup: includes and correction for macroCampbell Barton
2012-08-21mask: skip self intersection on drawing when fill is disabled, since it was o...Campbell Barton
2012-08-21code cleanup: some legacy compo nodes were not ifdef'dCampbell Barton
2012-08-21code cleanup: don't use magic numbers for curve flag & use bool args for curv...Campbell Barton
2012-08-21compositor color curve was MEM_dupallocN'ing the curve for every pixel calcul...Campbell Barton
2012-08-21code cleanup: use math functions for curve compo code.Campbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-21Legacy Compositor / Scons:Thomas Dinges
2012-08-20Cycles / Cmake:Thomas Dinges
2012-08-20Parallel, and Planar snapping implemented, along with some fairly majorLuke Frisken
2012-08-20HDR color picker now works in the clip space.Campbell Barton
2012-08-20fix for mask feather intersection checks not working right for non-filled, fe...Campbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-20Sequencer: fix regression introduced in own previous commitSergey Sharybin
2012-08-20minor cleanup to node pasting.Campbell Barton
2012-08-20fix for crash pasting nodes into a node tree when the ID pointer is lost.Campbell Barton
2012-08-20Sequencer: skip adding ImBuf to cache when it failed to renderSergey Sharybin
2012-08-20Sequencer: Python API for sequence modifiersSergey Sharybin
2012-08-20fix for own error in bpy.utils.blend_paths() arg parsing.Campbell Barton
2012-08-20quiet unused function warnings in RNA for functions created by macros.Campbell Barton