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-12Merged changes in the trunk up to revision 53729.Tamito Kajiyama
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
2013-01-10pyapi internal api code: check for == -1 rather then < 0, for known error ret...Campbell Barton
2013-01-10simple speedup for view3d numeric panel - dont loop on verts or edges if none...Campbell Barton
2013-01-10Another fix for bpy.props getters/setters: PyC_AsArray does a refcount decrem...Lukas Toenne
2013-01-10fix for own mistake in recent changes to scanfill, bmo_triangle_fill_exec() (...Campbell Barton
2013-01-10adding vertex color layer in mesh editmode would overwrite UV's, strange nobo...Campbell Barton
2013-01-10Fix for bpy.props getter/setter callbacks. These were missing a valid GIL sta...Lukas Toenne
2013-01-10editmesh texface drawing, reuse customdata offset rather then looking up each...Campbell Barton
2013-01-10Bug fix 33732Ton Roosendaal
2013-01-10bmesh todo: uv stretch area draw mode wasn't calculating ngon area - added ar...Campbell Barton
2013-01-10don't call BKE_mesh_tessface_ensure() from DM_to_mesh(), caller must do this ...Campbell Barton
2013-01-10transforming verts was getting the bevel weight for each vertex even if bevel...Campbell Barton
2013-01-10fix for editmesh calculating normals twice when using the number-buttons.Campbell Barton
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2013-01-09speedup for editmesh getVert and getEdge, were doing 2x customdata layer look...Campbell Barton
2013-01-09Small fix for r53685: Allow setting NULL/None as parent, i.e. detach a node f...Lukas Toenne
2013-01-09Make the node.parent property editable in RNA, so frame hierarchy can be chan...Lukas Toenne
2013-01-09Usability fix: Ton Roosendaal
2013-01-09Fix #33815: blender internal crash rendering material pass with strands.Brecht Van Lommel
2013-01-09partial fix for [#32581] Mesh properties API does not allow for zeros in byte...Campbell Barton
2013-01-09remove uiPanelClearType(), instead redraw all windows when registering/unregi...Campbell Barton
2013-01-09fix [#33808] custom property write RNA_pointer_get: xxx.xxxx not found in the...Campbell Barton
2013-01-09reduce the alpha of console selection (text was too hard to read)Campbell Barton
2013-01-09Fix #33796: Curve radius makes affect only in full fill modeSergey Sharybin
2013-01-09avoid having dangling panel pointers in the interface, unregistering addons c...Campbell Barton
2013-01-09add RNA_def_struct_ptr(...) to use for runtime struct registration, saves ove...Campbell Barton
2013-01-09fix [#33806] weight paint crash and computer freeze when paintingCampbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-09drawing texture icon was multiplying the red channel by alpha, this is almost...Campbell Barton
2013-01-09Fix for BPy_FrsMaterial docstring.Tamito Kajiyama
2013-01-09Style cleanup in OCIO areaSergey Sharybin
2013-01-09Fix #33809: Wrong exposure affect after alpha premul changesSergey Sharybin
2013-01-08fix for select flushing in face mode for mesh 'Select More'Campbell Barton