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
2011-11-08Cycles: svn merge -r41627:41650 ^/trunk/blenderBrecht Van Lommel
2011-11-08Nodes: add cycles shader nodes, these will only be available to render enginesBrecht Van Lommel
2011-11-08Fix: incorrect use of IFACE_ macro, and correct a typo.Brecht Van Lommel
2011-11-08use some more logical BLI math functions & tracking used INT_MAX on a short.Campbell Barton
2011-11-08Code cleanup and small fixes:Sergey Sharybin
2011-11-08Code cleanup - reshuffling some stuff to avoid buildup of long functions in t...Joshua Leung
2011-11-08UI/Nodes: templates to edit nodes from the properties editor using a tree view,Brecht Van Lommel
2011-11-08Nodes: add foreach_nodeclass iterator over node classes, use for node add menu.Brecht Van Lommel
2011-11-07Textures/Shaders: extend TexMapping to include projection options, and add aBrecht Van Lommel
2011-11-07Nodes: add socket option to hide the default value in the UI, to be used forBrecht Van Lommel
2011-11-07Cycles: svn merge -r41613:41627 ^/trunk/blenderBrecht Van Lommel
2011-11-07use macro for access to library filepathCampbell Barton
2011-11-07fix for error using freed memoryCampbell Barton
2011-11-07Some small fixed for camera tracking:Sergey Sharybin
2011-11-07Cycles: svn merge -r41531:41613 ^/trunk/blenderBrecht Van Lommel
2011-11-07minor warning nicer api useCampbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07Fix #29174: Vertex normals temporarily incorrect after deleting a faceSergey Sharybin
2011-11-07fix [#29183] Make duplicates real: parent informations of the group is not co...Campbell Barton
2011-11-07minor editsCampbell Barton
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-11-07Cycles: procedural texture nodes reorganization. This will break existing filesBrecht Van Lommel
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-11-06more macro --> bli math lib replacements.Campbell Barton
2011-11-06misc macro --> bli math lib functionsCampbell Barton
2011-11-06replace macros with bli math functions for particles codeCampbell Barton
2011-11-06Removed old "bsystem_time()" function, which by now is just aJoshua Leung
2011-11-06As discussed on the mailing list, removing the non-functional,Joshua Leung
2011-11-05remove po/ since the workflow for translations uses branches which isnt that ...Campbell Barton
2011-11-05Code refactoring: split lamp functions from object.c into new lamp.c.Brecht Van Lommel
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-11-05Fix #29162: grease pencil did not decrement user count on adding new datablockBrecht Van Lommel
2011-11-05Disable x-mirror option when proportional edit is enabled.Sergey Sharybin
2011-11-05py operators - don't use the screen as an operators ID anymore, screen's don'...Campbell Barton
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-11-05- view bounds (now split from collision bounds) was still being used for bge ...Campbell Barton
2011-11-05misc doc editsCampbell Barton
2011-11-05Fix #29141: fill / beautify fill produced incorrect results in edge selection...Brecht Van Lommel
2011-11-05UI: fix region embossing being drawn 1 pixel misaligned, due to wrong opengl ...Brecht Van Lommel
2011-11-05Cycles: add location/rotate/scale and XYZ mapping options for all texture nodes,Brecht Van Lommel
2011-11-05Cycles: svn merge -r41467:41531 ^/trunk/blenderBrecht Van Lommel
2011-11-04Fix #28865: Draw_bounds_type does not display Polyhedron or Capsule typesSergey Sharybin
2011-11-04Fix #29155: Inconsistency with 0 and Del hotkeysSergey Sharybin
2011-11-04correct some warnings, also sensor_x was being paassed to object_camera_matri...Campbell Barton
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-04Fix #29139: Comp Group nodes don't retain nameSergey Sharybin
2011-11-04Fix #29051: Set Origin - Center: Bounds does not workSergey Sharybin
2011-11-04Enabled ndof devices for controlling colour wheel and cube UI controls Matt Ebb