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-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
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-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
2013-07-15Fix #36139: cycles not taking texture spacing settings into account forBrecht Van Lommel
2013-07-15previous commit r58256, had error in editmode (somehow it worked in most test...Campbell Barton
2013-07-15Fix #36124: VSE - Input Color doesn't invalidate cache properly for moviesSergey Sharybin
2013-07-15fix for error (-1 index into array) when removing customdata layers with no d...Campbell Barton
2013-07-15fix for error in string copyCampbell Barton
2013-07-15fix regression [#36141] Crash with skin and remesh modifier in edit mode.Campbell Barton
2013-07-14fix for case where negative index was used when rendering particles with UV's...Campbell Barton
2013-07-14recent changes to particle normal orientation change behavior in a way you mi...Campbell Barton
2013-07-14fix relating to [#36093] Stationary Particle system - particle Y axis fails t...Campbell Barton
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-07-13fix for more errors with switch missing breakCampbell Barton
2013-07-13remove redundant null checks and avoid divide by zero in driver evaluationCampbell Barton
2013-07-13fix errors in codeCampbell Barton
2013-07-13fix for misc errorsCampbell Barton
2013-07-13fix bad uses of sizeof() with memory allocation.Campbell Barton
2013-07-12Fix #36115: dynamic paint not showing correct result after file load or undo.Brecht Van Lommel
2013-07-12Moved code for calculating local_matrix to BKE funtion for reuseGaia Clary
2013-07-12Get rid of global originmat matrix from object.cSergey Sharybin
2013-07-12fix [#36093] Stationary Particle system - particle Y axis fails to follow emi...Campbell Barton
2013-07-11fix [#36090] Blender displays strange symbol in edge lengthCampbell Barton
2013-07-10Fix #36082: animation playback not working after rendering of background scen...Brecht Van Lommel
2013-07-10Fix #36076: Metaballs as particles with particle texture (size influence) cra...Sergey Sharybin
2013-07-10fix [#36079] Use Modifier Stack Crash with ParticlesCampbell Barton
2013-07-10add asserts for passing in bad index values to DM_get_***_data, CustomData_get()Campbell Barton
2013-07-09Partial revert of rev58110Sergey Sharybin
2013-07-09fix [#36055] Edge/Face Info display on wrong position with key framesCampbell Barton
2013-07-09Fixed more threading issues with metaballsSergey Sharybin
2013-07-09fix [#36066] crash when Tab out text objectCampbell Barton
2013-07-06only make dynamic paint tag normals as dirty if it moves vertices.Campbell Barton
2013-07-05correct typo in previous commit & minor changes.Campbell Barton
2013-07-05fix for [#35911] wasn't complete, while weigths would show in editmode, weigh...Campbell Barton
2013-07-04Revert revision 57896 to fix Make Local > All with multi user datablocks. It'sBrecht Van Lommel
2013-07-04Fix #36006: appending some datablock types (e.g. node groups) did not work, theyBrecht Van Lommel
2013-07-04rigidbody: Code clenupSergej Reich
2013-07-04rigidbody: Remove constraint when removing one of it's objectsSergej Reich
2013-07-04stop adding groups from changing the active group with weight transfer, add B...Campbell Barton
2013-07-03Fix crash when getting active ID from a node tree with missing groupsSergey Sharybin