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-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-11Remove usercount handling from BKE_id_expand_local.Bastien Montagne
2016-07-11Cleanup: remove call to BKE_id_lib_local_paths() in make_local functions.Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for make_local() for object.Bastien Montagne
2016-07-11Fix (unreported) memory leak when making local linked databock which has a pr...Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Refactor/enhance BKE_curve_make_local(), and add BKE_curve_copy_ex() that tak...Bastien Montagne
2016-07-09Minor fix/cleanup to object's make_local.Bastien Montagne
2016-07-08Refactor/enhance BKE_object_make_local().Bastien Montagne
2016-07-06Cleanup/simplify/fixes BKE_object_is_libdata and BKE_object_obdata_is_libdata.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
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