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-08-01Cycles / Blackbody to RGB node:Thomas Dinges
2013-07-31Code cleanup: libmv C APIJoseph Mansfield
2013-07-30Use malloc in cases when data is getting overwriten after allocation.Sergey Sharybin
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-28remove unneeded NULL checks, add one for give_matarar() return value.Campbell Barton
2013-07-27fix for BKE_deform_split_suffix()Campbell Barton
2013-07-27fix for reading outside allocated memory when switching to the 3D view.Campbell Barton
2013-07-27remove unused code from object convert and indent.Campbell Barton
2013-07-27fix for possible out of bounds read, printing a warning with pointcache header.Campbell Barton
2013-07-27code cleanup: typosCampbell Barton
2013-07-26fix [#36270] Crash with pinningCampbell Barton
2013-07-26use math functions for copying matrix/vector types, also cast const pointers ...Campbell Barton
2013-07-26fix [#36277] Right click no longer selects the cameraCampbell Barton
2013-07-25add missing break to space-buttons listener, also rewind own recent change (u...Campbell Barton
2013-07-24dyn-topo: maintain materials for new faces.Campbell Barton
2013-07-24- add individual origin support for curves and improve the orientation calcul...Campbell Barton
2013-07-24sequencer: replace warning message with assert, was printing when copying mas...Campbell Barton
2013-07-24fix [#36262] Paste strip with video or sound content from another file crashe...Campbell Barton
2013-07-23correct own error in recent edits to editderivedmeshCampbell Barton
2013-07-23code cleanup: remove deprecated bevel code (unused since 2.64)Campbell Barton
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-23code cleanup: remove unused material/texture naming functions.Campbell Barton
2013-07-23Fix #36225, spacing was halved and set to zero for texture paint brushes that...Antony Riakiotakis
2013-07-23prepare for 'a' bugfix release, splash and version bump.Campbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-07-23optimization: only calculate the normals for passing into derivedMesh foreach...Campbell Barton
2013-07-22optimization:Campbell Barton
2013-07-22optimization: lazy initialize EditDerivedBMesh members vertexNos, polyNos.Campbell Barton
2013-07-22cloth: Fix [#36224] Cloth Simulation Doesn't Work on Rearranging ModifiersSergej Reich
2013-07-21code cleanup: de-duplicate BLI_ghashIterator_new/init and disable unused text...Campbell Barton
2013-07-21Fixes for recent Wlimit stuff, which makes strict gcc freak outSergey Sharybin
2013-07-21fix for unintended fall-through in switch statement, also reduce undo_pos in...Campbell Barton
2013-07-21style cleanup: depsgraph.c, committing separate since 2 gsoc branches modify.Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-20Cleaning up some warnings that occur when an invalid navmesh is generated.Daniel Stokes
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-19Blender 2.69 Release Cycle:Thomas Dinges
2013-07-19code cleanup: use MEM_mallocN rather then MEM_callocN when the array isCampbell Barton
2013-07-19code cleanup: use boolean for derived mesh face test functionCampbell Barton
2013-07-19optimization: avoid memcpy with shake key vertex array.Campbell Barton
2013-07-19code cleanup: inconsistent 'break' placement in BKE_object_minmaxCampbell Barton
2013-07-19enable type limits warning when compiling with gcc.Campbell Barton
2013-07-19fix [#36218] Crash attempting to delete right side of hard cut in VSE on movi...Campbell Barton
2013-07-18Tradtional release commit! 2.68 splash and the numbering.Ton Roosendaal
2013-07-18fix for action editor view-selected behaving strangely.Campbell Barton
2013-07-17fix [#36176] Connected font Bevel moves inwards for some letter combinationsCampbell Barton
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-16Fix memory leak in BKE_mesh_vert_poly_map_create.Antony Riakiotakis
2013-07-15Fix #36058: Displace Modifier errors using a baked Image and displace baking ...Sergey Sharybin
2013-07-15fix for sequence strips being given non utf8 names, where the filepath wasn't...Campbell Barton