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-23Merged changes in the trunk up to revision 53280.Tamito Kajiyama
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-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
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-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
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
2012-12-15Finished themes for transparent Button regions in Blender.Ton Roosendaal
2012-12-15use struct type for VPaintData.vertexcosnos rather then float*.Campbell Barton
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-12-15remove modifiers_indexInObject(), just call BLI_findindex directly.Campbell Barton
2012-12-15add checks to style checker script for 'a . b' and 'a []'Campbell Barton
2012-12-14code cleanup and move alternate shell calculation method into its own functio...Campbell Barton