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-24fix for leak in make_edges_mdata() if there were no edges to create,Campbell Barton
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton
2013-08-24add GPL header to treehash.c and add missing includes to cmake.Campbell Barton
2013-08-24Fix state losses for recursive outliner trees (e.g. datablocks editor)Sv. Lockal
2013-08-23simplify dist_to_plane_v3 and add dist_squared_to_plane_v3Campbell Barton
2013-08-23math api edits - replace point-normal form for a plane with dist_to_plane_v3()Campbell Barton
2013-08-21rename recently added BLI_ghash_assign() -> BLI_ghash_reinsert()Campbell Barton
2013-08-21Scultping: Growing the pbvh node container should use malloc instead ofAntony Riakiotakis
2013-08-21code cleanup: bmesh duplicate functionsCampbell Barton
2013-08-21Copying of nurbs shall happen after converting font to curvesSergey Sharybin
2013-08-21Need to set new curve's disp to NULL when duplicating.Sergey Sharybin
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21Partial revert of recenr cu->disp merge commitSergey Sharybin
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-21style cleanup: also use ARRAY_HAS_ITEM macro for mempool checkCampbell Barton
2013-08-20Fix [#36351] Changing the Frame Rate value doesnt adjust audio strip length.Bastien Montagne
2013-08-20fix/workaround [#36519] Origin to Center of Mass" failes when faces have an a...Campbell Barton
2013-08-19Fix crash caused by own commit to optimize out curvemappingAntony Riakiotakis
2013-08-19Minor optimization for paint systems, initialize the paint curve beforeAntony Riakiotakis
2013-08-19Dyntopo:Antony Riakiotakis
2013-08-19Fix crash happening due to missing ob->curve_cacheSergey Sharybin
2013-08-19Dyntopo:Antony Riakiotakis
2013-08-19Merge remained parts of r57520: use use_render argument rather than G.is_rend...Sergey Sharybin
2013-08-19No static vars shall be in mballs nowSergey Sharybin
2013-08-19Commit atomic operations fileSergey Sharybin
2013-08-19Use reentrant qsort() in particle codesSergey Sharybin
2013-08-19Optimization and threading fix for shapekeys weights calculationSergey Sharybin
2013-08-19Made armatures evaluation safe for threadingSergey Sharybin
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-08-19Make fonts safe(r) for threadingSergey Sharybin
2013-08-19Tag object-data level boundbox as invalid rather than freeing itSergey Sharybin
2013-08-19Remove unused bounding box from MetaBallSergey Sharybin
2013-08-19Made curves almost thread-safeSergey Sharybin
2013-08-19Remove unused argument from utility curve functionsSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-19Get rid of a display list stored in Curve datablockSergey Sharybin
2013-08-19Made modifiers_getVirtualModifierList safe for threadingSergey Sharybin
2013-08-18Fix #34413 Dyntopo, smooth shading normals not getting uploaded to GPUAntony Riakiotakis
2013-08-18add hash function BLI_ghash_assign, BLI_edgehash_assignCampbell Barton
2013-08-17style cleanupCampbell Barton
2013-08-17change CHECK_TYPE_INLINE macro not to add the pointer in the macro.Campbell Barton
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-14Fix #36467: ends of curves - 2D differs to 3DSergey Sharybin
2013-08-14fix [#36349] Separate mesh by material creates meshes with all the materials ...Campbell Barton
2013-08-14add materials.clear() method, matching other python list method.Campbell Barton
2013-08-14Fix double-free happening when having proxy with motion pathsSergey Sharybin
2013-08-13Fix #36461: ends of curves - twist still not goodSergey Sharybin
2013-08-13make materials.pop() and more like pythons list.popCampbell Barton
2013-08-13Moved NAN_FLT define to BLI_math, this may come in useful.Lukas Toenne
2013-08-13change VIEW3D_OT_camera_to_view_selected poll function so it can be called fr...Campbell Barton