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-03-25Alpha mask textures porting part 1: Support for projective texturing.Antony Riakiotakis
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-21Fix for a node compatibility code bug (reported by kopias in IRC). Compatibil...Lukas Toenne
2013-03-20Fix #34697, Undoing a node group crashes Blender.Lukas Toenne
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-08Applying similar optimisations as r.55092 for Animation DataJoshua Leung
2013-03-07Speedup for Grease Pencil animators.Ton Roosendaal
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-03-05Bug fix #34534Ton Roosendaal
2013-03-05patch [#34103] fileops_1.patchCampbell Barton
2013-02-22patch [#34103] Add explanatory comments to dna_genfile.[ch]Campbell Barton
2013-01-23rigidbody: Add rigid body constraintsSergej Reich
2013-01-23rigidbody: Add point cache supportSergej Reich
2013-01-23rigidbody: Add force field supportSergej Reich
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2013-01-13Three fixes;Ton Roosendaal
2013-01-08style cleanupCampbell Barton
2012-12-29user-preferences for addons. currently unused, example & docs still to come.Campbell Barton
2012-12-28style cleanup: var naming for ui listCampbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-27New features!Ton Roosendaal
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-23Text Editor: remove text marker functionality. Patch [#33251]Justin Dailey
2012-11-07fix [#33108] Running save_as_mainfile breaks relative texture pathsCampbell Barton
2012-11-05fix for save-as-legacy mesh format doing customdata asserts.Campbell Barton
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-10-31don't write tessface customdata layers, since tessfaces are not written either.Campbell Barton
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-20style cleanupCampbell Barton
2012-10-19More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to tra...Bastien Montagne
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-10-14style cleanupCampbell Barton
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-04style cleanup: comment blocksCampbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-04Sequencer: remove strip's color balance in favor of modifiersSergey Sharybin
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h an...Campbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-19Sequencer: per-sequence modifier stack for color gradingSergey Sharybin
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-07-01style cleanup: commentsCampbell Barton
2012-06-07code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather the...Campbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton