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-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-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
2013-01-08fix [#33784] Select Linked All + Seams fails to select seam bounded areaCampbell Barton
2013-01-08Added trackpad (and magic mouse) support to control speed in Fly Mode in 3d.Ton Roosendaal
2013-01-08fix [#33797] decimate modifier bug on uv-coordinates when mesh uses vertex colorCampbell Barton
2013-01-08Alpha-over images on a black background when in RGB display modeSergey Sharybin
2013-01-08Bugfix #33803Ton Roosendaal
2013-01-08fix [#33792] Accessing a bmesh object created by from_object crashes blenderCampbell Barton
2013-01-08use guarded malloc for blf textureCampbell Barton
2013-01-08Remove unused IMB function which wasn't ported to new color managementSergey Sharybin
2013-01-08Fix #33804: Blender crash unlinking multilayer exr image in image nodeSergey Sharybin
2013-01-08OSX: remove a unneccessary condition, QTKit can do 32bit tooJens Verwiebe
2013-01-08Fix for [#33788] Particles - Fluid "exploding" behaviorAlex Fraser
2013-01-08Fix bevel crash #33801, when first edge of a vertex is wire.Howard Trickey
2013-01-08simplify fcm_generator_verify() using MEM_recallocNCampbell Barton
2013-01-08style cleanupCampbell Barton
2013-01-08style cleanupCampbell Barton
2013-01-08Motion Path drawing tweaks and fixesJoshua Leung
2013-01-08comment fix.Antony Riakiotakis
2013-01-08* Fix for #31581. The issue was that we scaled the face prior toAntony Riakiotakis
2013-01-07ui_lists shall be NULLed in BKE_area_region_copySergey Sharybin
2013-01-07dont copy the mvert array in DM_to_bmesh_ex()Campbell Barton
2013-01-07Make options for background gradient more organized.Antony Riakiotakis
2013-01-07minor improvement to CustomData_bmesh_merge(), allocate the correct size pool...Campbell Barton
2013-01-07Bug fix 33778Ton Roosendaal
2013-01-07Fix #33735: sequencer crash when using rendered previewSergey Sharybin
2013-01-07Add normal_flip() member to Python BMesh's Face.Howard Trickey
2013-01-07add area_poly_v3_max() for use with area_poly_v3Campbell Barton
2013-01-07Motion tracking API changeSergey Sharybin
2013-01-07Track.insert_frame used to create markers with zero pattern sizeSergey Sharybin