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
2013-12-10Refactoring/cleanup, borrowed from soc-2013-paint branch.Antony Riakiotakis
2013-12-09PREVIEW: updated the default themes.Jeroen Bakker
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-09Interface: Rename "Duplicate Objects" to just "Duplicate", was already done f...Thomas Dinges
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-09Fix build error when building without OSL support.Brecht Van Lommel
2013-12-09Tooltips: abbreviate long python operator tooltipsWalid Shouman
2013-12-08Update install_deps.sh to OIIO 1.39 and OSL 1.4.0.Bastien Montagne
2013-12-08Scons: as requested by Ideasman, make MACOSX_COMPILER -> C_COMPILER_ID,Jens Verwiebe
2013-12-08Cycles OSL: update to build with latest OSL master shader group changes.Brecht Van Lommel
2013-12-08Code cleanup: delete cineon header files that were empty but not deleted.Shane Ambler
2013-12-08Style: use frozen setsCampbell Barton
2013-12-08Cycles: Update stdosl.h to OSL 1.4.0. (includes new aastep functions).Thomas Dinges
2013-12-08Code cleanup: UI cleanup for cycles UI code and fix typo in system info.Thomas Dinges
2013-12-08Bummer, forgot to test with OSL disabled.Sergey Sharybin
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-07OSX/scons: forgot Intel CC ( ‘icc’ ) in detectionJens Verwiebe
2013-12-07Particles: change material picking from index number in UI to menu with mater...Geoffroy Krantz
2013-12-07Cycles: network render code updated for latest changes and improvedMartijn Berger
2013-12-07Cycles: show remaining render time in render info textThomas Laroche
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-06Cycles / OSL Templates: Add Simplex and Gabor noise templates and remove ones...Thomas Dinges