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-08Correct syntax for static, since we invoke g++ as linker and we have to pass ...cyclesAntony Riakiotakis
2011-11-08Cycles now uses correct libs on MinGWAntony Riakiotakis
2011-11-08Cycles:Brecht Van Lommel
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-08Code cleanup: fix compile warning.Brecht Van Lommel
2011-11-08Fix: incorrect use of IFACE_ macro, and correct a typo.Brecht Van Lommel
2011-11-08- Fixed typo in KLT description tooltipSergey Sharybin
2011-11-08Fix a typo in building undistorted proxies for movie clips.Sergey Sharybin
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-08Tracker:Thomas Dinges
2011-11-08Code cleanup - reshuffling some stuff to avoid buildup of long functions in t...Joshua Leung
2011-11-08cmake & pep8 tidy up, also some style edits.Campbell Barton
2011-11-08SVN maintenance.Guillermo S. Romero
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-07Fix [#29194] Spelling errorBastien Montagne
2011-11-07Hopefully compilation with MinGW will work again.Sergey Sharybin
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-07Revert fix for #29146, needs deeper changes to solve this fully.Brecht Van Lommel
2011-11-07RNA:Brecht Van Lommel
2011-11-07quiet warnings when building without libmvCampbell Barton
2011-11-07fix for error in own recent commit.Campbell Barton
2011-11-07use macro for access to library filepathCampbell Barton
2011-11-07CMake: add delayed_install macro to specify files to be installed from modulesBrecht Van Lommel
2011-11-07CMake: Boost and OpenImageIO building support (unused still).Brecht Van Lommel
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-07Tracker/Movie Clip Editor:Thomas Dinges
2011-11-072.6 UI:Thomas Dinges
2011-11-07Bugfix [#29064] armature with curve contraint - crashJoshua Leung
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07Removing a wrong node_type_storage (checked and confirmed by lukas_t).Bastien Montagne
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-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-11-06replace macros with bli math functions for nodesCampbell Barton
2011-11-06Fix for bug #29046, the factor buffer input was not used correctly in curve n...Lukas Toenne
2011-11-06more macro --> bli math lib replacements.Campbell Barton
2011-11-06misc macro --> bli math lib functionsCampbell Barton