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-22code cleanup: replace cos(M_PI / 4) and sin(M_PI / 4) with M_SQRT1_2 defineCampbell Barton
2012-07-22code cleanup: simplify view orbit operatorCampbell Barton
2012-07-22code cleanup: remove unused math functions (where already noted as deprecated)Campbell Barton
2012-07-22code cleanup: use cosf and sinf when both args and results are float values.Campbell Barton
2012-07-22Bugfix [#32017] Infinite recursion in depsgraph material/node driver handlingJoshua Leung
2012-07-22fix for own error using uninitialized memory for scale compo node.Campbell Barton
2012-07-22fix for more new[]/delete[] mismatchesCampbell Barton
2012-07-22fix for compositor new[]/delete[] mismatch.Campbell Barton
2012-07-22Fix #32156: Blender crashes on linking armature with custom shapeSergey Sharybin
2012-07-22Add property to stitch operator to clear seam flag of stitched edges (onAntony Riakiotakis
2012-07-22fix for node editor re-rendering when the background image was moved in the v...Campbell Barton
2012-07-22Increase maximal video bitrate to 64KSergey Sharybin
2012-07-22style cleanupCampbell Barton
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