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
path: root/source
AgeCommit message (Expand)Author
2013-12-10Fix for off-by-one regression in D41Campbell Barton
2013-12-10Mempool/Memarena: hint for unlikely conditionsCampbell Barton
2013-12-10Fix for fix: Paths and copying objectCampbell Barton
2013-12-10Style CleanupCampbell Barton
2013-12-10Style changes to refactor commit.Antony Riakiotakis
2013-12-10DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs.Campbell Barton
2013-12-10Python API: when OIIO is disabled use the same version format.Campbell Barton
2013-12-10Fix T37753: encapsulated the creation of the source ID into one function to e...gaiaclary
2013-12-10Node Previews:Jeroen Bakker
2013-12-10Refactoring/cleanup, borrowed from soc-2013-paint branch.Antony Riakiotakis
2013-12-09Compositor node preview:Jeroen Bakker
2013-12-09Enhancement: By default do not show the previews of composite nodesJeroen Bakker
2013-12-09Enhancement: added node colors for every node classJeroen Bakker
2013-12-09Fix T37751: Crash subdividing bonesCampbell Barton
2013-12-09Python API: when OCIO is disabled use the same version format.Campbell Barton
2013-12-09Armature Editmode: blend the bone radius when subdividingCampbell Barton
2013-12-09Fix T37752: Color rna path functions missingCampbell Barton
2013-12-09Fix T37750: Incorrect stats for dupli-metaballsCampbell Barton
2013-12-09Fix T37715: Incorrect docstringCampbell Barton
2013-12-09Game Engine: Option to record static objects animationJames Yonan
2013-12-09Fix T37741: Duplicating node editor did not copy node tree pointers.Lukas Tönne
2013-12-09Fix T37727: z-offset problems with camera viewCampbell Barton
2013-12-09Code Cleanup: use ELEM macro when checking object typeCampbell Barton
2013-12-09View3D API: rename view3d_camera_get to ED_view3d_camera_data_getCampbell Barton
2013-12-09Fix T37712: Point cache index lookup crashed with 0 points stored.Lukas Tönne
2013-12-09Fix T37747: keymap import error with region timers.Brecht Van Lommel
2013-12-09Lattice Editmode: Select MirrorCampbell Barton
2013-12-09Lattice API: add BKE_lattice_index_flip, BKE_lattice_bitmap_from_flagCampbell Barton
2013-12-09Tooltips: abbreviate long python operator tooltipsWalid Shouman
2013-12-08Code cleanup: delete cineon header files that were empty but not deleted.Shane Ambler
2013-12-08Correction to previous commit, sorrySergey Sharybin
2013-12-08Extend system-info with information about OIIO, OCIO and OSLSergey Sharybin
2013-12-08Fix T37212: Wrong user counter when more than 32K usersSergey Sharybin
2013-12-08Util-defines: avoid multiple calculation/access for MIN/MAX macrosCampbell Barton
2013-12-08Math lib: optimize hsv/rgb conversionCampbell Barton
2013-12-083D Text: delete selection before pastingCampbell Barton
2013-12-08Minor addition for completeness (unlikely to happen), make sure newAntony Riakiotakis
2013-12-08Add themable colors for edges in UV editor. Reuse WIRE_EDIT for outlinesAntony Riakiotakis
2013-12-08Fix T37731: some window manager operators unnecessarily required a window to ...Brecht Van Lommel
2013-12-08Fix T37326 inversion of image channels did not do an undo push. Now only do a...Antony Riakiotakis
2013-12-07Particles: change material picking from index number in UI to menu with mater...Geoffroy Krantz
2013-12-07Code Cleanup: pass rectangles as const in insterface filesCampbell Barton
2013-12-07Util Macros: reduce multiple access & conversion for CLAMP/CLAMPIS/ABSCampbell Barton
2013-12-07Compiler warnings: quiet warnings for gcc4.7xCampbell Barton
2013-12-07Fix T37722 - Can't undo deleting a screen layoutJoshua Leung
2013-12-06Alpha channel of a plane track image works fine in MCE nowSergey Sharybin
2013-12-06BMesh Py API: add bmesh.geometry.intersect_face_point()Campbell Barton
2013-12-06Rectangle API: add single axis intersection checkCampbell Barton
2013-12-06Fix T37710: Missing bounds check for active UI list item could crash.Campbell Barton
2013-12-06Appease grumpy ole gcc 4.7 of MinGW64 (possibly gcc 4.6 of MinGW32 too?)Antony Riakiotakis