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-07-03Fix crash when getting active ID from a node tree with missing groupsSergey Sharybin
2013-07-03fix [#35975] "Select Linked" = "Select All" in Weight Paint mode?Campbell Barton
2013-07-03fix for own error in 57226, broke subsurf-uvCampbell Barton
2013-07-02Fix #35966: remesh modifier + particle use modifier stack option did not workBrecht Van Lommel
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-07-02add missing gpl headersCampbell Barton
2013-07-02move api functions from r57909 into BKE.Campbell Barton
2013-07-01Fix incorrect GLSL bump mapping in editmode when the UV coordinates areBrecht Van Lommel
2013-07-01Bugfix [#35856] Bones gets scaled chaotically when during NLA Strip Blend In/OutJoshua Leung
2013-07-01Fix for Make Local -> All not working correct with multy-user datablocksSergey Sharybin
2013-07-01fix [#35911] Show weights not working with a weight edit modifier in edit modeCampbell Barton
2013-07-01fix [#35914] Blender crashes when trying to use vertex selection masking on a...Campbell Barton
2013-06-29fixed a compiler warning message in vs 2008Gaia Clary
2013-06-29fixed Blender crash, but unclear when this situation can happenGaia Clary
2013-06-29replace LATTICE_PT macro with BKE_lattice_index_from_uvw().Campbell Barton
2013-06-28view-selected didnt work for metaballs in object mode (radius from previous c...Campbell Barton
2013-06-28fix for crash when setting the cursor in background mode.Campbell Barton
2013-06-28Fix #35884: crash opening .blend with generated color grid image and preview ...Brecht Van Lommel
2013-06-28Fix #35808: blender internal viewport with freestyle would keep continuouslyBrecht Van Lommel
2013-06-27Code cleanup / Cycles:Thomas Dinges
2013-06-27fix for zero length normalize before scanfill for meshes and other minor chan...Campbell Barton
2013-06-26fix [#33068] Can't paint weights of some vertices in some situations.Campbell Barton
2013-06-26remove unused structCampbell Barton
2013-06-26fix [#35858] Weight Paint: Hiding faces isnt flushing the flag to the vertices.Campbell Barton
2013-06-25Fix #35846: crash rendering with dupligroups visible in 3D viewport during re...Brecht Van Lommel
2013-06-25Fix #35824: finding missing files not working correct for filepaths with specialBrecht Van Lommel
2013-06-25correct assertion error (clear dirty normal flag when there are no vertices)Campbell Barton
2013-06-25patch [#35830] Add Catmull-Rom spline as an option for lattice deformerCampbell Barton
2013-06-25style cleanupCampbell Barton
2013-06-25Fix particle hair display percentage not properly getting restored afterBrecht Van Lommel
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-25Making sure free_nodesystem only frees non-NULL data. This helps address some...Daniel Stokes
2013-06-24calculate polygon normals for BKE_mesh_recalc_tessellation() inline rather th...Campbell Barton
2013-06-24remove unused c fileCampbell Barton
2013-06-24lattice: use functions rather then defines, also added a function to get uvw ...Campbell Barton
2013-06-24fix [#35855] Change "Scene" crashes randomlyCampbell Barton
2013-06-24use booleans for bpath api.Campbell Barton
2013-06-24fix [#35825] "Find missing files" seems to search for files which are not mis...Campbell Barton
2013-06-23Added polished Vertex Weights Panel (properties sidebar)Gaia Clary
2013-06-23remove vec_rot_to_mat3(), replace with axis_angle_normalized_to_mat3()Campbell Barton
2013-06-23add strict conversion flags for mask_rasterize and reduce some signed/unsigne...Campbell Barton
2013-06-21Default paint context will be image paint if object is not in a paint mode. I...Antony Riakiotakis
2013-06-20Sequencer: fix names when adding several video (or audio) files at once (all ...Bastien Montagne
2013-06-20Construct orco UV layer for curve when applying constructive modifierSergey Sharybin
2013-06-20Fix crash in when dding subsurf modifier to curvesSergey Sharybin
2013-06-20BKE_bmbvh_find_vert_closest: very stupid & old bug, it was comparing hit loca...Campbell Barton
2013-06-20correct editmesh BKE_bmbvh_find_vert_closest(), distances are expected to be ...Campbell Barton
2013-06-19fix own regression with normal recalculation updatesCampbell Barton
2013-06-19fix [#35795] Edge split modifier do not show result in viewport with curves.Campbell Barton