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-17optimize bmesh operations that use triangle BMFace's (dyn-topo and mesh conve...Campbell Barton
2013-01-16Movies support for CyclesSergey Sharybin
2013-01-16Get rid of the BRUSH_FIXED_TEX flag, use mapping modes instead. VersionAntony Riakiotakis
2013-01-16dont add identifiers starting with digits to autocompleteCampbell Barton
2013-01-15Bug fix #33748Ton Roosendaal
2013-01-15Code cleanup: remove some remaining code from the old compositor.Brecht Van Lommel
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-14no need to call BLI_countlist on idproperty groups when comparing.Campbell Barton
2013-01-13Three fixes;Ton Roosendaal
2013-01-12patch from Harley Acheson to remove multiple inline defines.Campbell Barton
2013-01-12Mac HiDPI ("retina") handling:Ton Roosendaal
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-12Security fix:Ton Roosendaal
2013-01-11code cleanup: warnings, also add check in crash handler that a wmWindowManage...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-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-10editmesh texface drawing, reuse customdata offset rather then looking up each...Campbell Barton
2013-01-10don't call BKE_mesh_tessface_ensure() from DM_to_mesh(), caller must do this ...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-09Fix #33796: Curve radius makes affect only in full fill modeSergey Sharybin
2013-01-09style cleanupCampbell Barton
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-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-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 option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton