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-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
2013-01-13Three fixes;Ton Roosendaal
2013-01-12patch from Harley Acheson to remove multiple inline defines.Campbell Barton
2013-01-12Mac HiDPI ("retina") handling:Ton Roosendaal
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2013-01-12Patch #33837: ffmpeg1.1 and libav9.1 compatibility updateSergey Sharybin
2013-01-12Security fix:Ton Roosendaal
2013-01-11code cleanup: warnings, also add check in crash handler that a wmWindowManage...Campbell Barton
2013-01-11Changing units of stiffness parameter in classical (new) SPH solver: used to ...Alex Fraser
2013-01-11Fix own mistake in SPH solver selection. Thanks Campbell for pointing it out.Alex Fraser
2013-01-11remove CustomData_get_active_offset(), use CustomData_get_offset to return th...Campbell Barton
2013-01-11include a stacktrace in the crashlog text written by the segfault handler.Campbell Barton
2013-01-10speedup for DM_to_bmesh_ex(), no need to check vertex order when converting f...Campbell Barton