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
2012-12-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
2012-12-11Fix some RNA subtypes for collections' active/active_index props (some PROP_P...Bastien Montagne
2012-11-12Merged changes in the trunk up to revision 52118.Tamito Kajiyama
2012-11-09style cleanup: indentationCampbell Barton
2012-11-08Merged changes in the trunk up to revision 51985.Tamito Kajiyama
2012-11-07code cleanup: use min/max functions rather then macros.Campbell Barton
2012-11-04Merged changes in the trunk up to revision 51853.Tamito Kajiyama
2012-11-02all remove functions now invalidate the RNA objects passed, to help script au...Campbell Barton
2012-10-20Merged changes in the trunk up to revision 51448.Tamito Kajiyama
2012-10-20More UI messages fixes and tweaks, and BKE_report<->BKE_reportf.Bastien Montagne
2012-09-30Merged changes in the trunk up to revision 50956.Tamito Kajiyama
2012-09-25fix [#32646] Duplifaces can have wrong orientation with ngonsCampbell Barton
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-09-21remove sticky coordinates from blender, this was missing from the UI since 2.49.Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-08-29Merged changes in the trunk up to revision 50257.Tamito Kajiyama
2012-08-20quiet unused function warnings in RNA for functions created by macros.Campbell Barton
2012-07-07Merged changes in the trunk up to revision 48695.Tamito Kajiyama
2012-07-04Last spell checking (for now).Bastien Montagne
2012-07-04More spell checking.Bastien Montagne
2012-07-03Merged changes in the trunk up to revision 48505.Tamito Kajiyama
2012-06-27style cleanupCampbell Barton
2012-06-04Merged changes in the trunk up to revision 47381.Tamito Kajiyama
2012-05-29Fix #31631: keyframe insert on uv layer element not working.Brecht Van Lommel
2012-05-29Fix #31632: error inserting keyframing on vertex group element weight.Brecht Van Lommel
2012-05-29Typo in property DescriptionDaniel Salazar
2012-05-27Merged changes in the trunk up to revision 47056.Tamito Kajiyama
2012-05-22Add MVertSkin DNA/RNA and customdata (CD_MVERT_SKIN).Nicholas Bishop
2012-05-19Merged changes in the trunk up to revision 46787.Tamito Kajiyama
2012-05-18Fix #31395: setting mesh.uv_textures['uvmap'].active did not update correctly.Brecht Van Lommel
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-12Merged changes in the trunk up to revision 46557.Tamito Kajiyama
2012-05-09Cycles: fix issues with texture coordinates and object scale. Auto textureBrecht Van Lommel
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-04-29Merged changes in the trunk up to revision 46045.Tamito Kajiyama
2012-04-23py/rna api: remove selection and pin variable for texture faces - this is now...Campbell Barton
2012-04-23rename Mesh.uv_loop_layers --> uv_layersCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-22Added operators for adding the data paths to Freestyle edge/face mark propert...Tamito Kajiyama
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-04Merged changes in the trunk up to revision 45383.Tamito Kajiyama
2012-04-03fix [#30608] Regression: BMesh merge broke customdata int/float/string layersCampbell Barton
2012-04-03rna/py api - rename layers with polygon prefix, since there are edge and vert...Campbell Barton
2012-04-01Merged changes in the trunk up to revision 45308.Tamito Kajiyama
2012-03-30Node socket values now only have soft limits, rather than hard limits, so youBrecht Van Lommel
2012-03-26disallow adding tessfaces to a mesh with polygons (only allowed case is creat...Campbell Barton
2012-03-26setting the active texture layer from python would get the UV layer out of sy...Campbell Barton
2012-03-25Merged changes in the trunk up to revision 45133.Tamito Kajiyama
2012-03-23doc cleanup: minor corrections and improvements to docstrings + recent doc ch...Campbell Barton