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-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
2013-01-17fix bug in dyntopo - check to remove pbvh vert was always false.Campbell Barton
2013-01-17code cleanup: rename BMVert *v[3]; --> 'v_tri', since 'v' is normally for sin...Campbell Barton
2013-01-17speed-up dyn-topo by storing the edge-loops rather then edge-faces.Campbell Barton
2013-01-17optimize bmesh operations that use triangle BMFace's (dyn-topo and mesh conve...Campbell Barton
2013-01-16Movies support for CyclesSergey Sharybin
2013-01-16Get rid of the BRUSH_FIXED_TEX flag, use mapping modes instead. VersionAntony Riakiotakis
2013-01-16dont add identifiers starting with digits to autocompleteCampbell Barton
2013-01-15Bug fix #33748Ton Roosendaal
2013-01-15Code cleanup: remove some remaining code from the old compositor.Brecht Van Lommel
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-14no need to call BLI_countlist on idproperty groups when comparing.Campbell Barton