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
2015-06-08RNA: Object.shape_key_remove methodCampbell Barton
2015-06-02Cleanup: use const for object copy funcsCampbell Barton
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey 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-04Add name argument to data creation API callsCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-13Cycles: Free caches used by the synchronized objectsSergey Sharybin
2015-03-04Fix for snap to cursor /w parents (object/pose)Campbell Barton
2015-01-20Make removal of existing particle systems on copying optional.Lukas Tönne
2015-01-06Remove slurph shape-key featureCampbell Barton
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-08-11Utility functions for getting boundbox size/scaleCampbell Barton
2014-04-09View3D: disable LOD when game engine is disabled or ifdef'dCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-24Fix T39318: Blender 2.70 crash when I link an assetSergey Sharybin
2014-02-05Fix T35328: Disk caches of multiple particle systems on a single object overw...Sergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-29Fix T38358: Face snapping fails on Orthographic viewBastien Montagne
2014-01-14Empties with Images draw type: add support for movies and image sequencesGeoffroy Krantz
2014-01-09Code cleanup: remove BKE_object_where_is_calc_simul function.Brecht Van Lommel
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-25Fix T37709: Memory corruption when freeing custom bone shape objectsSergey Sharybin
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-10-16edits to r60777 - move ED_object_hook_reset_do into BKE object (if RNA needs ...Campbell Barton
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-09-02support for vertex parenting in object mode for object types which support it...Campbell Barton
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-07-12Moved code for calculating local_matrix to BKE funtion for reuseGaia Clary
2013-07-12Get rid of global originmat matrix from object.cSergey Sharybin
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-07-02move api functions from r57909 into BKE.Campbell Barton
2013-06-10code cleanup: use boolean for intersection functions.Campbell Barton
2013-05-18Fix #35404: crash in file save with python code that accesses mesh from panel.Brecht Van Lommel
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-03-09expose obrel_is_recursive_child in BKE_object.h and rename to BKE_object_is_c...Campbell Barton
2013-02-17code cleanup: missed r54603, arg reordering.Campbell Barton
2013-02-17code cleanup: change order of args in void BKE_object_where_is_calc_time_ex()...Campbell Barton
2013-02-16rigidbody: Further fix for background scenesSergej Reich
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-12-18Fix #33487: game engine did not convert objects with rotation modes other thanBrecht Van Lommel
2012-12-17Bug fix, IRC report.Ton Roosendaal
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-09-27Fix #32667: Curve softbodies doesn't render animation (cycles)Sergey Sharybin
2012-09-23fix for all pose-group editing functions crashing when the context didnt have...Campbell Barton