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
2013-01-08fix [#33797] decimate modifier bug on uv-coordinates when mesh uses vertex colorCampbell Barton
2013-01-08fix [#33792] Accessing a bmesh object created by from_object crashes blenderCampbell Barton
2013-01-08Fix for [#33788] Particles - Fluid "exploding" behaviorAlex Fraser
2013-01-08simplify fcm_generator_verify() using MEM_recallocNCampbell Barton
2013-01-08style cleanupCampbell Barton
2013-01-08style cleanupCampbell Barton
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-07minor improvement to CustomData_bmesh_merge(), allocate the correct size pool...Campbell Barton
2013-01-07style cleanupCampbell Barton
2013-01-06Workaround for textured display with dynamic topology enabledSergey Sharybin
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin
2013-01-04Correction for rev53555 which was obviously wrong -- always setting alpha to ...Sergey Sharybin
2013-01-04fix for missing NULL check in BKE_sequence_init_colorspace().Campbell Barton
2013-01-04fix own regression in cdDM_drawFacesTex_common() when drawParamsMapped isnt a...Campbell Barton
2013-01-03fix [#33682] Animation not updated when the active shape index isnt setCampbell Barton
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton
2013-01-03r53351 removed a NULL check for name in defgroup_name_index(). name can be NU...Mitchell Stokes
2013-01-02changes needed for EDL import to work again.Campbell Barton
2013-01-02Fix [#33189] AFTER 2.65 - Units in doc strings in ocean modifier.Bastien Montagne
2013-01-02extend BLI_bufferCampbell Barton
2013-01-02Replacing/cleaning up some gibberish...Joshua Leung
2013-01-02style cleanupCampbell Barton
2013-01-02Code cleanup:Antony Riakiotakis
2012-12-31code cleanup: autocomplete functionsCampbell Barton
2012-12-31text autocompleteCampbell Barton
2012-12-31minor updates to text autocomplete apiCampbell Barton
2012-12-31Correction to recent PNG commitSergey Sharybin
2012-12-31Removed byte glow effect from sequencer in favor of float one.Sergey Sharybin
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-31add ".hh" as an extension for source scripts.Campbell Barton
2012-12-31rename BM_edge_calc_squared_length -> BM_edge_calc_length_squared, matching l...Campbell Barton
2012-12-31style cleanupCampbell Barton
2012-12-30Code cleanup: rename BLI_pbvh to BKE_pbvhNicholas Bishop
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