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
path: root/source
AgeCommit message (Expand)Author
2013-01-14optimize BM_face_exists(), was doing a lot of redundant checks.Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-14Fix #33863: cycles viewport render crash entering edit mode on an object withBrecht Van Lommel
2013-01-14Dosvidanya, old compositor!Sergey Sharybin
2013-01-14Fix cycles hair in a dupligroup not showing in the correct location for viewportBrecht Van Lommel
2013-01-14fix own bug, edge crease and bevel weights lost on undo.Campbell Barton
2013-01-14no need to call BLI_countlist on idproperty groups when comparing.Campbell Barton
2013-01-14fix fox AddonPreferences not getting registered automatically and leak when r...Campbell Barton
2013-01-14code cleanup: use BMW_begin insode for loops body.Campbell Barton
2013-01-14fix [#33847] Ctrl+L doesnt works in edge selection modeCampbell Barton
2013-01-14fix for own error with unwrap selection checking uvedit_have_selection() fail...Campbell Barton
2013-01-13draw vector icons using the the scaled width,height. The buttons window conte...Campbell Barton
2013-01-13fix for building with cycles.Campbell Barton
2013-01-13remove TRANSFORM_OT_snap_type, use WM_OT_context_menu_enum instead.Campbell Barton
2013-01-13Add terminate call for crash handler for windows. Also add inactive codeAntony Riakiotakis
2013-01-13Stupid keyboard should know what coders want to type ! (i.e. another typo fi...Bastien Montagne
2013-01-13optimization for calcNonProportionalEdgeSlide(), avoid matrix multiply for ea...Campbell Barton
2013-01-13transform feature - G-key during transform toggles slide (edge slide or verte...Campbell Barton
2013-01-13add new vertex slide transform operator, different from the existing vertex s...Campbell Barton
2013-01-13Three fixes;Ton Roosendaal
2013-01-13Usability: Ton Roosendaal
2013-01-13Even though we want to get rid of this legacy compo soon, code should compile...Bastien Montagne
2013-01-13code cleanup: rename transform Slide operations to EdgeSlide.Campbell Barton
2013-01-13bge track-to actuator: reverse the order of the cross product rather then neg...Campbell Barton
2013-01-13BGE: Fix from HG1 for bug [#32831] "TrackTo aktuator +X direction not working...Mitchell Stokes
2013-01-13fix [#33846] Points of Curves in Vector Curves node can't have negative X or ...Campbell Barton
2013-01-13BGE: Adding preliminary alpha shadow support for Simple shadow maps. They do ...Mitchell Stokes
2013-01-13speedup for EDBM_uv_vert_map_create(), reduce customdata lookups. also remove...Campbell Barton
2013-01-12minor speedup for construct_param_handle_subsurfed() break out of texface_fro...Campbell Barton
2013-01-12reduce customdata lookups for UV drawing and tools.Campbell Barton
2013-01-12patch from Harley Acheson to remove multiple inline defines.Campbell Barton
2013-01-12Mac HiDPI ("retina") handling:Ton Roosendaal
2013-01-12minor cleanup to debug drawing code in the BGE, dont convert strings to STR_S...Campbell Barton
2013-01-12quiet compiler warning with string formatting in CParser::TermCampbell Barton
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2013-01-12Patch #33837: ffmpeg1.1 and libav9.1 compatibility updateSergey Sharybin
2013-01-12Bug fix #33842Ton Roosendaal
2013-01-12Security fix:Ton Roosendaal
2013-01-12Usability:Ton Roosendaal
2013-01-12Packed and generated images support for CyclesSergey Sharybin
2013-01-12patch [#33738] Extend Selection option unified and added to few operatorsCampbell Barton
2013-01-12replace inline with BLI_INLINE define.Campbell Barton
2013-01-12BGE: Fix for [#33839] "a logic.joysticks Crashes BGE" reported by Josiah Lane...Mitchell Stokes
2013-01-11Bug fix #33826Ton Roosendaal
2013-01-11Fix knife angle constraint bug #33813 by changing knife mvals to floats.Howard Trickey
2013-01-11add padding for node view-all, view-home operators.Campbell Barton
2013-01-11fix for bpy.props string get-length callback, PyUnicode_GetLength() isn't a m...Campbell Barton
2013-01-11win32 has no kill, force crash for now, perhaps windows devs can do this more...Campbell Barton
2013-01-11code cleanup: warnings, also add check in crash handler that a wmWindowManage...Campbell Barton
2013-01-11fix for error in gradient theme rgba_char_args_set() use, was setting char's ...Campbell Barton