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-04-18style cleanupCampbell Barton
2013-04-16Blender Internal Render in viewportTon Roosendaal
2013-04-16Fix crash rendering environment maps. I think this freestyle code was notBrecht Van Lommel
2013-04-16Fix crash rendering environment maps.Brecht Van Lommel
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-15Fix #34975: crash rendering curve/text with modifiers that alter topology,Brecht Van Lommel
2013-04-14Freestyle stroke rendering is now done before lens flare. Suggested by Ton o...Tamito Kajiyama
2013-04-14Fix for [#34913] Freestyle: Problem w/ Edge Marks combined w/ Collision.Tamito Kajiyama
2013-04-11Fix #34923 Images that have their alpha calculated should not get de-premulti...Antony Riakiotakis
2013-04-10Fix for [#34904] and [#34913]: broken Freestyle edge/face marks with modifiers.Tamito Kajiyama
2013-04-08style cleanupCampbell Barton
2013-04-07freestyle lineset `tag` attribute was defined but not used, also some code cl...Campbell Barton
2013-04-06Removed Freestyle-specific code from DerivedMesh.c.Tamito Kajiyama
2013-04-05Removed CD_MASK_FREESTYLE_EDGE and CD_MASK_FREESTYLE_FACE from CD_MASK_BAREMESHTamito Kajiyama
2013-04-05svn merge ^/trunk/blender -r55776:55813Campbell Barton
2013-04-05Fix #34867: cycles viewport render did not respect viewport visibility forBrecht Van Lommel
2013-04-04svn merge ^/trunk/blender -r55700:55776Campbell Barton
2013-04-04quiet warnings (building with -Werror)Campbell Barton
2013-04-03code cleanup: unused functionsCampbell Barton
2013-04-02Fix #34803: blender internal SSS rendering black/nan with negative texture co...Brecht Van Lommel
2013-04-01Merged changes in the trunk up to revision 55700.Tamito Kajiyama
2013-03-31Work-in-progress re-implementation of CustomData-based edge/face marks.Tamito Kajiyama
2013-03-31style cleanupCampbell Barton
2013-03-29misc minor edits.Campbell Barton
2013-03-28svn merge ^/trunk/blender -r55594:55635Campbell Barton
2013-03-27Fix for timing print in renders.Ton Roosendaal
2013-03-26Freestyle changes:Sergey Sharybin
2013-03-26Merging r55547 through r55594 from trunk into soc-2008-mxcurioniSergey Sharybin
2013-03-26style cleanup:Campbell Barton
2013-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama
2013-03-21code cleanup: misc warnings/styleCampbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-19svn merge ^/trunk/blender -r55372:55392Campbell Barton
2013-03-19svn merge ^/trunk/blender -r55357:55372Campbell Barton
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18style cleanupCampbell Barton
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-14Border rendering now works for all scenes used in compositor,Sergey Sharybin
2013-03-13Fix for build error with previous commit, seems the order of #includes matter...Brecht Van Lommel
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08code cleanup: 0 --> NULLCampbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-03-05patch [#34103] path_util_split_dirstring.patch, path_util_split_dirstring_2.p...Campbell Barton