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-26Fix [#34005] blender will close immediately in debug mode on deleting objectsSergej Reich
2013-01-26Check for deletion before moving vert in dyntopo collapse edgeNicholas Bishop
2013-01-26Motion Path calculations for objects now takes rigidbodies sim effects intoJoshua Leung
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-24Fix #33953: blender crash after few steps with .exr image in compositorSergey Sharybin
2013-01-24UsabilityTon Roosendaal
2013-01-24use bool for new code.Campbell Barton
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-24add 'deform - integrate' option to mesh-cache,Campbell Barton
2013-01-24rigidbody: Fix [#33971] Bullet Physics crash + patchSergej Reich
2013-01-24style cleanupCampbell Barton
2013-01-23Fix for missing function stub when WITH_BULLET is disabled.Lukas Toenne
2013-01-23Code cleanup: move render baking code into own file.Brecht Van Lommel
2013-01-23rigidbody: Make rigid bodies kinematic during transformationSergej Reich
2013-01-23Blender 2.66 Release Cycles:Thomas Dinges
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-23sim: Remove "continue physics" codeSergej Reich
2013-01-22Fix/workaround for GLSL textured and matcap modes for dyntopoSergey Sharybin
2013-01-22Bugfix #33945Ton Roosendaal
2013-01-22Matcap support in 3D Viewport.Ton Roosendaal
2013-01-22Fix projection texture painting crashSergey Sharybin
2013-01-22property change reporting now uses the context again, rather then checking a ...Campbell Barton
2013-01-21mesh-cache deform modifier,Campbell Barton
2013-01-21Fix image pool crash when acquiring buffer for NULL imageSergey Sharybin
2013-01-21fix regression in own recent commit, vertex flags were left uninitialized.Campbell Barton
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-21Ommit extraneous check for paint tool in 3d mapping case (Only draw toolAntony Riakiotakis
2013-01-213D mapping for projective texture painting (only for draw brush). UsefulAntony Riakiotakis
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-20fix own bug with uninitialized arrays in subdivide (from recent BLI_array.h u...Campbell Barton
2013-01-20Delete loose edges left behind by sculpting with collapse-short-edgesNicholas Bishop
2013-01-20Update object bounding box during sculptNicholas Bishop
2013-01-19Skip hidden faces in PBVH BMesh ray intersection testNicholas Bishop
2013-01-19style cleanupCampbell Barton
2013-01-19replace calloc with malloc for arrays that are filled in right after.Campbell Barton
2013-01-19CDDM_merge_verts() was building an index array for all loops and not using it.Campbell Barton
2013-01-19dyntopo optimization - fast path for edges with 2 faces using it, was countin...Campbell Barton
2013-01-18Fix #33910: Wipe effect starts and stops to early with blur enabled.Sergey Sharybin
2013-01-18use openmp sections for felling origindex arraysCampbell Barton
2013-01-17minor changes to view3dCampbell Barton
2013-01-17minor speedup for dyntopo edge queue - replace iterator with while loop.Campbell Barton