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-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
2013-01-11Changing units of stiffness parameter in classical (new) SPH solver: used to ...Alex Fraser
2013-01-11Fix own mistake in SPH solver selection. Thanks Campbell for pointing it out.Alex Fraser
2013-01-11remove CustomData_get_active_offset(), use CustomData_get_offset to return th...Campbell Barton
2013-01-11include a stacktrace in the crashlog text written by the segfault handler.Campbell Barton
2013-01-10speedup for DM_to_bmesh_ex(), no need to check vertex order when converting f...Campbell Barton
2013-01-10minor speedup for DM_to_bmesh_ex(), only duplicate the edge array when the de...Campbell Barton
2013-01-10Depsgraph hack feature - experimentalTon Roosendaal
2013-01-10Correction to do_versions() in 53676Sergey Sharybin
2013-01-10Fix build error on Mac, bool needs an #include.Brecht Van Lommel
2013-01-10Fix #33752: UV Orco coordinates were wrong for Cycles (and other externalBrecht Van Lommel
2013-01-10add a segfault handler that writes out the info log into a crash file alongsi...Campbell Barton
2013-01-10Fix #33822: Compositor gets stuck if a sequencer window is also visibleSergey Sharybin