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-07-19mask transform aspect correction wasn't working properly, also fix for own re...Campbell Barton
2012-07-18shift help with continuous grab on a curve point now does scaled motion.Campbell Barton
2012-07-18Add Skin modifier's radius values to Transform panel (in 3D views).Bastien Montagne
2012-07-18Fix [#32068] Edge slide not working in certain circumstance from Front / Side...Bastien Montagne
2012-07-18fix incorrect assert for mask face checking, also correct own bad spellingCampbell Barton
2012-07-18Fix #32132: Uniformly moving custom feather points does not workSergey Sharybin
2012-07-18make links now allows groups - this means you can make objects have matching ...Campbell Barton
2012-07-18adding objects active groups now gives menu of which group to add to.Campbell Barton
2012-07-17Fix [#32133] Numpad Enter key doesnt work with Loopcut (worked in 2.49b)Bastien Montagne
2012-07-17holding shift with cont. grab now works on the hsv cube and the value slider.Campbell Barton
2012-07-17option to clear all keys from a button, so you dont have to hunt about for th...Campbell Barton
2012-07-17fix for scons building with compositorCampbell Barton
2012-07-17fix for building without the compositorCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-16toggling node hide/sockets/options was triggering a re-render.Campbell Barton
2012-07-16correct own error in logic for skipping mask layers, inverted mask layers wit...Campbell Barton
2012-07-16show alpha in the mask buttons item listCampbell Barton
2012-07-15"Fix" [#32033] In the execution result of with_automatic_weight, the differen...Bastien Montagne
2012-07-15fix: node background image move operator didn't take zoom into account when c...Campbell Barton
2012-07-15Fixed deadlock caused by thread locks added in 48893Sergey Sharybin
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-15fix for minor error in previous commit (wasnt connecting right faces for cycl...Campbell Barton
2012-07-15use a different setting for fill/cyclic - you may want to have unfilled cycli...Campbell Barton
2012-07-14header comment cleanup, explain whats the difference between confusingly name...Campbell Barton
2012-07-14Fix [#32086] Missing bevel "hold shift" for better accuracy.Bastien Montagne
2012-07-14add is_quad_convex_v2(), SET_UINT_IN_POINTER, GET_UINT_FROM_POINTER macros & ...Campbell Barton
2012-07-13Fix #32087: Crash while changing values in comp editor (bt and blender included)Sergey Sharybin
2012-07-12Fix #31988: VBOs Textured solid : no update of material in 3DviewSergey Sharybin
2012-07-12Fix #32051, Ungroup operator crashes. The link iterator can be invalidated wh...Lukas Toenne
2012-07-12Fix #31584: Fractional step in value input for Skin Modifier (Event/input pro...Sergey Sharybin
2012-07-12Clip editor mode selection: show menu with modes on TABSergey Sharybin
2012-07-12Fixed issue with drag-n-drop into Clip Editor.Sergey Sharybin
2012-07-12Fix #32050: UV map and game engine property cause crashSergey Sharybin
2012-07-12add bli rect min/max functions.Campbell Barton
2012-07-12- add a temp var for edge scanfill (fits in 4 bytes alignment - won't increas...Campbell Barton
2012-07-12add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmaxCampbell Barton
2012-07-12Fix crash on creating tooltip for sequencer's gl preview modeSergey Sharybin
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-07-11code cleanup: use const for passing vectorsCampbell Barton
2012-07-11missed this change from patch [#30274]Campbell Barton
2012-07-11Operator to move mask layers up and down in the listSergey Sharybin
2012-07-11improved node frame text alignment and use default label font (not monospaced)Campbell Barton
2012-07-10Keying screen: small fixes and improvements from tomatoSergey Sharybin
2012-07-10Fix for center calculation in node transforms. This now uses the actual baryc...Lukas Toenne
2012-07-10Tag ununsed variable and make function real explicit prototype.Sergey Sharybin
2012-07-10refactor node highlight code. New implementation will not write toJeroen Bakker
2012-07-10Mango request: added an input node to use track's position in compositorSergey Sharybin
2012-07-10Mango request: option to clamp result of Mix RGB and Color Math nodesSergey Sharybin
2012-07-10Mango request: disable compositing on file load.Sergey Sharybin
2012-07-10Fix #32052, Conflicts in unique node names.Lukas Toenne