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-10Fix #36082: animation playback not working after rendering of background scen...Brecht Van Lommel
2013-07-10Fix #36076: Metaballs as particles with particle texture (size influence) cra...Sergey Sharybin
2013-07-10fix [#36079] Use Modifier Stack Crash with ParticlesCampbell Barton
2013-07-10add asserts for passing in bad index values to DM_get_***_data, CustomData_get()Campbell Barton
2013-07-09Partial revert of rev58110Sergey Sharybin
2013-07-09fix [#36055] Edge/Face Info display on wrong position with key framesCampbell Barton
2013-07-09Fixed more threading issues with metaballsSergey Sharybin
2013-07-09fix [#36066] crash when Tab out text objectCampbell Barton
2013-07-06only make dynamic paint tag normals as dirty if it moves vertices.Campbell Barton
2013-07-05correct typo in previous commit & minor changes.Campbell Barton
2013-07-05fix for [#35911] wasn't complete, while weigths would show in editmode, weigh...Campbell Barton
2013-07-04Revert revision 57896 to fix Make Local > All with multi user datablocks. It'sBrecht Van Lommel
2013-07-04Fix #36006: appending some datablock types (e.g. node groups) did not work, theyBrecht Van Lommel
2013-07-04rigidbody: Code clenupSergej Reich
2013-07-04rigidbody: Remove constraint when removing one of it's objectsSergej Reich
2013-07-04stop adding groups from changing the active group with weight transfer, add B...Campbell Barton
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