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
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
2013-01-23rigidbody: Add generic spring constraintSergej Reich
2013-01-23rigidbody: Add rigid body constraintsSergej Reich
2013-01-23rigidbody: Add rigid body simulationSergej Reich
2013-01-23rigidbody: Add point cache supportSergej Reich
2013-01-23rigidbody: Add force field supportSergej Reich
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2013-01-23rigidbody: Add rigidbody moduleSergej Reich
2013-01-23math: Add functions to decompose transformation matricesSergej Reich
2013-01-23workaround [#32866] Crash by cyclic use of Boolean ModifierCampbell Barton
2013-01-23fix for own regression since 2.4x, non-linear number button range was too ins...Campbell Barton
2013-01-23fix for glitch with vertex bake:Campbell Barton
2013-01-23fix [#33729] Shadows produce artefacts in vertex colour bakingCampbell Barton
2013-01-23tweak to recent commit to clamp vertex range so new empty vgroups are in fact...Campbell Barton
2013-01-23Displaying labelname with reroute nodes.Monique Dewanchand
2013-01-23sim: Remove "continue physics" codeSergej Reich
2013-01-22Matcap fix: on enabling it, and when no matcap was selected before, Ton Roosendaal
2013-01-22Fix/workaround for GLSL textured and matcap modes for dyntopoSergey Sharybin