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
2014-04-17Initial implementation of overscan renderingoverscanSergey Sharybin
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-04Fix crash happening in DAG_pose_sort() due to threading issuesSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-25Fix T38824: curve which is constrained on a hidden layer causes cycles crashSergey Sharybin
2014-02-22Code cleanup: styleCampbell Barton
2014-02-19Code cleanup: styleCampbell Barton
2014-02-18Fix T38691: Curve object bevel not working in group instanceSergey Sharybin
2014-02-14Fix for crash caused by effectors doing precalculation //during// DAGLukas Tönne
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Add debug print to ID update taggingSergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-23Fix T38337: Crash when calling to_mesh() on a Curve object after clearing its...Sergey Sharybin
2014-01-23Fix crash when changing space type to 3D space when having multiple windowsSergey Sharybin
2014-01-20Followup for 1728c1e: we don't need to replace flags at allSergey Sharybin
2014-01-17Followup to d03e768: was wrongly (void) non-existing argumentSergey Sharybin
2014-01-17Fix T38260: Missing object update with two visible scenesSergey Sharybin
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-16Tweak to early threaded update escapeSergey Sharybin
2014-01-15Eek, terrible typo in previous commitSergey Sharybin
2014-01-15Fix T38224: Blender crashes on duplicating curveSergey Sharybin
2014-01-15Fix T38216: Cycles render crash Blender in some scene in versionsSergey Sharybin
2014-01-14Empties with Images draw type: add support for movies and image sequencesGeoffroy Krantz
2014-01-13Fix T38139: Objects which are in cyclic dependency are not updatedSergey Sharybin
2014-01-13Fix T38054: High CPU usage with many objectsSergey Sharybin
2014-01-13Remove direct displist creation from curve deformSergey Sharybin
2014-01-13Remove direct displist creation from BKE_vfont_to_curve_ex()Sergey Sharybin
2014-01-13Remove direct displist creation from drawing codeSergey Sharybin
2014-01-09Code cleanup: remove WIP code came from the GSoC branchSergey Sharybin
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-27Fix T37955: Freestyle render misalignmentSergey Sharybin
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-09-24Fix #36793: missing update on undo with proxy object that is not using a prox...Brecht Van Lommel
2013-09-18Fix #36754: animation not evaluated on object two levels down in dupligroups.Brecht Van Lommel
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-07-21style cleanup: depsgraph.c, committing separate since 2 gsoc branches modify.Campbell Barton
2013-06-28Fix #35808: blender internal viewport with freestyle would keep continuouslyBrecht Van Lommel
2013-05-18Fix #35404: crash in file save with python code that accesses mesh from panel.Brecht Van Lommel
2013-05-12Fix material/lamp drivers not working sometimes when they were used by multipleBrecht Van Lommel
2013-05-09Partial revert of own commits r56604 and r56603:Thomas Dinges
2013-05-09UI naming consistency:Thomas Dinges
2013-04-17text editor reload no-longer resets scroll & cursor - annoying when making tw...Campbell Barton
2013-04-16Blender Internal Render in viewportTon Roosendaal
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-27Fix build error in depsgraph refactoring commit.Brecht Van Lommel
2013-02-26Dependency Graph: refactoring to move private functions to the private header,Brecht Van Lommel
2013-02-23fix for error in the blenderplayer caused by r54727 (can't assume G.main is v...Campbell Barton
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel