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-30Use GPU_Buffers to draw wireframe when in dynamic-topology sculpt modeNicholas Bishop
2012-12-30Update DerivedMesh for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add dynamic topology support to the PBVHNicholas Bishop
2012-12-30Add DNA/RNA/BKE infrastructure for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Move layer displacements from SculptUndoNode to PBVHNodeNicholas Bishop
2012-12-30Code cleanup: move PBVH/PBVHNode structs into new header fileNicholas Bishop
2012-12-3016 bit PNG write supportSergey Sharybin
2012-12-29add include missing from last commitCampbell Barton
2012-12-29user-preferences for addons. currently unused, example & docs still to come.Campbell Barton
2012-12-29style cleanupCampbell Barton
2012-12-28New featureStuart Broadfoot
2012-12-28style cleanupCampbell Barton
2012-12-28add missing free for ui listsCampbell Barton
2012-12-28revert r53356, this stopped the leak but still wasn't working nice.Campbell Barton
2012-12-28The new feature printing changed properties in python history list didn't free Ton Roosendaal
2012-12-28code cleanup:Campbell Barton
2012-12-28remove unneeded inline lookups and fix error with wpaint_stroke_test_start re...Campbell Barton
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-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