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
2016-05-18Fix missing modifiers for mesh objectsSergey Sharybin
2016-05-18Fix T47737: Lattice crashes w/ smooth modifierPhilipp Oeser
2016-04-04Cycles: Make curves modified by a taper object with modifier considered a def...Sergey Sharybin
2016-04-01Cycles: Support deformation motion blur for curves deformed by taperSergey Sharybin
2016-02-11Fix T47387: Cycles Point Density Render IssuesSergey Sharybin
2016-01-09Fix broken build from rBd7da51b727725Bastien Montagne
2016-01-09Smoke, Dynamic Paint: de-duplicate object subframe update function.Kévin Dietrich
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-11-24Fix T46816: Vert/Edge snap fails at edge of boundsCampbell Barton
2015-11-10Correct order-of-freeing error from last commitCampbell Barton
2015-11-10Fix T46720: Crash applying subsurf modifierCampbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-11-02Library API: pass Main struct to unlink functionsCampbell Barton
2015-10-28BGE: Fix T44448: LOD will display wrong LOD level object if zoomed outJorge Bernal
2015-10-23BLI_math: add mat3_normalized_to_* functionsCampbell Barton
2015-10-23BLI_math: add invert_qt_normalizedCampbell Barton
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-10-11BGE: Adding a Max Jumps value to the character physic windowThomas Szepe
2015-10-08Modifiers: add 'cd_flag' parameter to their ID looping callbacks, neededBastien Montagne
2015-10-08Fix T46386: Duplicate fails updating driver linksCampbell Barton
2015-09-25Fix T46263: bpy api - assigning to object.matrix_basis with AXIS_ANGLE rotati...Bastien Montagne
2015-09-14Fix T46099: snapping failed on objects with some NULL-dimension in their bbox.Bastien Montagne
2015-09-03View-Selected: use custom bones boundboxCampbell Barton
2015-08-25Preemptive fix for search-buffer size issuesJoshua Leung
2015-08-25Fix T45891: Crash generating previewsCampbell Barton
2015-08-23Fix T45633 - Animated modifiers don't update in new depsgraphJoshua Leung
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-17Fix T45802: View Lock w/ Curve-Parent failsCampbell Barton
2015-08-17Cleanup: remove unused Object.ipoflagCampbell Barton
2015-08-14Cleanup: styleCampbell Barton
2015-08-13Add real boundbox support to lattice, and update armature one.Philipp Oeser
2015-08-10Data previews: add preview to Object, Group and Scene.Bastien Montagne
2015-06-12Fix wrong proxy pointer hanging around after making all localSergey Sharybin
2015-06-11Use more proper flag for psys reconstruction after memory optimizationSergey Sharybin
2015-06-11Fix for unwanted particle re-distribution happening due to memory optimizationSergey Sharybin
2015-06-08RNA: Object.shape_key_remove methodCampbell Barton
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-06-02Fix T36994: Make link modifier fails (soft body)Campbell Barton
2015-06-02Cleanup: use const for object copy funcsCampbell Barton
2015-05-26Fix T44497: Crash on deleting curve handle with hook modifierSergey Sharybin
2015-05-18Solve threading conflict related on proxy group's inverse matrixSergey Sharybin
2015-05-12Depsgraph: Make ob_get_parent_matrix() more public and reusableSergey Sharybin
2015-05-12Depsgraph: Add utility function to check whether modifier depends on timeSergey Sharybin
2015-05-12Depsgraph: Move update-related functions into own filesSergey Sharybin
2015-05-07Fix T44611: 'make_links_data' modifiers would fail and crash with multires mo...Bastien Montagne
2015-05-04Fix Buttons context, invalid object data accessCampbell Barton
2015-05-04Remove redundant outliner lookup freeing objectsCampbell Barton
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-04-27Cleanup: use mul_v3_mat3_m4v3Campbell Barton