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
path: root/source
AgeCommit message (Expand)Author
2012-02-23Bugfix: don't read from a write-only VBO when updating grid buffers.Nicholas Bishop
2012-02-23bmesh py api functions:Campbell Barton
2012-02-23bmesh api cleanup, remove unused header.Campbell Barton
2012-02-23Fix #30315: Temporary proxy files are not erased and old proxys are not updat...Sergey Sharybin
2012-02-23BGE is compilable by MSVC againSergey Sharybin
2012-02-23bmesh minor api refactorCampbell Barton
2012-02-23* Fixed some typos in the code, patch [#30247] by Vladimir Rutsky (rutsky). T...Thomas Dinges
2012-02-23Refresh all cached ibmufs used by sequencer after all proxies are built.Sergey Sharybin
2012-02-23Code cleanup: replace some common CCG operations with functions.Nicholas Bishop
2012-02-23bmesh py api, new submodulesCampbell Barton
2012-02-23swap arg order for BM_edge_split(), makes sense to have edge as firstCampbell Barton
2012-02-23- swap arg order for BM_face_copy() boolean options.Campbell Barton
2012-02-23bmesh py api, more wrapped funcs:Campbell Barton
2012-02-23bmesh py api: functions for getting the area/angle/center of BMesh elements.Campbell Barton
2012-02-23code cleanup: dont set the namespace in STR_String.h - 'using namespace std',...Campbell Barton
2012-02-23code style cleanup, no functional changes.Campbell Barton
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2012-02-23Move PBVH bitmap to separate header in blenlib.Nicholas Bishop
2012-02-23Code cleanup: de-duplicate code in GPU_build_grid_buffers() with a macro.Nicholas Bishop
2012-02-23Code cleanup: split up some long functions in sculpt_undo.c.Nicholas Bishop
2012-02-23Code cleanup: don't use GHash for GPU_build_mesh_buffers().Nicholas Bishop
2012-02-23Code cleanup: remove unused 'skip' field from PBVH iterator.Nicholas Bishop
2012-02-23Code cleanup: move the PBVH iterator's initialization into a function.Nicholas Bishop
2012-02-23fix scons compilation, hopefully for all platforms that have a problem. Antony Riakiotakis
2012-02-23Armature pose evaluation: more factorization of code.Bastien Montagne
2012-02-22Fix blenderplayer linking with recent additions to bmesh python. We should re...Antony Riakiotakis
2012-02-22code cleanyp - no functional changes.Campbell Barton
2012-02-22More style edits (adding a space between statements and parenthesis, if (foo)...Bastien Montagne
2012-02-22bmesh python api change in internal behavior.Campbell Barton
2012-02-22Style code cleanup and consistancy (mainly spaces around assignements, C++ co...Bastien Montagne
2012-02-22fix 2 small bugsCampbell Barton
2012-02-22Multi File Output Node:Thomas Dinges
2012-02-22Fix freeing of NULL pointer in array modifier.Sergey Sharybin
2012-02-22Fixed compilation error after recent node commit.Sergey Sharybin
2012-02-22add slice access to bmesh sequences.Campbell Barton
2012-02-22BMesh-py attributes (readonly):Campbell Barton
2012-02-22Adds a new node type for saving multiple image files from a single node.Lukas Toenne
2012-02-22Fix #30290: Shape Keys not working as expectedSergey Sharybin
2012-02-22bmesh py api add connectivity attributes - to access adjacent data.Campbell Barton
2012-02-22bmesh py api - function to remove vert/edge/facesCampbell Barton
2012-02-22bmesh python api - add BMEdge.verts, also had to add VERTS_OF_EDGE iterator i...Campbell Barton
2012-02-22bmesh py api - generalize bmesg sequences to use the iterator type and option...Campbell Barton
2012-02-22initial bmesh python api.Campbell Barton
2012-02-22utility functions to convert between flags / sets, without depending on RNA API.Campbell Barton
2012-02-22correct exception - was using a TypeError when should be a ValueError.Campbell Barton
2012-02-22Fix #30231: Drag and Droping Parenting from Outliner giving unnecessary Loop ...Sergey Sharybin
2012-02-22Attempt to fix scons compilation of blenderplayer.Antony Riakiotakis
2012-02-22Stitch tool fully functional again. Many thanks to Howard Trickey for proposi...Antony Riakiotakis
2012-02-21change UvElement to directly use BMLoop * instead of tfindex. This saves quit...Antony Riakiotakis
2012-02-21uv stitch static island highlight ported to bmesh system.Antony Riakiotakis