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
path: root/source
AgeCommit message (Expand)Author
2012-07-21style cleanupCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-21Merge mask fixes from tomato branchSergey Sharybin
2012-07-21Fix incorrect RNA access in parenting operatorSergey Sharybin
2012-07-21remove BMO_OP_FLAG_RATIONALIZE_NORMALS option which wasnt used anywhere.Campbell Barton
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-20patch [#32152] Make NlaTrack.is_solo settableCampbell Barton
2012-07-20Fix #32118, Reroute nodes inside groups get created in wonky places.Lukas Toenne
2012-07-20fix for compositor bug, mix node operation `clamp` was uninitialized.Campbell Barton
2012-07-20ignore hidden faces when splitting by loose parts of materials.Campbell Barton
2012-07-20Commented out "Filter" FModifier type entry in type enum. This doesn't existJoshua Leung
2012-07-20Code cleanup - missing indention be gone!Joshua Leung
2012-07-20Keyframes from lib-linked actions are now drawn ghosted (just like those ofJoshua Leung
2012-07-20Separate meshes by loose parts and materials now works in object mode as well...Campbell Barton
2012-07-20minor edits for bmesh apiCampbell Barton
2012-07-20quiet formatting warnings when international was enabled.Campbell Barton
2012-07-19Possible fix for [#32141] Crash when using a mask as the factor inputJeroen Bakker
2012-07-19add lattice selection to rnaCampbell Barton
2012-07-19Fix for Jeroen Bakker
2012-07-19fix for separate loose parts doing full depsgraph rebuild for every object sp...Campbell Barton
2012-07-19handy function for getting a python stacktrace while debugging in gdbCampbell Barton
2012-07-19remove unneeded externsCampbell Barton
2012-07-19Fix #32118, Reroute nodes inside groups get created in wonky places. The oper...Lukas Toenne
2012-07-19code cleanup: remove commented includes - mostly from 2.4xCampbell Barton
2012-07-19quiet double promotion warnings for the game engine.Campbell Barton
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-18workaround for a bug with zero edges getting removed got feather faces out of...Campbell Barton
2012-07-18Add Skin modifier's radius values to Transform panel (in 3D views).Bastien Montagne
2012-07-18add difference blending mode, also fix error in last commitCampbell Barton
2012-07-18change bucket size to give better performance for high detail 4k masks, also ...Campbell Barton
2012-07-18code cleanup for mask cappingCampbell Barton
2012-07-18chance semi-circle mask capping resolution based on size.Campbell Barton
2012-07-18Fix [#32068] Edge slide not working in certain circumstance from Front / Side...Bastien Montagne
2012-07-18minor edits to mask rasterizer.Campbell Barton
2012-07-18Fixed wrong self-intersection check for non-closed splinesSergey Sharybin
2012-07-18fix incorrect assert for mask face checking, also correct own bad spellingCampbell Barton
2012-07-18Fixed crash of self-intersection loop in special casesSergey Sharybin
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-18Fix for [#32129] "2D filter texture width off by one?" reported by Alex Frase...Mitchell Stokes
2012-07-18mask rasterizer unfilled line end capping now works with aspect and blending.Campbell Barton
2012-07-18wip mask capping - works but needs aspect correction and to be faded out.Campbell Barton
2012-07-17Spellcheck: minkovsky -> minkowski! (Only in comments/UI messages :/ ).Bastien Montagne
2012-07-17Fix [#32133] Numpad Enter key doesnt work with Loopcut (worked in 2.49b)Bastien Montagne
2012-07-17Feather self-intersection test speed upSergey Sharybin
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 particle system using uninitialized stack memory with midpoint of rk4...Campbell Barton