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
2012-12-27New features!Ton Roosendaal
2012-12-27add option to BLI_scanfill_calc() - BLI_SCANFILL_CALC_HOLES, gives some speed...Campbell Barton
2012-12-27remove realloc's during BMEdit_RecalcTessellation(), instead use poly_to_tri_...Campbell Barton
2012-12-27display the number of tri's in object mode status, often requested feature fr...Campbell Barton
2012-12-26Bugfix #33667Ton Roosendaal
2012-12-23code cleanupCampbell Barton
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-23use foreachMappedVert for ED_mesh_pick_vert()Campbell Barton
2012-12-23style cleanup: wrap long lines (>200)Campbell Barton
2012-12-22Change default baking bias distance to 0.001 for new scenesSergey Sharybin
2012-12-22code cleanup:Campbell Barton
2012-12-22flush selection from vertex paint and weight paint modes when exiting, this i...Campbell Barton
2012-12-22flush selection when switching weight paint vertex/face selection modes.Campbell Barton
2012-12-22Small tweak in the new "Relative Parent" option for Bones that have Object-ch...Ton Roosendaal
2012-12-22function for flushing polygon -> vert,edge selection (in object mode), curren...Campbell Barton
2012-12-22code cleanup and minor changesCampbell Barton
2012-12-21make Node.links return a tuple, this may you can't do socket.links.append() b...Campbell Barton
2012-12-21Armature bone feature:Ton Roosendaal
2012-12-21minor bmesh improvementsCampbell Barton
2012-12-21speedup for face tessellation:Campbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-20Change region drawing callbacks to work much closer to how blender manages th...Campbell Barton
2012-12-20Associate Node RNA subtypes with their respective bNodeType on registration. ...Lukas Toenne
2012-12-20style cleanupCampbell Barton
2012-12-19patch [#33306] Default file format: PNG, 90%Campbell Barton
2012-12-19Change version char to 'a'.Sergey Sharybin
2012-12-19Multires baker: renamed Number of Rays to Samples after discussion with BrechtSergey Sharybin
2012-12-19improve info view property output for properties.Campbell Barton
2012-12-19yet another fix-for-fix, missing NULL check in id_us_ensure_real()Campbell Barton
2012-12-18Fix #33586: Encoding to mpeg4 makes first frame(s) blockySergey Sharybin
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-18Fix #33600: copying objects with point caches did not copy the external,Brecht Van Lommel
2012-12-18fix [#33580] Masking keyframes disappear from dope sheet when using undo.Campbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-18Fix #33487: game engine did not convert objects with rotation modes other thanBrecht Van Lommel
2012-12-18Fix #33505: various issuesBrecht Van Lommel
2012-12-18uv edge based stitch. Useful to disambiguate betwen islandsAntony Riakiotakis
2012-12-17Bug fix, IRC report.Ton Roosendaal
2012-12-17Bugfix 33560Ton Roosendaal
2012-12-17Fix part #33534: Building proxies will remove strip animationSergey Sharybin
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-12-17fix [#33551] End Caps on a curve array with subsurf crashes blender when ente...Campbell Barton
2012-12-16Fix [#33565]: Dynamic Paint modifier surfaces not copiedMiika Hamalainen
2012-12-16replace strcpy with BLI_strncpy or memcpy when the size is known.Campbell Barton
2012-12-15minor edits with recent commits, also avoid calling BKE_mesh_from_object() in...Campbell Barton