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
2012-06-13style cleanupCampbell Barton
2012-06-13patch #31794 Added new function BKE_object_relational_superset()Gaia Clary
2012-05-22Add operator to extract armature and vertex groups from skin.Nicholas Bishop
2012-05-15Blender Internal Render: Split quads to predictable (vertices 0,1,3) triangle...Daniel Genrich
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-04Fix #31258: collada now selects newly added objects after import.Brecht Van Lommel
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-03-18spelling cleanupCampbell Barton
2012-03-12Fix #30496: Bugs and crashes about "make links modifers" function.Sergey Sharybin
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-16de-duplicate parent loop checking functionCampbell Barton
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-11-19add poll function for VIEW3D_OT_camera_to_view_selected & remove some unused ...Campbell Barton
2011-11-14VIEW3D_OT_camera_to_view_selected operator to move the camera to frameCampbell Barton
2011-11-11fix [#29203] Camera can still move even when transforms lockedCampbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-06replace macros with bli math functions for particles codeCampbell Barton
2011-11-06Removed old "bsystem_time()" function, which by now is just aJoshua Leung
2011-11-06As discussed on the mailing list, removing the non-functional,Joshua Leung
2011-11-05Code refactoring: split lamp functions from object.c into new lamp.c.Brecht Van Lommel
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-11-04Configurable sensor size:Sergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-29rna function:Campbell Barton
2011-09-29make drawobject.c's code for getting the camera view frame into its own funct...Campbell Barton
2011-09-14move ED_object_pose_armature --> object_pose_armature_get to so we dont get b...Campbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-05-19Add localize_lamp and localize_world functions as already existed for materialsBrecht Van Lommel
2011-04-26fix [#27178] Material links lost when making mesh data localCampbell Barton
2011-04-15fix [#26906] Panorama Button (Camera Data Properties)Campbell Barton
2011-03-25move object re-linking into a function.Campbell Barton
2011-03-16api function added for [#26481] Export to X3D of IndexedFaceSet should use X3...Campbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-12-04Maintenance, Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-09bugfix [#24616] Apply Visual Transform doesn't always apply locationCampbell Barton
2010-10-25bugfix [#24376] Fly mode disturbs the rotation or scale of the camera objectCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-07-17- added text3d.body_format to be able to set bold/italic/smallcaps etc on text.Campbell Barton
2010-04-17move camera lens/angle conversion to BLI_mathCampbell Barton
2010-04-15Fix [#22029] Camera in degree mode doesn't updateMatt Ebb
2010-04-12- use more inline math funcitons where possibleCampbell Barton
2010-03-25Restored Fluid Sim bakingMatt Ebb
2010-03-05utility function object_camera_matrix, moved code from RE_SetCamera into this.Campbell Barton
2010-02-26fix for fly mode restoring non-euler rotationsCampbell Barton
2010-02-24view selected now uses boundboxes of dupli-objects and ignores centerpoints o...Campbell Barton
2010-02-12correct fsf addressCampbell Barton