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-10-14Merged revisions 60248-60717 from trunk/blendersoc-2013-bgeDaniel Stokes
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-09-21Merged revision(s) 59972-60247 from trunk/blenderDaniel Stokes
2013-09-17Fix #36718: Wrong lighting on text objectsSergey Sharybin
2013-09-14Simplifying the usage of BKE_object_lod_meshob_get and BKE_object_lod_matob_g...Daniel Stokes
2013-09-14Renaming BKE_object_lod_check to BKE_object_lod_is_usable to make what is bei...Daniel Stokes
2013-09-10Merged revisions 58706-59971 from trunk/blenderDaniel Stokes
2013-09-10Fix #36356: faces not drawn with constructive modifier + dynamic paint, where itBrecht Van Lommel
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-08-26Don't check for an object mode that is excluded as a prerequisite forAntony Riakiotakis
2013-08-26Remove dirty normals assert from drawobject.cSergey Sharybin
2013-08-24Fix #36441: opengl render of smoke wrong after regular render with blender in...Brecht Van Lommel
2013-08-21Partial revert of recenr cu->disp merge commitSergey Sharybin
2013-08-21correct NULL pointer dereference with recent displist changes.Campbell Barton
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-19Always use ob->bb when drawing the curve typesSergey Sharybin
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-08-06quiet double-promotion warnings, change octree.cpp to use a float (vector acc...Campbell Barton
2013-08-04add missing NULL checks from BKE_constraint_get_typeinfo(), so constraints fr...Campbell Barton
2013-08-01Fix [#36265]: Smoke doesn't work if domain object has negative scale.Miika Hamalainen
2013-07-29Merged revisions 58516-58705 from trunk/blenderDaniel Stokes
2013-07-28move suspicious break statement in drawDispListsolid() to prevent falling thr...Campbell Barton
2013-07-23Merged revisions 57983-58515 from trunk/blenderDaniel Stokes
2013-07-23optimization: only calculate the normals for passing into derivedMesh foreach...Campbell Barton
2013-07-23hidden-wire draw option: always use the cage when masking out faces otherwise...Campbell Barton
2013-07-21fix for unintended fall-through in switch statement, also reduce undo_pos in...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-20hidden wireframe option for mesh editmode, important for retopology mode (can...Campbell Barton
2013-07-15fix for own regression, face index ranges still need checking in some places.Campbell Barton
2013-07-10draw loopcut display on the deformed mesh when in editmode.Campbell Barton
2013-07-09fix [#36055] Edge/Face Info display on wrong position with key framesCampbell Barton
2013-07-09Fix #36063: cycles 3D viewport was incorrectly influenced by blender internalBrecht Van Lommel
2013-07-05Merged revisions 57870-57983 from trunk/blenderDaniel Stokes
2013-07-05fix for [#35911] wasn't complete, while weigths would show in editmode, weigh...Campbell Barton
2013-07-01tweak to commit r57891, dont draw hidden faces/edges in editmode.Campbell Barton
2013-07-01fix [#35911] Show weights not working with a weight edit modifier in edit modeCampbell Barton
2013-06-29Merged revisions 57538-57869 from trunk/blenderDaniel Stokes
2013-06-26Fixing some crashes with the level of detail system with the default blendfile.Daniel Stokes
2013-06-26Material level of detail is now working. Material levels of detail appear in ...Daniel Stokes
2013-06-26Basic mesh level of detail is now working in the viewport. It should only dis...Daniel Stokes
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-24add api calls for BM_mesh_active_vert/edge_get.Campbell Barton
2013-06-23remove vec_rot_to_mat3(), replace with axis_angle_normalized_to_mat3()Campbell Barton
2013-06-20editmesh draw optimizations: use customdata offsets rather then per-element l...Campbell Barton
2013-06-20remove NULL checks for return values from EDBM_***_at_index calls.Campbell Barton
2013-06-15make active vertex more apparent in weight paint modeGaia Clary
2013-06-15display active vertex in weight paint mode. also correct NULL free.Campbell Barton
2013-06-14fix [#35694] Lattice; Display Type: "Bounds" not workingCampbell Barton
2013-06-11another case that should have been in r57371, also reduce type conversions in...Campbell Barton