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-01-25committed patch [#33972] dilate/erode optimizationMonique Dewanchand
2013-01-25rigidbody: Improve add/remove operatorsSergej Reich
2013-01-25scons: Add missing WITH_BULLET defineSergej Reich
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-25Do not redefine math functions for floats if compiler complies with C99 or PO...Sv. Lockal
2013-01-24Disabled commit that was rendering Blender Internal for Cycles nodes.Ton Roosendaal
2013-01-24Logic mistake in previous commit, broke node materials for Internal render.Ton Roosendaal
2013-01-24Fix #33953: blender crash after few steps with .exr image in compositorSergey Sharybin
2013-01-24Fix/workaround for cycles crash when enabling it for preview renders.Brecht Van Lommel
2013-01-24UsabilityTon Roosendaal
2013-01-24use bool for new code.Campbell Barton
2013-01-24fix for mesh-cache modifier deform-integration used with axis-flipping would ...Campbell Barton
2013-01-24Tiles highlight shall work fine with border render nowSergey Sharybin
2013-01-24Fixed for strict compiler flagsSergey Sharybin
2013-01-24New 'X' icon in search buttons sometimes overlapped text, needs extra space.Ton Roosendaal
2013-01-24fix for setting RegionView3D.view_matrixCampbell Barton
2013-01-24Final memory fix for bpy.app.translations (not really a leak, but unfreed mem...Bastien Montagne
2013-01-24use inline functions for subsurf MVert,MEdge mesh array functions, also some ...Campbell Barton
2013-01-24Armature rigging:Ton Roosendaal
2013-01-24fix for missing initialization of vert data in ccgDM_copyFinalVertArrayCampbell Barton
2013-01-24Fix #33975: Crash when reloading textureSergey Sharybin
2013-01-24fix for G,G causing vertex slide in UV/Image window, also comment unused defi...Campbell Barton
2013-01-24Fix threading issues of viewport rendering when using movies/generated imagesSergey Sharybin
2013-01-24Added some code which helps troubleshooting issues caused bySergey Sharybin
2013-01-24code cleanup: minor edits to mesh-cache formatting.Campbell Barton
2013-01-24Remove dynamic-topology flag from mesh when entering sculpt modeNicholas Bishop
2013-01-24add 'deform - integrate' option to mesh-cache,Campbell Barton
2013-01-24rigidbody: Fix [#33971] Bullet Physics crash + patchSergej Reich
2013-01-24Bugfix [#33974] Bone roll flips 180 degrees when extruding bones verticallyJoshua Leung
2013-01-24add bullet define & include for scons makesrna, also move meshcache utils int...Campbell Barton
2013-01-24replace calloc + memcpy with recalloc.Campbell Barton
2013-01-24style cleanupCampbell Barton
2013-01-24style cleanup: bakeCampbell Barton
2013-01-24Fix #31338: python enum properties can now specify icons for items, in the fo...Brecht Van Lommel
2013-01-23Fix #33896: particle add brush with radius 1 would give duplicated and NaN ha...Brecht Van Lommel
2013-01-23Cycles Hair: Multiple vertex colours and UV coordinatesStuart Broadfoot
2013-01-23Mesh Cache UI:Thomas Dinges
2013-01-23fix blenderplayer scons after bullet mergeAntony Riakiotakis
2013-01-23UI todo:Ton Roosendaal
2013-01-23Fix for missing function stub when WITH_BULLET is disabled.Lukas Toenne
2013-01-23Fix normalize_m4_m4 not working correct by not copying the entire matrix,Brecht Van Lommel
2013-01-23Fix for [#33959] laplacian smooth gui buggyThomas Dinges
2013-01-23Fix #33556: overlapping regions draw over render info at the top of 3d view andBrecht Van Lommel
2013-01-23Code cleanup: move render baking code into own file.Brecht Van Lommel
2013-01-23Fix small issue found in vertex color bake bug that caused the result to beBrecht Van Lommel
2013-01-23rigidbody: Make rigid bodies kinematic during transformationSergej Reich
2013-01-23Code cleanupJoshua Leung
2013-01-23Blender 2.66 Release Cycles:Thomas Dinges
2013-01-23Fix own stupid memory leak in new py i18n code (forgot to free temp keys when...Bastien Montagne
2013-01-23make bullet optional againCampbell Barton